<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:59:11 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-2175] Userids from the shell in windows miss machineid and pid</title>
                <link>https://jira.mongodb.org/browse/SERVER-2175</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;ve noticed this for a while, but I&apos;ve been remiss about reporting it. From the shell in windows:&lt;/p&gt;

&lt;p&gt;&amp;gt; new ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbd47d2c320000000013a3&quot;)&lt;br/&gt;
&amp;gt; new ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbd47e2c320000000013a4&quot;)&lt;br/&gt;
&amp;gt; new ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbd4832c320000000013a5&quot;)&lt;br/&gt;
&amp;gt; new ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbd4832c320000000013a6&quot;)&lt;br/&gt;
&amp;gt; new ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbd4842c320000000013a7&quot;)&lt;br/&gt;
&amp;gt; new ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbd4842c320000000013a8&quot;)&lt;br/&gt;
&amp;gt; new ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbd4842c320000000013a9&quot;)&lt;/p&gt;

&lt;p&gt;On linux (using the static binaries from a tarball):&lt;/p&gt;

&lt;p&gt;ObjectId(&quot;4cfbefe976250bd3d7522fc4&quot;)&lt;br/&gt;
&amp;gt; ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbefe976250bd3d7522fc5&quot;)&lt;br/&gt;
&amp;gt; ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbefea76250bd3d7522fc6&quot;)&lt;br/&gt;
&amp;gt; ObjectId()&lt;br/&gt;
ObjectId(&quot;4cfbefeb76250bd3d7522fc7&quot;)&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; exit&lt;br/&gt;
bye&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;dearingj@buddygroup-web2 bin&amp;#93;&lt;/span&gt;$ cat /etc/redhat-release&lt;br/&gt;
Red Hat Enterprise Linux Server release 5.5 (Tikanga)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;dearingj@buddygroup-web2 bin&amp;#93;&lt;/span&gt;$ uname -a&lt;br/&gt;
Linux buddygroup-web2 2.6.18-92.1.6.el5 #1 SMP Fri Jun 20 02:36:06 EDT 2008 x86_                               64 x86_64 x86_64 GNU/Linux&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;dearingj@buddygroup-web2 bin&amp;#93;&lt;/span&gt;$&lt;/p&gt;</description>
                <environment>Windows</environment>
        <key id="13867">SERVER-2175</key>
            <summary>Userids from the shell in windows miss machineid and pid</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="dwight@mongodb.com">Dwight Merriman</assignee>
                                    <reporter username="zippy1981">Justin Dearing</reporter>
                        <labels>
                    </labels>
                <created>Sun, 5 Dec 2010 20:57:45 +0000</created>
                <updated>Tue, 12 Jul 2016 00:17:21 +0000</updated>
                            <resolved>Mon, 6 Dec 2010 02:43:35 +0000</resolved>
                                    <version>1.6.4</version>
                    <version>1.6.5</version>
                                    <fixVersion>1.7.4</fixVersion>
                                    <component>Shell</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="21085" author="zippy1981" created="Mon, 6 Dec 2010 03:10:56 +0000"  >&lt;p&gt;I can live with that for the duration.&lt;/p&gt;</comment>
                            <comment id="21084" author="dwight_10gen" created="Mon, 6 Dec 2010 03:07:54 +0000"  >&lt;p&gt;i think the shell inserts them&lt;/p&gt;

&lt;p&gt;what i would recommend is using the 1.7.x shell with the 1.6.5 mongod.  that feels pretty safe to me.&lt;/p&gt;</comment>
                            <comment id="21082" author="zippy1981" created="Mon, 6 Dec 2010 03:02:34 +0000"  >&lt;p&gt;I need it for when I do ad-hoc inserts from the shell. Does the shell append _id fields to objects like the drivers do, or does it allow the server to handle it? If the server handles it, I can certainly explicitly add _id tags in my shell insert() calls until 1.8 is released.&lt;/p&gt;</comment>
                            <comment id="21081" author="dwight_10gen" created="Mon, 6 Dec 2010 02:43:21 +0000"  >&lt;p&gt;btw the machine/pid isn&apos;t completely zero.  it&apos;s just a lot more zeroes than it should be.  e.g.&lt;/p&gt;

&lt;p&gt;time 4cfbd47d &lt;br/&gt;
machineandpid 2c32000000 &lt;br/&gt;
inc 0013a3&lt;/p&gt;</comment>
                            <comment id="21080" author="dwight_10gen" created="Mon, 6 Dec 2010 02:42:36 +0000"  >&lt;p&gt;do you need it for shell or for mongod?&lt;/p&gt;</comment>
                            <comment id="21079" author="zippy1981" created="Mon, 6 Dec 2010 02:22:16 +0000"  >&lt;p&gt;Any hance to backcommit this to 1.6.5 RC2.&lt;/p&gt;</comment>
                            <comment id="21078" author="auto" created="Mon, 6 Dec 2010 02:15:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;dwight&apos;, &apos;name&apos;: &apos;dwight&apos;, &apos;email&apos;: &apos;dwight@10gen.com&apos;}
&lt;p&gt;Message: refactor OID class a bit, cleanup, better id generation &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2175&quot; title=&quot;Userids from the shell in windows miss machineid and pid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2175&quot;&gt;&lt;del&gt;SERVER-2175&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
/mongodb/mongo/commit/4a5a00525b669e895993e74155deb85312bedce0&lt;/p&gt;</comment>
                            <comment id="21077" author="auto" created="Mon, 6 Dec 2010 02:15:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;dwight&apos;, &apos;name&apos;: &apos;dwight&apos;, &apos;email&apos;: &apos;dwight@10gen.com&apos;}
&lt;p&gt;Message: better getrandomnumber on windows &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2175&quot; title=&quot;Userids from the shell in windows miss machineid and pid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2175&quot;&gt;&lt;del&gt;SERVER-2175&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
/mongodb/mongo/commit/ece71ea21fdf9d87cdd4bbf0f6fcfbdba1277e5e&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 6 Dec 2010 02:15:47 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 11 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 11 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>dwight@mongodb.com</customfieldvalue>
            <customfieldvalue>zippy1981</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpanz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrihdz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>21469</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hsuabz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>