<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:27:55 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-12212] Smpwalk does not get all data when the mongod is an SNMP master in a replica set with snmp-subagents</title>
                <link>https://jira.mongodb.org/browse/SERVER-12212</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I found problems with running smpwalk when the mongod is an SNMP master in a replica set with 2 other mongod snamp-subagents. It only retrieves part of the MIB per call:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ip-10-235-22-194 ~&amp;#93;&lt;/span&gt;# ps -elf | grep mongod&lt;br/&gt;
1 R root 25561 1 0 80 0 - 245094 - 14:46 ? 00:00:10 mongod --snmp-master --port 27017 --fork --dbpath /root/mongodb/data/rs-0/ --logpath /root/mongodb/logs/rs-0/mongod.log --smallfiles --nohttpinterface --replSet rs --oplogSize=50 --nojournal&lt;br/&gt;
1 S root 25611 1 0 80 0 - 282945 poll_s 14:46 ? 00:00:12 mongod --snmp-subagent --port 27018 --fork --dbpath /root/mongodb/data/rs-1/ --logpath /root/mongodb/logs/rs-1/mongod.log --smallfiles --nohttpinterface --replSet rs --oplogSize=50&lt;br/&gt;
1 S root 25659 1 0 80 0 - 236597 poll_s 14:47 ? 00:00:08 mongod --snmp-subagent --port 27019 --fork --dbpath /root/mongodb/data/rs-2/ --logpath /root/mongodb/logs/rs-2/mongod.log --smallfiles --nohttpinterface --replSet rs --oplogSize=50 --nojournal&lt;br/&gt;
0 S root 27178 1426 0 80 0 - 25811 pipe_w 15:39 pts/0 00:00:00 grep mongod&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ip-10-235-22-194 ~&amp;#93;&lt;/span&gt;# snmpwalk -m MONGO-MIB -v 2c -c mongodb localhost:1161 1.3.6.1.4.1.34601&lt;br/&gt;
MONGO-MIB::serverName.&quot;27017&quot; = STRING: &quot;ip-10-235-22-194:27017&quot;&lt;br/&gt;
MONGO-MIB::sysUpTime.&quot;27017&quot; = Timeticks: (308167) 0:51:21.67&lt;br/&gt;
MONGO-MIB::globalOpInsert.&quot;27017&quot; = Counter32: 201&lt;br/&gt;
MONGO-MIB::globalOpQuery.&quot;27017&quot; = Counter32: 501&lt;br/&gt;
MONGO-MIB::globalOpUpdate.&quot;27017&quot; = Counter32: 110&lt;br/&gt;
MONGO-MIB::globalOpDelete.&quot;27017&quot; = Counter32: 100&lt;br/&gt;
MONGO-MIB::globalOpGetMore.&quot;27017&quot; = Counter32: 1427&lt;br/&gt;
MONGO-MIB::globalOpCommand.&quot;27017&quot; = Counter32: 3435&lt;br/&gt;
MONGO-MIB::replOpInsert.&quot;27017&quot; = Counter32: 0&lt;br/&gt;
MONGO-MIB::replOpQuery.&quot;27017&quot; = Counter32: 0&lt;br/&gt;
MONGO-MIB::replOpUpdate.&quot;27017&quot; = Counter32: 0&lt;br/&gt;
MONGO-MIB::replOpDelete.&quot;27017&quot; = Counter32: 0&lt;br/&gt;
MONGO-MIB::replOpGetMore.&quot;27017&quot; = Counter32: 0&lt;br/&gt;
MONGO-MIB::replOpCommand.&quot;27017&quot; = Counter32: 0&lt;br/&gt;
MONGO-MIB::memoryResident.&quot;27017&quot; = INTEGER: 52 MB&lt;br/&gt;
MONGO-MIB::memoryVirtual.&quot;27017&quot; = INTEGER: 957 MB&lt;br/&gt;
...&lt;br/&gt;
MONGO-MIB::replSetName.&quot;27017&quot; = STRING: &quot;rs&quot;&lt;br/&gt;
MONGO-MIB::replSetVersion.&quot;27017&quot; = INTEGER: 4&lt;br/&gt;
MONGO-MIB::replIsMaster.&quot;27017&quot; = INTEGER: 1&lt;br/&gt;
MONGO-MIB::replIsSecondary.&quot;27017&quot; = INTEGER: 0&lt;br/&gt;
MONGO-MIB::replPrimary.&quot;27017&quot; = STRING: &quot;ip-10-235-22-194:27017&quot;&lt;br/&gt;
MONGO-MIB::replMe.&quot;27017&quot; = STRING: &quot;ip-10-235-22-194:27017&quot;&lt;br/&gt;
MONGO-MIB::replMe.&quot;27017&quot; = No more variables left in this MIB View (It is past the end of the MIB tree)&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ip-10-235-22-194 ~&amp;#93;&lt;/span&gt;# snmpwalk -m MONGO-MIB -v 2c -c mongodb localhost:1161 1.3.6.1.4.1.34601&lt;br/&gt;
MONGO-MIB::serverName.&quot;27017&quot; = STRING: &quot;ip-10-235-22-194:27017&quot;&lt;br/&gt;
MONGO-MIB::serverName.&quot;27018&quot; = STRING: &quot;ip-10-235-22-194:27018&quot;&lt;br/&gt;
MONGO-MIB::serverName.&quot;27019&quot; = STRING: &quot;ip-10-235-22-194:27019&quot;&lt;br/&gt;
MONGO-MIB::sysUpTime.&quot;27017&quot; = Timeticks: (313212) 0:52:12.12&lt;br/&gt;
MONGO-MIB::sysUpTime.&quot;27018&quot; = Timeticks: (309181) 0:51:31.81&lt;br/&gt;
MONGO-MIB::sysUpTime.&quot;27019&quot; = Timeticks: (307827) 0:51:18.27&lt;br/&gt;
MONGO-MIB::globalOpInsert.&quot;27017&quot; = Counter32: 201&lt;br/&gt;
MONGO-MIB::globalOpInsert.&quot;27018&quot; = Counter32: 1&lt;br/&gt;
MONGO-MIB::globalOpInsert.&quot;27019&quot; = Counter32: 1&lt;br/&gt;
...&lt;br/&gt;
MONGO-MIB::globalOpCommand.&quot;27019&quot; = Counter32: 3199&lt;br/&gt;
MONGO-MIB::replOpInsert.&quot;27017&quot; = Counter32: 0&lt;br/&gt;
MONGO-MIB::replOpInsert.&quot;27018&quot; = Counter32: 200&lt;br/&gt;
Error in packet.&lt;br/&gt;
Reason: (genError) A general failure occured&lt;br/&gt;
Failed object: MONGO-MIB::replOpInsert.&quot;27018&quot;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@ip-10-235-22-194 ~&amp;#93;&lt;/span&gt;# snmpwalk -m MONGO-MIB -v 2c -c mongodb localhost:1161 1.3.6.1.4.1.34601&lt;br/&gt;
MONGO-MIB::serverName.&quot;27017&quot; = STRING: &quot;ip-10-235-22-194:27017&quot;&lt;br/&gt;
MONGO-MIB::serverName.&quot;27018&quot; = STRING: &quot;ip-10-235-22-194:27018&quot;&lt;br/&gt;
MONGO-MIB::serverName.&quot;27019&quot; = STRING: &quot;ip-10-235-22-194:27019&quot;&lt;br/&gt;
MONGO-MIB::sysUpTime.&quot;27017&quot; = Timeticks: (315942) 0:52:39.42&lt;br/&gt;
MONGO-MIB::sysUpTime.&quot;27018&quot; = Timeticks: (311911) 0:51:59.11&lt;br/&gt;
MONGO-MIB::sysUpTime.&quot;27019&quot; = Timeticks: (310557) 0:51:45.57&lt;br/&gt;
MONGO-MIB::globalOpInsert.&quot;27017&quot; = Counter32: 201&lt;br/&gt;
...&lt;br/&gt;
MONGO-MIB::flushLastMs.&quot;27017&quot; = INTEGER: 0&lt;br/&gt;
MONGO-MIB::flushLastMs.&quot;27018&quot; = INTEGER: 0&lt;br/&gt;
MONGO-MIB::flushLastMs.&quot;27019&quot; = INTEGER: 0&lt;br/&gt;
MONGO-MIB::flushLastDateTime.&quot;27017&quot; = STRING: &quot;2013-12-27,20:38:11.0,+0:0&quot;&lt;br/&gt;
MONGO-MIB::flushLastDateTime.&quot;27018&quot; = STRING: &quot;2013-12-27,20:37:51.0,+0:0&quot;&lt;br/&gt;
MONGO-MIB::flushLastDateTime.&quot;27019&quot; = STRING: &quot;2013-12-27,20:38:05.0,+0:0&quot;&lt;br/&gt;
MONGO-MIB::cursorTotalOpen.&quot;27017&quot; = INTEGER: 2&lt;br/&gt;
Error in packet.&lt;br/&gt;
Reason: (genError) A general failure occured&lt;br/&gt;
Failed object: MONGO-MIB::cursorTotalOpen.&quot;27017&quot;&lt;/p&gt;</description>
                <environment>Discovered in RHEL 6, but seems to be reproducible in other environments.</environment>
        <key id="103902">SERVER-12212</key>
            <summary>Smpwalk does not get all data when the mongod is an SNMP master in a replica set with snmp-subagents</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="backlog-server-platform">DO NOT USE - Backlog - Platform Team</assignee>
                                    <reporter username="jonathan.abrahams">Jonathan Abrahams</reporter>
                        <labels>
                            <label>26qa</label>
                    </labels>
                <created>Sun, 29 Dec 2013 00:07:41 +0000</created>
                <updated>Fri, 13 Jan 2017 19:31:51 +0000</updated>
                            <resolved>Fri, 13 Jan 2017 19:31:51 +0000</resolved>
                                    <version>2.5.4</version>
                                                    <component>Networking</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="475675" author="jonathan.abrahams" created="Mon, 30 Dec 2013 15:09:45 +0000"  >&lt;p&gt;All is fine when the replica set are subagents and using snmpd as master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sun, 29 Dec 2013 01:57:49 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 7 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>justin.cohler</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-platform</customfieldvalue>
            <customfieldvalue>jonathan.abrahams</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm4tb:</customfieldvalue>

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

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

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