Fixed
Details
Assignee
Seth LegerSeth LegerReporter
Seth LegerSeth LegerComponents
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Seth Leger
Seth LegerReporter
Seth Leger
Seth LegerComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 15, 2017 at 12:43 PM
Updated February 16, 2017 at 4:41 PM
Resolved February 16, 2017 at 11:42 AM
We're not specifically using
setReceiveBufferSize()
when we open the SNMP4J trap port so the socket may be given a smaller buffer size than the maximum that can be provided by the operating system.We should set the value to
Integer.MAX_VALUE
(which will use the operating system maximum) to maximize the buffer space on the socket so that high volumes of traps can be processed reliably.