GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/2850
[STORM-3235] Fix WorkerToken renewal criteria and refactor
- Fix broken condition to validate if new `WorkerToken` should be added.
- Refactor code out of `Nimbus` into `WorkerTokenManager`
- Updated `WorkerTokenTest` to ensure `WorkerTokenManager` recognizes token
ready for renewal.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm3235
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2850.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 #2850
----
commit 24a28eaadd17d2594eb88e098455d68aa74380a7
Author: Kishor Patil <kpatil@...>
Date: 2018-09-26T11:26:54Z
Fix WorkerToken renewal criteria and refactor
----
---