<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:58:35 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-1963] killOp causes server failure on MongoDB 1.6.3 </title>
                <link>https://jira.mongodb.org/browse/SERVER-1963</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I had this process:&lt;/p&gt;

&lt;p&gt;                {&lt;br/&gt;
                        &quot;opid&quot; : 333298,&lt;br/&gt;
                        &quot;active&quot; : true,&lt;br/&gt;
                        &quot;lockType&quot; : &quot;read&quot;,&lt;br/&gt;
                        &quot;waitingForLock&quot; : true,&lt;br/&gt;
                        &quot;secs_running&quot; : 408,&lt;br/&gt;
                        &quot;op&quot; : &quot;query&quot;,&lt;br/&gt;
                        &quot;ns&quot; : &quot;stream.s_1234&quot;,&lt;br/&gt;
                        &quot;query&quot; : {&lt;br/&gt;
                                &quot;count&quot; : &quot;s_1234&quot;,&lt;br/&gt;
                                &quot;query&quot; : &lt;/p&gt;
{
                                        &quot;oid&quot; : NumberLong(777),
                                        &quot;ot&quot; : 1
                                }
&lt;p&gt;                        },&lt;br/&gt;
                        &quot;client&quot; : &quot;0.0.0.0:0&quot;,&lt;br/&gt;
                        &quot;desc&quot; : &quot;conn&quot;&lt;br/&gt;
                }&lt;/p&gt;

&lt;p&gt;I tried to kill it with &quot;db.killOp(333298)&quot;:&lt;/p&gt;

&lt;p&gt;db.killOp(333298)&lt;/p&gt;
{ &quot;info&quot; : &quot;attempting to kill op&quot; }
&lt;p&gt;&amp;gt; db.killOp(333298)&lt;/p&gt;

&lt;p&gt;Fri Oct 15 16:00:40 query failed : stream.$cmd.sys.killop &lt;/p&gt;
{ op:
333298.0 }
&lt;p&gt; to: 127.0.0.1&lt;br/&gt;
Fri Oct 15 16:00:40 Error: error doing query: failed (anon):1509&lt;/p&gt;

&lt;p&gt;causing the following logs, and a server shutdown:&lt;/p&gt;

&lt;p&gt;Fri Oct 15 16:00:31 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn598&amp;#93;&lt;/span&gt; going to kill op: op: 333298.0&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; Count with ns: stream.s_1234 and query:&lt;/p&gt;
{ oid: 777, ot: 1 }
&lt;p&gt; failed with exception: exception: 11601&lt;br/&gt;
interrupted&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; query stream.$cmd ntoreturn:1 command:&lt;br/&gt;
{ count: &quot;s_1234&quot;, query: &lt;/p&gt;
{ oid: 777, ot: 1 }
&lt;p&gt; } reslen:64 414956ms&lt;br/&gt;
warning: hit on in-active ProgressMeter&lt;br/&gt;
Fri Oct 15 16:00:32 Got signal: 8 (Floating point exception).&lt;/p&gt;

&lt;p&gt;Fri Oct 15 16:00:32 Backtrace:&lt;br/&gt;
0x8212f9 0x7fc32a7bf1e0 0x760bcd 0x794c07 0x796028 0x5fb775 0x60022f&lt;br/&gt;
0x70547a 0x708ab6 0x8235ef 0x837460 0x7fc32b2a18ba 0x7fc32a85c02d&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8212f9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(+0x321e0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fc32a7bf1e0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/&lt;br/&gt;
mongod(_ZN5mongo2mr16MapReduceCommand3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb&lt;br/&gt;
+0x79d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x760bcd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/&lt;br/&gt;
mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb&lt;br/&gt;
+0x597) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x794c07&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/&lt;br/&gt;
mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi&lt;br/&gt;
+0x798) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x796028&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/&lt;br/&gt;
mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi&lt;br/&gt;
+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5fb775&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/&lt;br/&gt;
mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;&lt;br/&gt;
+0x1bbf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x60022f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x70547a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/&lt;br/&gt;
mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE&lt;br/&gt;
+0x14d6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x708ab6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x30f)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;0x8235ef&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x837460&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libpthread.so.0(+0x68ba) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fc32b2a18ba&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fc32a85c02d&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Fri Oct 15 16:00:32 dbexit:&lt;/p&gt;

&lt;p&gt;Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; shutdown: going to close listening&lt;br/&gt;
sockets...&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; closing listening socket: 11&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; closing listening socket: 12&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; closing listening socket: 13&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; closing listening socket: 14&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; shutdown: going to flush oplog...&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; shutdown: going to close sockets...&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; shutdown: waiting for fs preallocator...&lt;br/&gt;
Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; shutdown: closing all files...&lt;br/&gt;
Fri Oct 15 16:00:32     closeAllFiles() finished&lt;/p&gt;

&lt;p&gt;Fri Oct 15 16:00:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn611&amp;#93;&lt;/span&gt; shutdown: removing fs lock...&lt;br/&gt;
Fri Oct 15 16:00:32 dbexit: really exiting now&lt;br/&gt;
Fri Oct 15 16:00:32 ERROR: Client::~Client _context should be null but&lt;br/&gt;
is not; client:conn&lt;/p&gt;

&lt;p&gt;from&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://groups.google.com/group/mongodb-user/browse_thread/thread/9f5d9f684e3b152e?hl=de&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://groups.google.com/group/mongodb-user/browse_thread/thread/9f5d9f684e3b152e?hl=de&lt;/a&gt;&lt;/p&gt;</description>
                <environment>Linux debian1 2.6.26-2-amd64 #1 SMP Sun Jun 20 20:16:30 UTC 2010 x86_64 GNU/Linux&lt;br/&gt;
2 Gig Ram, Intel(R) Core(TM)2 Duo CPU E7200  @ 2.53GHz&lt;br/&gt;
ext3</environment>
        <key id="13408">SERVER-1963</key>
            <summary>killOp causes server failure on MongoDB 1.6.3 </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="eliot">Eliot Horowitz</assignee>
                                    <reporter username="chr1st0ph">Christoph Preissner</reporter>
                        <labels>
                    </labels>
                <created>Mon, 18 Oct 2010 13:11:26 +0000</created>
                <updated>Tue, 12 Jul 2016 00:19:06 +0000</updated>
                            <resolved>Thu, 11 Nov 2010 06:54:49 +0000</resolved>
                                    <version>1.6.3</version>
                                    <fixVersion>1.7.3</fixVersion>
                                    <component>Stability</component>
                    <component>Usability</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="20229" author="auto" created="Thu, 11 Nov 2010 06:54:47 +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: hit on inactive ProgressMeter is a no-op &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1963&quot; title=&quot;killOp causes server failure on MongoDB 1.6.3 &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1963&quot;&gt;&lt;del&gt;SERVER-1963&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
/mongodb/mongo/commit/e071f68739aed3f26832e0a9a4a2afb75167fc22&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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 11 Nov 2010 06:54:47 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 14 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, 14 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_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10020"><![CDATA[Linux]]></customfieldvalue>

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

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

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

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