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 May 15, 2017 at 3:51 PM
Updated June 28, 2017 at 10:49 AM
Resolved May 16, 2017 at 9:07 AM
There is a homegrown Lock class used inside the Poller code that could be replaced with the standard ReentrantLock class. This would probably improve fairness and performance of the lock.