<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:04:27 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-3926] setShardVersion failed host errors</title>
                <link>https://jira.mongodb.org/browse/SERVER-3926</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Hello,&lt;br/&gt;
      I got the following errors, when the application try to insert the data in DB. These error started appearing on initial load but after few minutes everything backs to normal.&lt;/p&gt;

&lt;p&gt;I found that there were three  500 application errors ( one on each server except its-d01)  I looked at the tomcat logs and saw the same three errors which were complaining about mongos. The time of these error entries matches exactly with the error These issues that I noticed got fixed automatically without any changes/intervention from my side. However, what I am not able to comprehend is that if the errors show up in apache logs. tomcat logs and mongos logs, how did the data pertaining to these usernames(a17828, a052l508)  still end up in the DB - in spite of these critical errors. Not sure why it happened and how to prevent it from happening in the future. &lt;/p&gt;

&lt;p&gt;Here is the current configuration:-&lt;/p&gt;

&lt;p&gt;Shards 2&lt;br/&gt;
Configuration Servers :- 3&lt;br/&gt;
Mongos :- 4&lt;/p&gt;

&lt;p&gt;&amp;gt; db.printShardingStatus()&lt;br/&gt;
&amp;#8212; Sharding Status &amp;#8212;&lt;br/&gt;
  sharding version: &lt;/p&gt;
{ &quot;_id&quot; : 1, &quot;version&quot; : 3 }
&lt;p&gt;  shards:&lt;br/&gt;
      {&lt;br/&gt;
        &quot;_id&quot; : &quot;shard01&quot;,&lt;br/&gt;
        &quot;host&quot; : &quot;shard01/its-d01.db.aol.com:4308,its-m01.db.aol.com:4308&quot;&lt;br/&gt;
}&lt;br/&gt;
      {&lt;br/&gt;
        &quot;_id&quot; : &quot;shard02&quot;,&lt;br/&gt;
        &quot;host&quot; : &quot;shard02/its-d02.db.aol.com:4308,its-m02.db.aol.com:4308&quot;&lt;br/&gt;
}&lt;br/&gt;
  databases:&lt;/p&gt;
        { &quot;_id&quot; : &quot;admin&quot;, &quot;partitioned&quot; : false, &quot;primary&quot; : &quot;config&quot; }
        { &quot;_id&quot; : &quot;test&quot;, &quot;partitioned&quot; : false, &quot;primary&quot; : &quot;shard01&quot; }
        { &quot;_id&quot; : &quot;historyDb&quot;, &quot;partitioned&quot; : true, &quot;primary&quot; : &quot;shard01&quot; }
&lt;p&gt;                historyDb.History chunks:&lt;br/&gt;
                                shard02 29&lt;br/&gt;
                                shard01 29&lt;br/&gt;
                        too many chunksn to print, use verbose if you want to force print&lt;/p&gt;
        { &quot;_id&quot; : &quot;reputationDb&quot;, &quot;partitioned&quot; : true, &quot;primary&quot; : &quot;shard01&quot; }
&lt;p&gt;                reputationDb.Karma chunks:&lt;br/&gt;
                                shard02 40&lt;br/&gt;
                                shard01 41&lt;br/&gt;
                        too many chunksn to print, use verbose if you want to force print&lt;/p&gt;

