[jboss-jira] [JBoss JIRA] Created: (JBAS-7747) CLONE -Fix oid-sorting in the snmp-adaptor
Prabhu S (JIRA)
jira-events at lists.jboss.org
Wed Feb 17 12:44:10 EST 2010
CLONE -Fix oid-sorting in the snmp-adaptor
------------------------------------------
Key: JBAS-7747
URL: https://jira.jboss.org/jira/browse/JBAS-7747
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Management services
Reporter: Prabhu S
Assignee: Heiko W. Rupp
Fix For: JBossAS-5.0.0.Beta1
Sorting of oids still sucks somewhat. Order is currently .1.2.3.1, .1.2.3.10, .1.2.3.2, .1.2.3.3 which makes getnext return less data than desired
Also take into account, that management systems might ask for a node and then want to walk the subtree by issuing get and getNext requests. So if a request for a node fails and this node was no leaf (.0 ending), try to get the subnode with the smallest "sub-oid".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list