GitHub user gemmellr opened a pull request:
https://github.com/apache/activemq-artemis/pull/1548
ARTEMIS-1434: update handling of tick deadline values
- account for potential to be negative due to using nanoTime derived values
- add some other edge case protections to avoid task ceasing in error
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gemmellr/activemq-artemis update-tick-handling
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1548.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 #1548
----
commit 1a077348e2d06a541f2ef6cc94342a299220ff72
Author: Robbie Gemmell <[email protected]>
Date: 2017-09-22T15:33:21Z
ARTEMIS-1434: update handling of tick deadline values
- account for potential to be negative due to using nanoTime derived values
- add some other edge case protections to avoid task ceasing in error
----
---