Jenkins build is back to stable : Curator #82

2018-12-13 Thread Apache Jenkins Server
See

Jenkins build is back to stable : Curator » Curator Recipes #82

2018-12-13 Thread Apache Jenkins Server
See

[jira] [Commented] (CURATOR-495) Race and possible dead locks with RetryPolicies and several Curator Recipes

2018-12-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16720824#comment-16720824 ] ASF GitHub Bot commented on CURATOR-495: GitHub user Randgalt opened a pull requ

[GitHub] curator pull request #297: [CURATOR-495] Fixes race in many Curator recipes ...

2018-12-13 Thread Randgalt
GitHub user Randgalt opened a pull request: https://github.com/apache/curator/pull/297 [CURATOR-495] Fixes race in many Curator recipes which could block ZK's event thread Fixes race in many Curator recipes whereby a pattern was used that called "notifyAll" in a synchronized block

[jira] [Created] (CURATOR-495) Race and possible dead locks with RetryPolicies and several Curator Recipes

2018-12-13 Thread Jordan Zimmerman (JIRA)
Jordan Zimmerman created CURATOR-495: Summary: Race and possible dead locks with RetryPolicies and several Curator Recipes Key: CURATOR-495 URL: https://issues.apache.org/jira/browse/CURATOR-495 P

[jira] [Updated] (CURATOR-495) Race and possible dead locks with RetryPolicies and several Curator Recipes

2018-12-13 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Zimmerman updated CURATOR-495: - Description: In trying to figure out why {{TestInterProcessSemaphoreMutex}} is so flakey

[jira] [Updated] (CURATOR-495) Race and possible dead locks with RetryPolicies and several Curator Recipes

2018-12-13 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Zimmerman updated CURATOR-495: - Description: In trying to figure out why {{TestInterProcessSemaphoreMutex}} is so flakey

FYI - interesting/important Bug

2018-12-13 Thread Jordan Zimmerman
FYI I was trying to figure out why TestInterProcessSemaphoreMutex is so flakey. In debugging the problem I've come across a fairly serious edge case in how several of our recipes work. You can see the issue in InterProcessSemaphoreV2 (which is what InterProcessSemaphoreMutex uses internally). H