<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:09:23 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-5605] db.currentOp() - &quot;query&quot; : {&quot;$msg&quot; : &quot;query not recording (too large)&quot; </title>
                <link>https://jira.mongodb.org/browse/SERVER-5605</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;how do you know what is running when you look at its simply states: &quot;query&quot; : {&quot;$msg&quot; : &quot;query not recording (too large)&quot; &lt;/p&gt;

&lt;p&gt;db.currentOp()&lt;br/&gt;
                        &quot;opid&quot; : -2016542264,&lt;br/&gt;
                        &quot;active&quot; : false,&lt;br/&gt;
                        &quot;lockType&quot; : &quot;write&quot;,&lt;br/&gt;
                        &quot;waitingForLock&quot; : true,&lt;br/&gt;
                        &quot;op&quot; : &quot;update&quot;,&lt;br/&gt;
                        &quot;ns&quot; : &quot;&quot;,&lt;br/&gt;
                        &quot;query&quot; : &lt;/p&gt;
{
                                &quot;$msg&quot; : &quot;query not recording (too large)&quot;
                        }
&lt;p&gt;,&lt;br/&gt;
                        &quot;client&quot; : &quot;X.X.X.X:42135&quot;,&lt;br/&gt;
                        &quot;desc&quot; : &quot;conn&quot;,&lt;br/&gt;
                        &quot;threadId&quot; : &quot;0x7f10f7cf8700&quot;,&lt;br/&gt;
                        &quot;connectionId&quot; : 754951,&lt;br/&gt;
                        &quot;numYields&quot; : 0 &lt;/p&gt;</description>
                <environment>ubuntu 11.04</environment>
        <key id="36285">SERVER-5605</key>
            <summary>db.currentOp() - &quot;query&quot; : {&quot;$msg&quot; : &quot;query not recording (too large)&quot; </summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</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="dcrosta">Daniel Crosta</assignee>
                                    <reporter username="joep">joe piscitella</reporter>
                        <labels>
                    </labels>
                <created>Sat, 14 Apr 2012 21:37:26 +0000</created>
                <updated>Tue, 29 Nov 2016 19:41:08 +0000</updated>
                            <resolved>Fri, 25 May 2012 17:31:29 +0000</resolved>
                                    <version>2.0.2</version>
                                                    <component>Diagnostics</component>
                                        <votes>1</votes>
                                    <watches>11</watches>
                                                                                                                <comments>
                            <comment id="1445107" author="brad@mixmax.com" created="Tue, 29 Nov 2016 19:41:08 +0000"  >&lt;p&gt;Filed &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27212&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-27212&lt;/a&gt;. Thanks!&lt;/p&gt;</comment>
                            <comment id="1409443" author="ramon.fernandez" created="Sat, 15 Oct 2016 11:48:37 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=brad%40mixmax.com&quot; class=&quot;user-hover&quot; rel=&quot;brad@mixmax.com&quot;&gt;brad@mixmax.com&lt;/a&gt;, I couldn&apos;t find a specific ticket to allow users to decide how large is too large a message to log. For future reference, when in doubt, feel free to always open a ticket &amp;#8211; it can always be deduplicated later.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                            <comment id="1388270" author="brad@mixmax.com" created="Tue, 20 Sep 2016 00:58:04 +0000"  >&lt;p&gt;Is there an open bug on making this a setting?&lt;/p&gt;</comment>
                            <comment id="314360" author="steve.john@vouchercloud.com" created="Tue, 16 Apr 2013 08:13:25 +0000"  >&lt;p&gt;It would greatly help troubleshooting if it could at least show the query.&lt;/p&gt;</comment>
                            <comment id="313636" author="farazahmedkhan" created="Mon, 15 Apr 2013 13:06:43 +0000"  >&lt;p&gt;If the query is tool large and that is the reason why its not being shown then perhaps just omit the data and show the query?&lt;/p&gt;</comment>
                            <comment id="313635" author="chris.lowe@vouchercloud.com" created="Mon, 15 Apr 2013 13:03:22 +0000"  >&lt;p&gt;Surely if the server is able to execute a query then I should be able to see it from db.currentOp()?  Not being able to view which queries are in flight is a very big problem when trying to diagnose issues on our server.&lt;/p&gt;</comment>
                            <comment id="313629" author="robert@vouchercloud.com" created="Mon, 15 Apr 2013 12:50:58 +0000"  >&lt;p&gt;We&apos;ve run into this useless error message as well. &lt;/p&gt;

&lt;p&gt;A more informative message would be preferred/helpful. &lt;/p&gt;</comment>
                            <comment id="123196" author="dcrosta" created="Fri, 25 May 2012 17:31:29 +0000"  >&lt;p&gt;Unfortunately, there&apos;s no way to see what this query is, unless it also happens to show up in the server log.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="136532">SERVER-13952</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 25 May 2012 17:31:29 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 years, 11 weeks, 1 day 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>brad@mixmax.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            7 years, 11 weeks, 1 day 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>brad@mixmax.com</customfieldvalue>
            <customfieldvalue>chris.lowe@vouchercloud.com</customfieldvalue>
            <customfieldvalue>dcrosta</customfieldvalue>
            <customfieldvalue>farazahmedkhan</customfieldvalue>
            <customfieldvalue>joep</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
            <customfieldvalue>robert@vouchercloud.com</customfieldvalue>
            <customfieldvalue>steve.john@vouchercloud.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hro5un:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22848</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="10153"><![CDATA[Unneeded]]></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|hszu9r:</customfieldvalue>

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