You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ratis.apache.org by dongeforever <gi...@git.apache.org> on 2018/09/07 07:39:54 UTC

[GitHub] incubator-ratis pull request #5: [RATIS-311] DeadLock between AppendEntries ...

GitHub user dongeforever opened a pull request:

    https://github.com/apache/incubator-ratis/pull/5

    [RATIS-311] DeadLock between AppendEntries request and RaftLogWorker

    More details could be found in https://issues.apache.org/jira/browse/RATIS-311

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongeforever/incubator-ratis RATIS-311

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-ratis/pull/5.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 #5
    
----
commit a5aa1910c867160f435fec0b5559a0967670070a
Author: zander <zh...@...>
Date:   2018-09-07T07:38:43Z

    [RATIS-311] fix dead lock

----


---

[GitHub] incubator-ratis issue #5: [RATIS-311] DeadLock between AppendEntries request...

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

    https://github.com/apache/incubator-ratis/pull/5
  
    sounds like it has been resolved. https://issues.apache.org/jira/browse/RATIS-311


---

[GitHub] incubator-ratis issue #5: [RATIS-311] DeadLock between AppendEntries request...

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

    https://github.com/apache/incubator-ratis/pull/5
  
    This seems critical. Can you add a UT if possible? Thanks,


---