You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by Randgalt <gi...@git.apache.org> on 2018/12/09 16:12:51 UTC

[GitHub] curator pull request #292: [CURATOR-405] reset startOfSuspendedEpoch when se...

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 <ra...@...>
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.

----


---

[GitHub] curator issue #292: [CURATOR-405] reset startOfSuspendedEpoch when session e...

Posted by cammckenzie <gi...@git.apache.org>.
Github user cammckenzie commented on the issue:

    https://github.com/apache/curator/pull/292
  
    Looks good to me.


---

[GitHub] curator issue #292: [CURATOR-405] reset startOfSuspendedEpoch when session e...

Posted by Randgalt <gi...@git.apache.org>.
Github user Randgalt commented on the issue:

    https://github.com/apache/curator/pull/292
  
    I ran the tests a few times and they all pass.


---

[GitHub] curator pull request #292: [CURATOR-405] reset startOfSuspendedEpoch when se...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/curator/pull/292


---