&lt;p&gt;shard01:PRIMARY&amp;gt; rs.status()&lt;br/&gt;
{&lt;br/&gt;
        &quot;set&quot; : &quot;shard01&quot;,&lt;br/&gt;
        &quot;date&quot; : ISODate(&quot;2011-09-22T17:58:13Z&quot;),&lt;br/&gt;
        &quot;myState&quot; : 1,&lt;br/&gt;
        &quot;members&quot; : [&lt;br/&gt;
                {&lt;br/&gt;
                        &quot;_id&quot; : 0,&lt;br/&gt;
                        &quot;name&quot; : &quot;its-d01.db.aol.com:4308&quot;,&lt;br/&gt;
                        &quot;health&quot; : 1,&lt;br/&gt;
                        &quot;state&quot; : 1,&lt;br/&gt;
                        &quot;stateStr&quot; : &quot;PRIMARY&quot;,&lt;br/&gt;
                        &quot;optime&quot; : &lt;/p&gt;
{
                                &quot;t&quot; : 1316714290000,
                                &quot;i&quot; : 2
                        }
&lt;p&gt;,&lt;br/&gt;
                        &quot;optimeDate&quot; : ISODate(&quot;2011-09-22T17:58:10Z&quot;),&lt;br/&gt;
                        &quot;self&quot; : true&lt;br/&gt;
                },&lt;br/&gt;
                {&lt;br/&gt;
                        &quot;_id&quot; : 1,&lt;br/&gt;
                        &quot;name&quot; : &quot;its-m01.db.aol.com:4308&quot;,&lt;br/&gt;
                        &quot;health&quot; : 1,&lt;br/&gt;
                        &quot;state&quot; : 2,&lt;br/&gt;
                        &quot;stateStr&quot; : &quot;SECONDARY&quot;,&lt;br/&gt;
                        &quot;uptime&quot; : 311026,&lt;br/&gt;
                        &quot;optime&quot; : &lt;/p&gt;
{
                                &quot;t&quot; : 1316714290000,
                                &quot;i&quot; : 2
                        }
&lt;p&gt;,&lt;br/&gt;
                        &quot;optimeDate&quot; : ISODate(&quot;2011-09-22T17:58:10Z&quot;),&lt;br/&gt;
                        &quot;lastHeartbeat&quot; : ISODate(&quot;2011-09-22T17:58:12Z&quot;)&lt;br/&gt;
                },&lt;br/&gt;
                {&lt;br/&gt;
                        &quot;_id&quot; : 2,&lt;br/&gt;
                        &quot;name&quot; : &quot;its-m02.db.aol.com:4309&quot;,&lt;br/&gt;
                        &quot;health&quot; : 1,&lt;br/&gt;
                        &quot;state&quot; : 7,&lt;br/&gt;
                        &quot;stateStr&quot; : &quot;ARBITER&quot;,&lt;br/&gt;
                        &quot;uptime&quot; : 311026,&lt;br/&gt;
                        &quot;optime&quot; : &lt;/p&gt;
{
                                &quot;t&quot; : 0,
                                &quot;i&quot; : 0
                        }
&lt;p&gt;,&lt;br/&gt;
                        &quot;optimeDate&quot; : ISODate(&quot;1970-01-01T00:00:00Z&quot;),&lt;br/&gt;
                        &quot;lastHeartbeat&quot; : ISODate(&quot;2011-09-22T17:58:12Z&quot;)&lt;br/&gt;
                }&lt;/p&gt;

&lt;p&gt;&amp;gt; db.stats()&lt;br/&gt;
{&lt;br/&gt;
        &quot;raw&quot; : {&lt;br/&gt;
                &quot;shard01/its-d01.db.aol.com:4308,its-m01.db.aol.com:4308&quot; : &lt;/p&gt;
{
                        &quot;db&quot; : &quot;test&quot;,
                        &quot;collections&quot; : 3,
                        &quot;objects&quot; : 5,
                        &quot;avgObjSize&quot; : 40,
                        &quot;dataSize&quot; : 200,
                        &quot;storageSize&quot; : 7168,
                        &quot;numExtents&quot; : 3,
                        &quot;indexes&quot; : 1,
                        &quot;indexSize&quot; : 8192,
                        &quot;fileSize&quot; : 201326592,
                        &quot;ok&quot; : 1
                }
&lt;p&gt;        },&lt;br/&gt;
        &quot;objects&quot; : 5,&lt;br/&gt;
        &quot;avgObjSize&quot; : 40,&lt;br/&gt;
        &quot;dataSize&quot; : 200,&lt;br/&gt;
        &quot;storageSize&quot; : 7168,&lt;br/&gt;
        &quot;numExtents&quot; : 3,&lt;br/&gt;
        &quot;indexes&quot; : 1,&lt;br/&gt;
        &quot;indexSize&quot; : 8192,&lt;br/&gt;
        &quot;fileSize&quot; : 201326592,&lt;br/&gt;
        &quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Here are the logs to support my research.&lt;/p&gt;

&lt;p&gt;ITS-M01&lt;/p&gt;

&lt;p&gt;-----------&lt;/p&gt;

&lt;p&gt;Apache logs:-&lt;/p&gt;

&lt;p&gt;reputation.aol.com 172.19.150.23 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;20/Sep/2011:15:50:39 --0400&amp;#93;&lt;/span&gt; &quot;GET /its/api/submit_claim?username=a052l508&amp;amp;user_id=a052l508&amp;amp;context=login&amp;amp;source=imagination&amp;amp;reason=evil&amp;amp;confidence=1&amp;amp;value=fraud&amp;amp;ip=172.19.150.23&amp;amp;locale=en-US HTTP/1.1&quot; 500 2494 &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot; Tnjuj6wVzHQAAGK2M-gAAAIt &quot;-&quot; /20110920/20110920-1550/20110920-155039-Tnjuj6wVzHQAAGK2M-gAAAIt 0 997 md5:0474fc81293193ac2f05ed83a2200993&lt;/p&gt;



&lt;p&gt;Tomcat Logs:- &lt;/p&gt;

&lt;p&gt;----------------------&lt;/p&gt;

&lt;p&gt;2011-09-20 15:50:39,046 &lt;span class=&quot;error&quot;&gt;&amp;#91;TP-Processor37&amp;#93;&lt;/span&gt; DEBUG com.aol.trust.model.dao.KarmaDAO$1  - Executing BasicDBObjectCommand { &quot;username&quot; : { &quot;$in&quot; : [ &quot;a052l508&quot;]}} for reputationDb.Karma cursor&lt;/p&gt;

&lt;p&gt;2011-09-20 15:50:39,048 &lt;span class=&quot;error&quot;&gt;&amp;#91;TP-Processor37&amp;#93;&lt;/span&gt; DEBUG com.aol.trust.model.dao.KarmaDAO$1  - MongoDB query plan com.aol.trust.model.Karma$DirtyableDBObject&lt;/p&gt;

&lt;p&gt;$1@1cad1378&lt;/p&gt;

&lt;p&gt;        cursor = &quot;null&quot;&lt;/p&gt;

&lt;p&gt;        nscanned = &quot;0&quot;&lt;/p&gt;

&lt;p&gt;        n = &quot;0&quot;&lt;/p&gt;

&lt;p&gt;        millis = &quot;null&quot;&lt;/p&gt;



&lt;p&gt;2011-09-20 15:50:39,050 &lt;span class=&quot;error&quot;&gt;&amp;#91;TP-Processor37&amp;#93;&lt;/span&gt; DEBUG com.aol.trust.model.dao.KarmaDAO$1  - Saving Karma identified by {_id=4e78ee8f6db5deac51214377, user&lt;/p&gt;

&lt;p&gt;name=a052l508} with document {createTime=Tue Sep 20 15:50:39 EDT 2011, __olv=1, username=a052l508, _id=4e78ee8f6db5deac51214377, lastUpdate=Tue Sep&lt;/p&gt;

&lt;p&gt;20 15:50:39 EDT 2011, userId=a052l508, state=fraud, contexts=&lt;/p&gt;
{login=com.aol.trust.model.Context@26d939fd}
&lt;p&gt;, lastContext=login}&lt;/p&gt;

&lt;p&gt;2011-09-20 15:50:39,052 &lt;span class=&quot;error&quot;&gt;&amp;#91;TP-Processor37&amp;#93;&lt;/span&gt; INFO  com.aol.trust.timer.db.write.karma  - ITS_DB_WRITE_KARMA_TIME - &lt;span class=&quot;error&quot;&gt;&amp;#91;a052l508&amp;#93;&lt;/span&gt; 2 millisecs&lt;/p&gt;

&lt;p&gt;2011-09-20 15:50:39,052 &lt;span class=&quot;error&quot;&gt;&amp;#91;TP-Processor37&amp;#93;&lt;/span&gt; DEBUG com.aol.trust.model.dao.HistoryDAO$2  - Saving History identified by {_id=4e78ee8f6db5deac51214378,&lt;/p&gt;

&lt;p&gt;username=a052l508} with document {__olv=1, username=a052l508, time=Tue Sep 20 15:50:39 EDT 2011, scope=login, _id=4e78ee8f6db5deac51214378, source=&lt;/p&gt;

&lt;p&gt;imagination, reason=evil, userId=a052l508, xff=null, value=fraud, confidence=1, ip=172.19.150.23}&lt;/p&gt;

&lt;p&gt;2011-09-20 15:50:39,117 &lt;span class=&quot;error&quot;&gt;&amp;#91;TP-Processor37&amp;#93;&lt;/span&gt; ERROR org.apache.catalina.core.ContainerBase.&lt;span class=&quot;error&quot;&gt;&amp;#91;Catalina&amp;#93;&lt;/span&gt;.&lt;span class=&quot;error&quot;&gt;&amp;#91;localhost&amp;#93;&lt;/span&gt;.&lt;span class=&quot;error&quot;&gt;&amp;#91;/its&amp;#93;&lt;/span&gt;.&lt;span class=&quot;error&quot;&gt;&amp;#91;ApiServlet&amp;#93;&lt;/span&gt;  - Servlet.service&lt;/p&gt;

&lt;p&gt;() for servlet ApiServlet threw exception&lt;/p&gt;

&lt;p&gt;com.mongodb.MongoException: setShardVersion failed host&lt;span class=&quot;error&quot;&gt;&amp;#91;shard01/its-d01.db.aol.com:4308,its-m01.db.aol.com:4308&amp;#93;&lt;/span&gt; &lt;/p&gt;
{ oldVersion: Timestamp 2000|5, as

sertion: &quot;assertion s/d_state.cpp:501&quot;, errmsg: &quot;db assertion failure&quot;, ok: 0.0 }

&lt;p&gt;        at com.mongodb.CommandResult.getException(CommandResult.java:82)&lt;/p&gt;

&lt;p&gt;        at com.mongodb.CommandResult.throwOnError(CommandResult.java:116)&lt;/p&gt;

&lt;p&gt;        at com.mongodb.DBTCPConnector._checkWriteError(DBTCPConnector.java:126)&lt;/p&gt;

&lt;p&gt;        at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:148)&lt;/p&gt;

