<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:55:19 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-837] Assertion failure ! _progressMeter.isActive() db/curop.h 247, replication restarts over and over</title>
                <link>https://jira.mongodb.org/browse/SERVER-837</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;m starting a MongoDB slave with the following options:&lt;br/&gt;
/usr/local/mongodb/bin/mongod --dbpath /var/lib/mongodb --slave --source $MASTER --autoresync --profile 1 --quiet run&lt;/p&gt;

&lt;p&gt;It start syncing files, but ultimately fails and then autorsyncs thanks to the --autoresync option.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@mongo1 ~&amp;#93;&lt;/span&gt;# grep &quot;An earlier initial&quot; /var/log/mongodb/mongodb.log &lt;br/&gt;
Fri Mar 26 12:29:48 An earlier initial clone of &apos;mydb_loadtest&apos; did not complete, now resyncing.&lt;br/&gt;
Fri Mar 26 12:39:32 An earlier initial clone of &apos;mydb_loadtest&apos; did not complete, now resyncing.&lt;br/&gt;
Fri Mar 26 12:49:12 An earlier initial clone of &apos;mydb_loadtest&apos; did not complete, now resyncing.&lt;br/&gt;
Fri Mar 26 12:58:54 An earlier initial clone of &apos;mydb_loadtest&apos; did not complete, now resyncing.&lt;br/&gt;
Fri Mar 26 13:08:40 An earlier initial clone of &apos;mydb_loadtest&apos; did not complete, now resyncing.&lt;br/&gt;
...&lt;br/&gt;
It is repeated 24 times in ~4 hours.&lt;/p&gt;

&lt;p&gt;Here&apos;s the errors in the log prior to one instance if the above error line (the same error occurs each time it gets this far in the replication process):&lt;br/&gt;
Fri Mar 26 12:57:54 building new index on &lt;/p&gt;
{ _bundle: 1, status: 1 }
&lt;p&gt; for mydb_loadtest.fields_current&lt;br/&gt;
Fri Mar 26 12:57:54  mydb_loadtest. Assertion failure ! _progressMeter.isActive() db/curop.h 247&lt;br/&gt;
0x4fe216 0x506914 0x61b2b1 0x60f887 0x6109a2 0x6125c6 0x5be31d 0x5c2286 0x5c30cd 0x59754e 0x5a6cea 0x5a89d7 0x5ab360 0x5ab56e 0x5abbac 0x5ac3e8 0x6bbde0 0x366ea06617 0x366e2d3c2d&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xe6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4fe216&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8assertedEPKcS1_j+0x154) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x506914&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo23BackgroundIndexBuildJob18addExistingToIndexEPKcPNS_16NamespaceDetailsERNS_12IndexDetailsEi+0x5d1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x61b2b1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod &lt;span class=&quot;error&quot;&gt;&amp;#91;0x60f887&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x8a2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6109a2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcRNS_7BSONObjEb+0x66) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6125c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner4copyEPKcS2_bbbbNS_5QueryE+0xd5d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5be31d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner2goEPKcRSsRKSsbbbb+0x1346) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c2286&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9cloneFromEPKcRSsRKSsbbbb+0x3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c30cd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource6resyncESs+0x12e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x59754e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource29sync_pullOpLog_applyOperationERNS_7BSONObjEPNS_6OpTimeE+0x77a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5a6cea&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource14sync_pullOpLogERi+0x11c7) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5a89d7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource4syncERi+0x3d0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ab360&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9_replMainERSt6vectorIN5boost10shared_ptrINS_10ReplSourceEEESaIS4_EERi+0xde) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ab56e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8replMainEv+0xcc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5abbac&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo15replSlaveThreadEv+0x2d8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ac3e8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6bbde0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366ea06617&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366e2d3c2d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Fri Mar 26 12:57:54  mydb_loadtest. Assertion failure le &amp;amp;&amp;amp; !saveerrmsg.empty() db/pdfile.cpp 1494&lt;br/&gt;
0x4fe216 0x506914 0x611f0f 0x6125c6 0x5be31d 0x5c2286 0x5c30cd 0x59754e 0x5a6cea 0x5a89d7 0x5ab360 0x5ab56e 0x5abbac 0x5ac3e8 0x6bbde0 0x366ea06617 0x366e2d3c2d &lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xe6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4fe216&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8assertedEPKcS1_j+0x154) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x506914&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x1e0f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x611f0f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcRNS_7BSONObjEb+0x66) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6125c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner4copyEPKcS2_bbbbNS_5QueryE+0xd5d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5be31d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner2goEPKcRSsRKSsbbbb+0x1346) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c2286&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9cloneFromEPKcRSsRKSsbbbb+0x3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c30cd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource6resyncESs+0x12e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x59754e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource29sync_pullOpLog_applyOperationERNS_7BSONObjEPNS_6OpTimeE+0x77a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5a6cea&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource14sync_pullOpLogERi+0x11c7) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5a89d7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource4syncERi+0x3d0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ab360&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9_replMainERSt6vectorIN5boost10shared_ptrINS_10ReplSourceEEESaIS4_EERi+0xde) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ab56e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8replMainEv+0xcc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5abbac&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo15replSlaveThreadEv+0x2d8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ac3e8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6bbde0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366ea06617&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366e2d3c2d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Fri Mar 26 12:57:54 replMain AssertionException assertion db/pdfile.cpp:1494&lt;br/&gt;
Fri Mar 26 12:58:54 An earlier initial clone of &apos;mydb_loadtest&apos; did not complete, now resyncing.&lt;br/&gt;
Fri Mar 26 12:58:54 resync: dropping database mydb_loadtest&lt;/p&gt;

