<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:54:58 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-723] access current ops isn&apos;t thread safe</title>
                <link>https://jira.mongodb.org/browse/SERVER-723</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;To reproduce, start a long-running script that inserts large documents into a collection.&lt;/p&gt;

&lt;p&gt;Then run:&lt;/p&gt;

&lt;p&gt;ab -n10000 -c2 &lt;a href=&quot;http://127.0.0.1:28017/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:28017/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You&apos;ll get assertions like these.  Not sure how to explain this, but it&apos;s definitely triggered by hitting the web server.&lt;/p&gt;

&lt;p&gt;Tue Mar  9 11:30:34 MiniWebServer: connection accepted from 127.0.0.1:64941&lt;br/&gt;
Tue Mar  9 11:30:34 MiniWebServer: connection accepted from 127.0.0.1:65073&lt;br/&gt;
Tue Mar  9 11:30:34 MiniWebServer: connection accepted from 127.0.0.1:65201&lt;br/&gt;
Tue Mar  9 11:30:34 MiniWebServer: connection accepted from 127.0.0.1:65328&lt;br/&gt;
Tue Mar  9 11:30:34 Assertion: 10330:Element extends past end of object&lt;br/&gt;
0x10005b7d7 0x10000d4e8 0x10000d70f 0x100127cf3 0x10012cbd4 0x10016925e 0x100169ae6 0x100125357 0x1001eca64 0x7fff86d52f8e 0x7fff86d52e41 &lt;br/&gt;
 0   mongod                              0x000000010005b7d7 _ZN5mongo11msgassertedEiPKc + 455&lt;br/&gt;
 1   mongod                              0x000000010000d4e8 _ZNK5mongo7BSONObj8toStringEv + 280&lt;br/&gt;
 2   mongod                              0x000000010000d70f _ZN5mongolsERSoRKNS_7BSONObjE + 31&lt;br/&gt;
 3   mongod                              0x0000000100127cf3 _ZN5mongo11DbWebServer15doUnlockedStuffERSt18basic_stringstreamIcSt11char_traitsIcESaIcEE + 1683&lt;br/&gt;
 4   mongod                              0x000000010012cbd4 _ZN5mongo11DbWebServer9doRequestEPKcSsRSsRiRSt6vectorISsSaISsEERKNS_8SockAddrE + 788&lt;br/&gt;
 5   mongod                              0x000000010016925e _ZN5mongo13MiniWebServer8acceptedEiRKNS_8SockAddrE + 238&lt;br/&gt;
 6   mongod                              0x0000000100169ae6 _ZN5mongo13MiniWebServer3runEv + 854&lt;br/&gt;
 7   mongod                              0x0000000100125357 _ZN5mongo15webServerThreadEv + 711&lt;br/&gt;
 8   mongod                              0x00000001001eca64 thread_proxy + 132&lt;br/&gt;
 9   libSystem.B.dylib                   0x00007fff86d52f8e _pthread_start + 331&lt;br/&gt;
 10  libSystem.B.dylib                   0x00007fff86d52e41 thread_start + 13&lt;br/&gt;
Tue Mar  9 11:30:34 MiniWebServer: connection accepted from 127.0.0.1:65457&lt;br/&gt;
Tue Mar  9 11:30:34 MiniWebServer: connection accepted from 127.0.0.1:49200&lt;/p&gt;</description>
                <environment></environment>
        <key id="11463">SERVER-723</key>
            <summary>access current ops isn&apos;t thread safe</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="eliot">Eliot Horowitz</assignee>
                                    <reporter username="kbanker">Kyle Banker</reporter>
                        <labels>
                    </labels>
                <created>Tue, 9 Mar 2010 11:36:39 +0000</created>
                <updated>Tue, 12 Jul 2016 00:29:36 +0000</updated>
                            <resolved>Thu, 29 Jul 2010 05:08:36 +0000</resolved>
                                    <version>1.3.3</version>
                                    <fixVersion>1.5.7</fixVersion>
                                    <component>Concurrency</component>
                                        <votes>2</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="16273" author="auto" created="Thu, 29 Jul 2010 05:08:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;erh&apos;, &apos;name&apos;: &apos;Eliot Horowitz&apos;, &apos;email&apos;: &apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: use checksum to make curop threadsafe &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-723&quot; title=&quot;access current ops isn&amp;#39;t thread safe&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-723&quot;&gt;&lt;del&gt;SERVER-723&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/9c95e894eecfd2b42d8fa44162f9f7adc2d76117&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/9c95e894eecfd2b42d8fa44162f9f7adc2d76117&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12880" author="beawesomeinstead" created="Wed, 10 Mar 2010 00:25:01 +0000"  >&lt;p&gt;Here&apos;s an example rake task that relies on mongo_ext, mongo_mapper and ccsv.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://pastie.org/private/zkhgcrd9rpfs5qnmb6ebua&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://pastie.org/private/zkhgcrd9rpfs5qnmb6ebua&lt;/a&gt;&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>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 10 Mar 2010 00:25:01 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 29 weeks, 6 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, 29 weeks, 6 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_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>beawesomeinstead</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>kbanker</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpqwf:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22513</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|hskguf:</customfieldvalue>

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