Skip to:
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.
PR merged, commit e08280e111dcdd059bb9a96b98c0edf864b2b63e
PR: https://github.com/OpenNMS/opennms/pull/1489
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.