<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:03:03 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-3434] convertToCapped fails with journaling</title>
                <link>https://jira.mongodb.org/browse/SERVER-3434</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;See below.  Need to (1) fix and (2) make a test (i take it there isn&apos;t one, at least one that has some size, since it wasn&apos;t caught by the unit tests.  could be a nightly.)&lt;/p&gt;

&lt;p&gt;&amp;gt; db.pstats.convertToCapped(800*1024*1024)&lt;br/&gt;
{&lt;br/&gt;
        &quot;errmsg&quot; : &quot;cloneCollectionAsCapped failed: &lt;/p&gt;
{ errmsg: \&quot;exception: DR102 too much data written uncommitted\&quot;, code: 13623, ok: 0.0 }
&lt;p&gt;&quot;,&lt;br/&gt;
        &quot;ok&quot; : 0&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment></environment>
        <key id="19640">SERVER-3434</key>
            <summary>convertToCapped fails with journaling</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="mathias@mongodb.com">Mathias Stearn</assignee>
                                    <reporter username="dwight@mongodb.com">Dwight Merriman</reporter>
                        <labels>
                    </labels>
                <created>Sat, 16 Jul 2011 01:15:09 +0000</created>
                <updated>Tue, 12 Jul 2016 00:17:34 +0000</updated>
                            <resolved>Mon, 30 Apr 2012 20:11:12 +0000</resolved>
                                                    <fixVersion>2.1.1</fixVersion>
                                    <component>Storage</component>
                                        <votes>1</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="114986" author="redbeard0531" created="Mon, 30 Apr 2012 20:11:12 +0000"  >&lt;p&gt;Already fixed&lt;/p&gt;</comment>
                            <comment id="76902" author="auto" created="Fri, 30 Dec 2011 22:09:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: Better handling of temp collections &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3434&quot; title=&quot;convertToCapped fails with journaling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3434&quot;&gt;&lt;del&gt;SERVER-3434&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3501&quot; title=&quot;journaling - large operations should be all or nothing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3501&quot;&gt;&lt;del&gt;SERVER-3501&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2534&quot; title=&quot;MR tmp collections should be cleaned up if present on strartup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2534&quot;&gt;&lt;del&gt;SERVER-2534&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8d9c9ac80c10786bf0d3e4c57a80608c9f89f595&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8d9c9ac80c10786bf0d3e4c57a80608c9f89f595&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="63808" author="redbeard0531" created="Mon, 31 Oct 2011 20:21:53 +0000"  >&lt;p&gt;Not 100% sure on estimate since I don&apos;t know exactly what is required to make this work. Estimate of 1 day includes time figuring that out. May revise upward as I get more info.&lt;/p&gt;</comment>
                            <comment id="52709" author="kyle@change.org" created="Tue, 6 Sep 2011 23:00:13 +0000"  >&lt;p&gt;This actually just brought me to my knees, thankfully in my staging environment before I tried it on production.&lt;/p&gt;


&lt;p&gt;&amp;gt; db.runCommand(&lt;/p&gt;
{&quot;convertToCapped&quot;: &apos;tracked_events&apos;, size: 1000000}
&lt;p&gt;)&lt;br/&gt;
Tue Sep  6 15:57:47 Error: error doing query: unknown shell/collection.js:150&lt;/p&gt;

&lt;p&gt;In The server logs (in massive quantities):&lt;/p&gt;

&lt;p&gt;Tue Sep  6 15:59:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;  change-main..tmp.convertToCapped.tracked_events Assertion failure ! &quot;DR102 too much data written uncommitted&quot; db/dur_commitjob.cpp 204&lt;br/&gt;
0x54e8de 0x55f5bf 0x636218 0x62961a 0x77346c 0x773818 0x73bd87 0x730445 0x73048a 0x777704 0x7791bc 0x7793b2 0x7efb22 0x7db210 0x7dc741 0x642c25 0x6477c6 0x752225 0x757938 0x759641 &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xae) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54e8de&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo9wassertedEPKcS1_j+0x10f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55f5bf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3dur9CommitJob4noteEPvi+0x178) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x636218&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3dur11DurableImpl10writingPtrEPvj+0xa) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x62961a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr13_deleteRecordEPNS_16NamespaceDetailsEPKcPNS_6RecordERKNS_7DiskLocE+0x15c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x77346c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr12deleteRecordEPKcPNS_6RecordERKNS_7DiskLocEbb+0x198) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x773818&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails11cappedAllocEPKci+0x377) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x73bd87&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails6_allocEPKci+0x25) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x730445&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails5allocEPKciRNS_7DiskLocE+0x3a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x73048a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x8a4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x777704&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr16insertWithObjModEPKcRNS_7BSONObjEb+0x4c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7791bc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr12insertAndLogEPKcRKNS_7BSONObjEb+0x52) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7793b2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo26CmdCloneCollectionAsCapped3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0xae2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7efb22&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x9a0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7db210&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x831) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7dc741&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x642c25&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x2e86) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6477c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod &lt;span class=&quot;error&quot;&gt;&amp;#91;0x752225&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x5b8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x757938&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14DBDirectClient4callERNS_7MessageES2_bPSs+0x81) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x759641&amp;#93;&lt;/span&gt;&lt;br/&gt;
Tue Sep  6 15:59:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;  change-main..tmp.convertToCapped.tracked_events Assertion failure ! &quot;DR102 too much data written uncommitted&quot; db/dur_commitjob.cpp 204&lt;br/&gt;
0x54e8de 0x55f5bf 0x636218 0x62961a 0x7734be 0x773818 0x73bd87 0x730445 0x73048a 0x777704 0x7791bc 0x7793b2 0x7efb22 0x7db210 0x7dc741 0x642c25 0x6477c6 0x752225 0x757938 0x759641 &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xae) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54e8de&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo9wassertedEPKcS1_j+0x10f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55f5bf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3dur9CommitJob4noteEPvi+0x178) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x636218&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3dur11DurableImpl10writingPtrEPvj+0xa) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x62961a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr13_deleteRecordEPNS_16NamespaceDetailsEPKcPNS_6RecordERKNS_7DiskLocE+0x1ae) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7734be&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr12deleteRecordEPKcPNS_6RecordERKNS_7DiskLocEbb+0x198) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x773818&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails11cappedAllocEPKci+0x377) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x73bd87&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails6_allocEPKci+0x25) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x730445&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails5allocEPKciRNS_7DiskLocE+0x3a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x73048a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x8a4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x777704&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr16insertWithObjModEPKcRNS_7BSONObjEb+0x4c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7791bc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr12insertAndLogEPKcRKNS_7BSONObjEb+0x52) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7793b2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo26CmdCloneCollectionAsCapped3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0xae2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7efb22&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x9a0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7db210&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x831) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7dc741&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x642c25&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x2e86) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6477c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod &lt;span class=&quot;error&quot;&gt;&amp;#91;0x752225&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x5b8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x757938&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14DBDirectClient4callERNS_7MessageES2_bPSs+0x81) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x759641&amp;#93;&lt;/span&gt;&lt;br/&gt;
Tue Sep  6 15:59:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;  change-main..tmp.convertToCapped.tracked_events Assertion failure ! &quot;DR102 too much data written uncommitted&quot; db/dur_commitjob.cpp 204&lt;br/&gt;
0x54e8de 0x55f5bf 0x636218 0x62961a 0x72e579 0x7735f2 0x773818 0x73bd87 0x730445 0x73048a 0x777704 0x7791bc 0x7793b2 0x7efb22 0x7db210 0x7dc741 0x642c25 0x6477c6 0x752225 0x757938 &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xae) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54e8de&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo9wassertedEPKcS1_j+0x10f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55f5bf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3dur9CommitJob4noteEPvi+0x178) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x636218&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3dur11DurableImpl10writingPtrEPvj+0xa) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x62961a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails13addDeletedRecEPNS_13DeletedRecordENS_7DiskLocE+0x29) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x72e579&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr13_deleteRecordEPNS_16NamespaceDetailsEPKcPNS_6RecordERKNS_7DiskLocE+0x2e2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7735f2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr12deleteRecordEPKcPNS_6RecordERKNS_7DiskLocEbb+0x198) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x773818&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails11cappedAllocEPKci+0x377) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x73bd87&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails6_allocEPKci+0x25) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x730445&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails5allocEPKciRNS_7DiskLocE+0x3a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x73048a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x8a4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x777704&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr16insertWithObjModEPKcRNS_7BSONObjEb+0x4c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7791bc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr12insertAndLogEPKcRKNS_7BSONObjEb+0x52) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7793b2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo26CmdCloneCollectionAsCapped3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0xae2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7efb22&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x9a0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7db210&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x831) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7dc741&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x642c25&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x2e86) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6477c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod &lt;span class=&quot;error&quot;&gt;&amp;#91;0x752225&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x5b8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x757938&amp;#93;&lt;/span&gt;&lt;br/&gt;
Tue Sep  6 15:59:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;  change-main..tmp.convertToCapped.tracked_events Assertion failure ! &quot;DR102 too much data written uncommitted&quot; db/dur_commitjob.cpp 204&lt;br/&gt;
0x54e8de 0x55f5bf 0x636218 0x62961a 0x72e7d8 0x7735f2 0x773818 0x73bd87 0x730445 0x73048a 0x777704 0x7791bc 0x7793b2 0x7efb22 0x7db210 0x7dc741 0x642c25 0x6477c6 0x752225 0x757938 &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xae) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54e8de&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo9wassertedEPKcS1_j+0x10f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55f5bf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3dur9CommitJob4noteEPvi+0x178) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x636218&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3dur11DurableImpl10writingPtrEPvj+0xa) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x62961a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails13addDeletedRecEPNS_13DeletedRecordENS_7DiskLocE+0x288) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x72e7d8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr13_deleteRecordEPNS_16NamespaceDetailsEPKcPNS_6RecordERKNS_7DiskLocE+0x2e2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7735f2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr12deleteRecordEPKcPNS_6RecordERKNS_7DiskLocEbb+0x198) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x773818&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails11cappedAllocEPKci+0x377) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x73bd87&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails6_allocEPKci+0x25) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x730445&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16NamespaceDetails5allocEPKciRNS_7DiskLocE+0x3a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x73048a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x8a4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x777704&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr16insertWithObjModEPKcRNS_7BSONObjEb+0x4c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7791bc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr12insertAndLogEPKcRKNS_7BSONObjEb+0x52) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7793b2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo26CmdCloneCollectionAsCapped3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0xae2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7efb22&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x9a0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7db210&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x831) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7dc741&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x642c25&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x2e86) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6477c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod &lt;span class=&quot;error&quot;&gt;&amp;#91;0x752225&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x5b8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x757938&amp;#93;&lt;/span&gt;&lt;br/&gt;
Tue Sep  6 15:59:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;  change-main..tmp.convertToCapped.tracked_events Assertion failure ! &quot;DR102 too much data written uncommitted&quot; db/dur_commitjob.cpp 204&lt;br/&gt;
0x54e8de 0x55f5bf 0x636218 0x62961a 0x739df0 0x73bd8f 0x730445 0x73048a 0x777704 0x7791bc 0x7793b2 0x7efb22 0x7db210 0x7dc741 0x642c25 0x6477c6 0x752225 0x757938 0x759641 0x598e30 &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xae) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54e8de&amp;#93;&lt;/span&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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 6 Sep 2011 23:00:13 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 42 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>false</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>
                            11 years, 42 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>kyle@change.org</customfieldvalue>
            <customfieldvalue>dwight@mongodb.com</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrovov:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9350</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_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10154"><![CDATA[Complete]]></customfieldvalue>

                        </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|ht08zb:</customfieldvalue>

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