&lt;p&gt;        at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:132)&lt;/p&gt;

&lt;p&gt;        at com.mongodb.DBApiLayer$MyCollection.update(DBApiLayer.java:343)&lt;/p&gt;

&lt;p&gt;        at org.iternine.jeppetto.dao.mongodb.MongoDBQueryModelDAO.trueSave(MongoDBQueryModelDAO.java:588)&lt;/p&gt;

&lt;p&gt;        at org.iternine.jeppetto.dao.mongodb.MongoDBQueryModelDAO.save(MongoDBQueryModelDAO.java:257)&lt;/p&gt;

&lt;p&gt;        at com.aol.trust.IdentityTrustServiceImplementation.saveToHistory(IdentityTrustServiceImplementation.java:310)&lt;/p&gt;

&lt;p&gt;        at com.aol.trust.IdentityTrustServiceImplementation.submitClaim(IdentityTrustServiceImplementation.java:133)&lt;/p&gt;

&lt;p&gt;        at com.aol.trust.SubmitClaimHandler.processRequest(SubmitClaimHandler.java:73)&lt;/p&gt;

&lt;p&gt;        at com.aol.trust.ApiServlet.processApiCall(ApiServlet.java:131)&lt;/p&gt;

&lt;p&gt;        at com.aol.trust.ApiServlet.doGet(ApiServlet.java:104)&lt;/p&gt;

