GitHub user Randgalt opened a pull request:
https://github.com/apache/curator/pull/292
[CURATOR-405] reset startOfSuspendedEpoch when session expiration is
injected
Once the session expiration is injected, reset startOfSuspendedEpoch so
that we don't do this copious times while things are being reset.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/curator CURATOR-405
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/292.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 #292
----
commit d9652662293529374c601d90a9700e132a466700
Author: randgalt <randgalt@...>
Date: 2018-12-09T16:11:30Z
CURATOR-405
Once the session expiration is injected, reset startOfSuspendedEpoch so
that we don't do this copious times while things are being reset.
----
---