&lt;p&gt;I was originally running 1.3.4 on the master and 1.3.3 on the slave.  I upgraded both to 1.4.0 today, removed the local data directory, and tried again but ran into the same identical problem.&lt;/p&gt;</description>
                <environment>64-bit CentOS Linux. Xeon X5272 @ 3.40GHz.</environment>
        <key id="11625">SERVER-837</key>
            <summary>Assertion failure ! _progressMeter.isActive() db/curop.h 247, replication restarts over and over</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="jeremy">Jeremy Andrews</reporter>
                        <labels>
                    </labels>
                <created>Fri, 26 Mar 2010 19:31:23 +0000</created>
                <updated>Tue, 12 Jul 2016 00:30:29 +0000</updated>
                            <resolved>Sun, 28 Mar 2010 00:34:28 +0000</resolved>
                                    <version>1.4.0</version>
                                    <fixVersion>1.4.1</fixVersion>
                    <fixVersion>1.5.0</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="13870" author="eliot" created="Mon, 26 Apr 2010 13:51:17 +0000"  >&lt;p&gt;in a release&lt;/p&gt;</comment>
                            <comment id="13231" author="nnewton" created="Mon, 29 Mar 2010 13:52:57 +0000"  >&lt;p&gt;I just tested the latest nightly for the 1.4 branch and this does appear to be fixed. Thanks!&lt;/p&gt;

&lt;p&gt;However, there is some odd output you may want to know about, it seems completely harmless from what I&apos;ve seen. On the slave after a full DB clone of a fairly large db I get this:&lt;br/&gt;
Mon Mar 29 10:48:20 resync: done with initial clone for db: examiner_loadtest&lt;br/&gt;
Mon Mar 29 10:48:20 repl:   old cursor isDead, initiating a new one&lt;br/&gt;
Mon Mar 29 10:48:20 resync: dropping database examiner_stage&lt;br/&gt;
Mon Mar 29 10:48:20 resync: cloning database examiner_stage to get an initial copy&lt;/p&gt;

&lt;p&gt;While on the master I see this:&lt;br/&gt;
Mon Mar 29 10:48:20 getMore: cursorid not found local.oplog.$main 7622156012898925599&lt;/p&gt;

&lt;p&gt;This is fully reproducible, but seems like it might be by design? It doesn&apos;t block my usage in any way, but wanted to let you know.&lt;/p&gt;

&lt;p&gt;Thanks again for fixing this.&lt;/p&gt;