&lt;p&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)&lt;/p&gt;

&lt;p&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)&lt;/p&gt;

&lt;p&gt;        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)&lt;/p&gt;

&lt;p&gt;        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)&lt;/p&gt;

&lt;p&gt;        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:204)&lt;/p&gt;

&lt;p&gt;        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)&lt;/p&gt;

&lt;p&gt;        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;/p&gt;

&lt;p&gt;        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)&lt;/p&gt;

&lt;p&gt;        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)&lt;/p&gt;



&lt;p&gt;Mongos&lt;/p&gt;

&lt;p&gt;----------&lt;/p&gt;



&lt;p&gt;Tue Sep 20 15:50:39 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn8&amp;#93;&lt;/span&gt;      setShardVersion failed host&lt;span class=&quot;error&quot;&gt;&amp;#91;shard01/its-d01.db.aol.com:4308,its-m01.db.aol.com:4308&amp;#93;&lt;/span&gt; &lt;/p&gt;
{ oldVersion: Timestamp 2000|5, asserti

on: &quot;assertion s/d_state.cpp:501&quot;, errmsg: &quot;db assertion failure&quot;, ok: 0.0 }

&lt;p&gt;Tue Sep 20 15:50:39 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn8&amp;#93;&lt;/span&gt; Assertion: 10429:setShardVersion failed host&lt;span class=&quot;error&quot;&gt;&amp;#91;shard01/its-d01.db.aol.com:4308,its-m01.db.aol.com:4308&amp;#93;&lt;/span&gt; &lt;/p&gt;
{ oldVersion: Timestamp 200

0|5, assertion: &quot;assertion s/d_state.cpp:501&quot;, errmsg: &quot;db assertion failure&quot;, ok: 0.0 }

