Fixed
Details
Assignee
Jesse WhiteJesse WhiteReporter
Alejandro GalueAlejandro GalueComponents
Sprint
NoneFix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Jesse White
Jesse WhiteReporter
Alejandro Galue
Alejandro GalueComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created March 15, 2017 at 11:25 AM
Updated April 12, 2017 at 2:28 PM
Resolved April 12, 2017 at 10:29 AM
While diagnosing a problem on a big installation of OpenNMS, I found that there are several threads blocked by
org.snmp4j.security.SecurityProtocols.addDefaultProtocols
.That method is invoked inside SNMP4J, it is typically related with SNMPv3 stuff, but it doesn't seem to be a way to avoid calling it when creating an SNMP session, and the system on which this problem was detected doesn't use SNMPv3 at all.
Potential Workarounds (could have side effects):
1. Go back to
JoeSNMP
2. Comment
org.snmp4j.smisyntaxes
inopennms.properties