InterruptedExceptions thrown when using SNMP

Description

Numerous InterruptedException errors can appear when performing SNMP data collection, polling, provisioning, etc...

These show up in the log files as follows:

There are additional details in .

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Jesse White November 22, 2016 at 7:29 AM

Jesse White November 21, 2016 at 9:28 AM

Jesse White October 17, 2016 at 12:57 PM
Edited

Based on my observations, this occurs on every call to the Snmp4JWalker, and has no negative effects, aside from printing the warning message in the log.

I suspect that this has been occurring since we updated SNMP4J in from 2.3.1 to 2.4.3.
(I've confirmed that this log statement was not present in 2.3.1)

Jesse White October 17, 2016 at 12:54 PM

Here is a stacktrace of a breakpoint on LOG statement:

The problem is that we try closing the SNMP4J transport within the fireProcessMessage() callback: after issuing the fireProcessMessage() call, the listener is stopped normally, but we end up trying to close it before it reaches this point, leading to the observed exception.

Fixed

Details

Assignee

Reporter

Components

Sprint

Priority

PagerDuty

Created October 17, 2016 at 9:14 AM
Updated November 29, 2016 at 4:34 PM
Resolved November 29, 2016 at 1:44 PM