GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1515
ARTEMIS-1393 CriticalAnalyzer timeout uses System::currentTimeMillis
The timeout logic is changed to use System::nanoTime, less sensible to OS
clock changes.
The volatile set on CriticalMeasure are changed with cheaper lazySet.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis
critical_analyzer_nano_timeout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1515.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1515
----
commit c47b7a45ad02791582da3cec4271e60ba215bf3e
Author: Francesco Nigro <[email protected]>
Date: 2017-09-06T16:08:42Z
ARTEMIS-1393 CriticalAnalyzer timeout uses System::currentTimeMillis
The timeout logic is changed to use System::nanoTime, less sensible to OS
clock changes.
The volatile set on CriticalMeasure are changed with cheaper lazySet.
----
---