&lt;p&gt;0x5204fa 0x6a15ed 0x6a1152 0x6a1152 0x6a1152 0x578ce6 0x57715a 0x6311ed 0x6395bc 0x63d433 0x6682f2 0x67d187 0x580b7c 0x6a50a0 0x321420673d 0x32136d44bd&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x12a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5204fa&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6a15ed&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6a1152&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6a1152&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6a1152&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(_ZN5boost6detail8function17function_invoker4IPFbRN5mongo12DBClientBaseERKSsbiEbS5_S7_biE6invokeERNS1_15function_bufferES5_S&lt;/p&gt;

&lt;p&gt;7_bi+0x16) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x578ce6&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(_ZN5mongo15ShardConnection11_finishInitEv+0xba) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x57715a&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(_ZN5mongo8Strategy7doWriteEiRNS_7RequestERKNS_5ShardEb+0xdd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6311ed&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(_ZN5mongo13ShardStrategy7_updateERNS_7RequestERNS_9DbMessageEN5boost10shared_ptrINS_12ChunkManagerEEE+0xd1c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6395bc&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(_ZN5mongo13ShardStrategy7writeOpEiRNS_7RequestE+0x2b3) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x63d433&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x172) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6682f2&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x77) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x67d187&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x34c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x580b7c&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/data/servers/mongodb/bin/mongos(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6a50a0&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x321420673d&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;/lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x32136d44bd&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Tue Sep 20 15:50:39 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn8&amp;#93;&lt;/span&gt; ~ScopedDBConnection: _conn != null&lt;/p&gt;

&lt;p&gt;Tue Sep 20 15:50:39 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn8&amp;#93;&lt;/span&gt; AssertionException in process: setShardVersion failed host&lt;span class=&quot;error&quot;&gt;&amp;#91;shard01/its-d01.db.aol.com:4308,its-m01.db.aol.com:4308&amp;#93;&lt;/span&gt; &lt;/p&gt;
{ oldVersion:

Timestamp 2000|5, assertion: &quot;assertion s/d_state.cpp:501&quot;, errmsg: &quot;db assertion failure&quot;, ok: 0.0 }



&lt;p&gt;Mongod&lt;/p&gt;

&lt;p&gt;------------&lt;/p&gt;

&lt;p&gt;&amp;gt; db.Karma.find(&lt;/p&gt;
{&quot;username&quot; : &quot;a052l508&quot;}
&lt;p&gt;)&lt;/p&gt;

&lt;p&gt;{ &quot;&lt;em&gt;id&quot; : ObjectId(&quot;4e78ee8f6db5deac51214377&quot;), &quot;createTime&quot; : ISODate(&quot;2011-09-20T19:50:39.046Z&quot;), &quot;&lt;/em&gt;_olv&quot; : 1, &quot;username&quot; : &quot;a052l508&quot;, &quot;lastUpdate&quot; : ISODate(&quot;2011-09-20T19:50:39.046Z&quot;), &quot;userId&quot; : &quot;a052l508&quot;, &quot;state&quot; : &quot;fraud&quot;, &quot;contexts&quot; : { &quot;login&quot; : &lt;/p&gt;
{ &quot;time&quot; : ISODate(&quot;2011-09-20T19:50:39.046Z&quot;), &quot;scope&quot; : &quot;login&quot;, &quot;source&quot; : &quot;imagination&quot;, &quot;reason&quot; : &quot;evil&quot;, &quot;xff&quot; : null, &quot;value&quot; : &quot;fraud&quot;, &quot;confidence&quot; : &quot;1&quot;, &quot;ip&quot; : &quot;172.19.150.23&quot; }
&lt;p&gt; }, &quot;lastContext&quot; : &quot;login&quot; }&lt;/p&gt;


</description>
                <environment>CentOS release 5.6 (Final)  x86_64 x86_64 x86_64 GNU/Linux</environment>
        <key id="22697">SERVER-3926</key>
            <summary>setShardVersion failed host errors</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="ajay.batheja@teamaol.com">Ajay Batheja</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Sep 2011 18:02:18 +0000</created>
                <updated>Wed, 29 Feb 2012 03:53:59 +0000</updated>
                            <resolved>Wed, 2 Nov 2011 15:12:15 +0000</resolved>
                                    <version>1.8.2</version>
                                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 21 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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 21 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ajay.batheja@teamaol.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hropvb:</customfieldvalue>

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

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

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