&lt;p&gt;-N&lt;/p&gt;</comment>
                            <comment id="13213" author="eliot" created="Sun, 28 Mar 2010 00:34:28 +0000"  >&lt;p&gt;ok - should be really fixed now&lt;/p&gt;</comment>
                            <comment id="13212" author="nnewton" created="Sat, 27 Mar 2010 15:52:38 +0000"  >&lt;p&gt;Absolutely,&lt;/p&gt;

&lt;p&gt;here is the startup banner from the nightly version:&lt;br/&gt;
Sat Mar 27 12:35:00 Mongo DB : starting : pid = 22915 port = 27017 dbpath = /var/lib/mongodb master = 0 slave = 1  64-bit&lt;br/&gt;
Sat Mar 27 12:35:00 db version v1.4.1-pre-, pdfile version 4.5&lt;br/&gt;
Sat Mar 27 12:35:00 git version: 6a05e9026eef5fe730e2a62c4c2223c03c212768&lt;br/&gt;
Sat Mar 27 12:35:00 sys info: Linux domU-12-31-39-06-79-A1 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41&lt;br/&gt;
Sat Mar 27 12:35:00 waiting for connections on port 27017&lt;br/&gt;
Sat Mar 27 12:35:00 web admin interface listening on port 28017&lt;/p&gt;

&lt;p&gt;and here is the startup banner from the direct from git version:&lt;br/&gt;
Sat Mar 27 11:43:26 db version v1.5.0-pre-, pdfile version 4.5&lt;br/&gt;
Sat Mar 27 11:43:26 git version: f05bae1a2d3a28a5ed7a77f6cb49f87ca5b94596&lt;/p&gt;</comment>
                            <comment id="13211" author="eliot" created="Sat, 27 Mar 2010 15:21:14 +0000"  >&lt;p&gt;can you send the startup banner so can see the git version?&lt;/p&gt;</comment>
                            <comment id="13210" author="nnewton" created="Sat, 27 Mar 2010 15:12:19 +0000"  >&lt;p&gt;Adding to this, I just grabbed git master and ran this test again, following assertions happened:&lt;/p&gt;

