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 2017/11/22 02:36:46 UTC

[GitHub] curator issue #242: [CURATOR-443] CuratorFrameworkImpl may sleep in foregrou...

Github user Randgalt commented on the issue:

    https://github.com/apache/curator/pull/242
  
    I added another change to remove slept operations from the DelayQueue and re-add to force a resort. I'm concerned, though, that this might affect operation order. In fact, I'm concerned that old sleep that was added might affect operation order. More testing in that area is needed.


---