<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:55:44 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>[JAVA-1875] Generating new ObjectId() takes between 15 - 45 secs</title>
                <link>https://jira.mongodb.org/browse/JAVA-1875</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;I am experimenting a bug with generating &lt;b&gt;new ObjectId&lt;/b&gt; in my project.&lt;br/&gt;
The first invocation takes about 15 - 45 secs, but then (posterior invocations works as usual) everything is ok.&lt;br/&gt;
This happens only when I anchor my laptop to my smartphone to access Internet!&lt;/p&gt;

&lt;p&gt;Seems like &lt;b&gt;NetworkInterface.getNetworkInterfaces()&lt;/b&gt; takes too much time to retrieve network information for the first time&lt;br/&gt;
ObjectId.class&lt;br/&gt;
579 Enumeration&amp;lt;NetworkInterface&amp;gt; e = NetworkInterface.getNetworkInterfaces();&lt;/p&gt;

&lt;p&gt;here is my code:&lt;br/&gt;
	long init = System.currentTimeMillis();&lt;br/&gt;
	new ObjectId();&lt;br/&gt;
	LOG.info(&quot;ObjectId generated in &quot; + (System.currentTimeMillis() - init) + &quot; ms&quot;);&lt;/p&gt;

&lt;p&gt;Please fix it&lt;/p&gt;</description>
                <environment>Windows 7, Eclipse Luna 4.4.2</environment>
        <key id="213541">JAVA-1875</key>
            <summary>Generating new ObjectId() takes between 15 - 45 secs</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="-1">Unassigned</assignee>
                                    <reporter username="v.nazarov@indizen.com">Valijon</reporter>
                        <labels>
                    </labels>
                <created>Sun, 28 Jun 2015 01:04:00 +0000</created>
                <updated>Sun, 28 Jun 2015 22:15:28 +0000</updated>
                            <resolved>Sun, 28 Jun 2015 22:15:27 +0000</resolved>
                                    <version>2.13.2</version>
                                                    <component>API</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="952696" author="jeff.yemin" created="Sun, 28 Jun 2015 22:15:28 +0000"  >&lt;p&gt;First, this has never been reported before, so it&apos;s likely something fairly specific to your situation.  Second, in production environments where this matters most, it&apos;s unlikely that a server would be using a mobile phone&apos;s internet connection. And third, the &lt;a href=&quot;http://docs.mongodb.org/manual/reference/object-id/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ObjectId specification&lt;/a&gt; basically requires that the driver do something like this.&lt;/p&gt;

&lt;p&gt;So I&apos;m closing this works as designed. &lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsaqdr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>