&lt;p&gt;Sat Mar 27 12:02:21 building new index on &lt;/p&gt;
{ _bundle: 1, status: 1 }
&lt;p&gt; for examiner_loadtest.fields_current background&lt;br/&gt;
Sat Mar 27 12:02:21  examiner_loadtest. Assertion failure ! _progressMeter.isActive() db/curop.h 251&lt;br/&gt;
0x4c0f08 0x4c8abd 0x5d45a1 0x5c8da5 0x5cba0e 0x5cd2b3 0x57a646 0x57e970 0x57f8cd 0x552052 0x56327f 0x56576b 0x567fb1 0x568285 0x568821 0x568ecd 0x2aee8ce0cc3f 0x2aee8ce0c6bf 0x366ea06617 0x366e2d3c2d&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xe8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4c0f08&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8assertedEPKcS1_j+0x15d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4c8abd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo23BackgroundIndexBuildJob18addExistingToIndexEPKcPNS_16NamespaceDetailsERNS_12IndexDetailsEi+0x4a1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5d45a1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c8da5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0xbae) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5cba0e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcRNS_7BSONObjEb+0x63) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5cd2b3&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner4copyEPKcS2_bbbbNS_5QueryE+0xdb6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x57a646&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner2goEPKcRSsRKSsbbbb+0x13a0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x57e970&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9cloneFromEPKcRSsRKSsbbbb+0x3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x57f8cd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource6resyncESs+0x132) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x552052&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource29sync_pullOpLog_applyOperationERNS_7BSONObjEPNS_6OpTimeE+0x8bf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x56327f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource14sync_pullOpLogERi+0x18eb) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x56576b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource4syncERi+0x3e1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x567fb1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9_replMainERSt6vectorIN5boost10shared_ptrINS_10ReplSourceEEESaIS4_EERi+0x1a5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x568285&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8replMainEv+0xd1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x568821&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo15replSlaveThreadEv+0x28d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x568ecd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib64/libboost_thread.so.2(_ZNK5boost9function0IvSaINS_13function_baseEEEclEv+0xbf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2aee8ce0cc3f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib64/libboost_thread.so.2 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2aee8ce0c6bf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366ea06617&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366e2d3c2d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Sat Mar 27 12:02:21 allocating new datafile /var/lib/mongodb/examiner_loadtest.9, filling with zeroes...&lt;br/&gt;
Sat Mar 27 12:02:21  examiner_loadtest. Assertion failure le &amp;amp;&amp;amp; !saveerrmsg.empty() db/pdfile.cpp 1494&lt;br/&gt;
0x4c0f08 0x4c8abd 0x5ccbcd 0x5cd2b3 0x57a646 0x57e970 0x57f8cd 0x552052 0x56327f 0x56576b 0x567fb1 0x568285 0x568821 0x568ecd 0x2aee8ce0cc3f 0x2aee8ce0c6bf 0x366ea06617 0x366e2d3c2d&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xe8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4c0f08&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8assertedEPKcS1_j+0x15d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4c8abd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x1d6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ccbcd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcRNS_7BSONObjEb+0x63) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5cd2b3&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner4copyEPKcS2_bbbbNS_5QueryE+0xdb6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x57a646&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner2goEPKcRSsRKSsbbbb+0x13a0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x57e970&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9cloneFromEPKcRSsRKSsbbbb+0x3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x57f8cd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource6resyncESs+0x132) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x552052&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource29sync_pullOpLog_applyOperationERNS_7BSONObjEPNS_6OpTimeE+0x8bf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x56327f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource14sync_pullOpLogERi+0x18eb) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x56576b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource4syncERi+0x3e1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x567fb1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9_replMainERSt6vectorIN5boost10shared_ptrINS_10ReplSourceEEESaIS4_EERi+0x1a5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x568285&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8replMainEv+0xd1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x568821&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo15replSlaveThreadEv+0x28d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x568ecd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib64/libboost_thread.so.2(_ZNK5boost9function0IvSaINS_13function_baseEEEclEv+0xbf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2aee8ce0cc3f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib64/libboost_thread.so.2 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2aee8ce0c6bf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366ea06617&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366e2d3c2d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Sat Mar 27 12:02:21 replMain AssertionException assertion db/pdfile.cpp:1494&lt;br/&gt;
Sat Mar 27 12:02:23 done allocating datafile /var/lib/mongodb/examiner_loadtest.9, size: 2047MB, took 2.561 secs&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

&lt;p&gt;-N&lt;/p&gt;</comment>
                            <comment id="13208" author="nnewton" created="Sat, 27 Mar 2010 14:20:08 +0000"  >
&lt;p&gt;I just grabbed the nightly 1.4 build from March-27th at 7:41AM, linux/mongodb-linux-x86_64-v1.4-latest.tgz. We updated the slave to this version, cleared the data dir and did a resync. However, a slightly different assertion is now happening:&lt;/p&gt;

&lt;p&gt;Sat Mar 27 11:14:06 building new index on &lt;/p&gt;
{ _bundle: 1, status: 1 }
&lt;p&gt; for examiner_loadtest.fields_current background&lt;br/&gt;
Sat Mar 27 11:14:06  examiner_loadtest. Assertion failure ! _progressMeter.isActive() db/curop.h 251&lt;br/&gt;
0x4fe3d6 0x506ad4 0x61c7f1 0x610dcc 0x611ee2 0x613b06 0x5bef6d 0x5c2ed6 0x5c3d1d 0x5975ae 0x5a73aa 0x5a91c4 0x5abb40 0x5abd4e 0x5ac38c 0x5acbb8 0x6bc760 0x366ea06617 0x366e2d3c2d&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xe6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4fe3d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8assertedEPKcS1_j+0x154) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x506ad4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo23BackgroundIndexBuildJob18addExistingToIndexEPKcPNS_16NamespaceDetailsERNS_12IndexDetailsEi+0x5d1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x61c7f1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod &lt;span class=&quot;error&quot;&gt;&amp;#91;0x610dcc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x8a2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x611ee2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcRNS_7BSONObjEb+0x66) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x613b06&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner4copyEPKcS2_bbbbNS_5QueryE+0xd5d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5bef6d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner2goEPKcRSsRKSsbbbb+0x1346) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c2ed6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9cloneFromEPKcRSsRKSsbbbb+0x3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource6resyncESs+0x12e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5975ae&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource29sync_pullOpLog_applyOperationERNS_7BSONObjEPNS_6OpTimeE+0x8aa) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5a73aa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource14sync_pullOpLogERi+0x12e4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5a91c4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource4syncERi+0x3d0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5abb40&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9_replMainERSt6vectorIN5boost10shared_ptrINS_10ReplSourceEEESaIS4_EERi+0xde) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5abd4e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8replMainEv+0xcc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ac38c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo15replSlaveThreadEv+0x2d8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5acbb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6bc760&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366ea06617&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366e2d3c2d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Sat Mar 27 11:14:06 allocating new datafile /var/lib/mongodb/examiner_loadtest.9, filling with zeroes...&lt;br/&gt;
Sat Mar 27 11:14:06  examiner_loadtest. Assertion failure le &amp;amp;&amp;amp; !saveerrmsg.empty() db/pdfile.cpp 1494&lt;br/&gt;
0x4fe3d6 0x506ad4 0x61344f 0x613b06 0x5bef6d 0x5c2ed6 0x5c3d1d 0x5975ae 0x5a73aa 0x5a91c4 0x5abb40 0x5abd4e 0x5ac38c 0x5acbb8 0x6bc760 0x366ea06617 0x366e2d3c2d&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo12sayDbContextEPKc+0xe6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4fe3d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8assertedEPKcS1_j+0x154) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x506ad4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x1e0f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x61344f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcRNS_7BSONObjEb+0x66) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x613b06&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner4copyEPKcS2_bbbbNS_5QueryE+0xd5d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5bef6d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo6Cloner2goEPKcRSsRKSsbbbb+0x1346) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c2ed6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9cloneFromEPKcRSsRKSsbbbb+0x3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource6resyncESs+0x12e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5975ae&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource29sync_pullOpLog_applyOperationERNS_7BSONObjEPNS_6OpTimeE+0x8aa) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5a73aa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource14sync_pullOpLogERi+0x12e4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5a91c4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo10ReplSource4syncERi+0x3d0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5abb40&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo9_replMainERSt6vectorIN5boost10shared_ptrINS_10ReplSourceEEESaIS4_EERi+0xde) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5abd4e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo8replMainEv+0xcc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ac38c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(_ZN5mongo15replSlaveThreadEv+0x2d8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5acbb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/local/mongodb/bin/mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6bc760&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366ea06617&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x366e2d3c2d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Sat Mar 27 11:14:06 replMain AssertionException assertion db/pdfile.cpp:1494&lt;br/&gt;
Sat Mar 27 11:14:08 done allocating datafile /var/lib/mongodb/examiner_loadtest.9, size: 2047MB, took 2.643 secs&lt;/p&gt;

&lt;p&gt;Did I grab the wrong nightly version or is this bug still outstanding? Thanks!&lt;/p&gt;

&lt;p&gt;-N&lt;/p&gt;</comment>
                            <comment id="13203" author="auto" created="Fri, 26 Mar 2010 21:39:30 +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: reset curop in repl thread &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-837&quot; title=&quot;Assertion failure ! _progressMeter.isActive() db/curop.h 247, replication restarts over and over&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-837&quot;&gt;&lt;del&gt;SERVER-837&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/6a05e9026eef5fe730e2a62c4c2223c03c212768&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/6a05e9026eef5fe730e2a62c4c2223c03c212768&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13202" author="auto" created="Fri, 26 Mar 2010 21:39:06 +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: reset curop in repl thread &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-837&quot; title=&quot;Assertion failure ! _progressMeter.isActive() db/curop.h 247, replication restarts over and over&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-837&quot;&gt;&lt;del&gt;SERVER-837&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/7a2ba3526f3802a49e12320daeda8e77728fdace&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/7a2ba3526f3802a49e12320daeda8e77728fdace&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>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 26 Mar 2010 21:39:06 +0000</customfieldvalue>

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

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

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

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