[jira] [Commented] (CURATOR-114) TestingServer should expose restart() method.

2014-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034786#comment-14034786 ] ASF GitHub Bot commented on CURATOR-114: Github user cammckenzie commented on a d

[GitHub] curator pull request: CURATOR-114 - Modified the TestingServer to ...

2014-06-17 Thread cammckenzie
Github user cammckenzie commented on a diff in the pull request: https://github.com/apache/curator/pull/11#discussion_r13898859 --- Diff: curator-test/src/main/java/org/apache/curator/test/TestingServer.java --- @@ -37,47 +37,104 @@ /** * Create the server

[jira] [Commented] (CURATOR-93) Have TransactionCreateBuilder implement Compressible

2014-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034784#comment-14034784 ] ASF GitHub Bot commented on CURATOR-93: --- GitHub user cammckenzie opened a pull reque

[GitHub] curator pull request: CURATOR-93 - Added compress() option for tra...

2014-06-17 Thread cammckenzie
GitHub user cammckenzie opened a pull request: https://github.com/apache/curator/pull/12 CURATOR-93 - Added compress() option for transactions. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cammckenzie/curator CURATOR-93 Alter

[jira] [Commented] (CURATOR-114) TestingServer should expose restart() method.

2014-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034783#comment-14034783 ] ASF GitHub Bot commented on CURATOR-114: Github user Randgalt commented on a diff

[GitHub] curator pull request: CURATOR-114 - Modified the TestingServer to ...

2014-06-17 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/curator/pull/11#discussion_r13898754 --- Diff: curator-test/src/main/java/org/apache/curator/test/TestingServer.java --- @@ -37,47 +37,104 @@ /** * Create the server usi

[jira] [Resolved] (CURATOR-110) LeaderLatch does not complete if it is started without a connection to ZooKeeper

2014-06-17 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Zimmerman resolved CURATOR-110. -- Resolution: Fixed > LeaderLatch does not complete if it is started without a connectio

[jira] [Commented] (CURATOR-110) LeaderLatch does not complete if it is started without a connection to ZooKeeper

2014-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034559#comment-14034559 ] ASF GitHub Bot commented on CURATOR-110: Github user asfgit closed the pull reque

[jira] [Assigned] (CURATOR-110) LeaderLatch does not complete if it is started without a connection to ZooKeeper

2014-06-17 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Zimmerman reassigned CURATOR-110: Assignee: Jordan Zimmerman > LeaderLatch does not complete if it is started withou

[GitHub] curator pull request: Curator 110

2014-06-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/curator/pull/9 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (CURATOR-110) LeaderLatch does not complete if it is started without a connection to ZooKeeper

2014-06-17 Thread Cameron McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034430#comment-14034430 ] Cameron McKenzie commented on CURATOR-110: -- Looks good Jordan. Not sure why (may

[jira] [Commented] (CURATOR-114) TestingServer should expose restart() method.

2014-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034424#comment-14034424 ] ASF GitHub Bot commented on CURATOR-114: Github user cammckenzie commented on a d

[GitHub] curator pull request: CURATOR-114 - Modified the TestingServer to ...

2014-06-17 Thread cammckenzie
Github user cammckenzie commented on a diff in the pull request: https://github.com/apache/curator/pull/11#discussion_r13887642 --- Diff: curator-test/src/main/java/org/apache/curator/test/TestingServer.java --- @@ -104,6 +171,17 @@ public void stop() throws IOException }

[jira] [Commented] (CURATOR-114) TestingServer should expose restart() method.

2014-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034408#comment-14034408 ] ASF GitHub Bot commented on CURATOR-114: Github user madrob commented on a diff i

[GitHub] curator pull request: CURATOR-114 - Modified the TestingServer to ...

2014-06-17 Thread madrob
Github user madrob commented on a diff in the pull request: https://github.com/apache/curator/pull/11#discussion_r13886987 --- Diff: curator-test/src/main/java/org/apache/curator/test/TestingServer.java --- @@ -104,6 +171,17 @@ public void stop() throws IOException }

[jira] [Commented] (CURATOR-114) TestingServer should expose restart() method.

2014-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034403#comment-14034403 ] ASF GitHub Bot commented on CURATOR-114: Github user cammckenzie commented on a d

[GitHub] curator pull request: CURATOR-114 - Modified the TestingServer to ...

2014-06-17 Thread cammckenzie
Github user cammckenzie commented on a diff in the pull request: https://github.com/apache/curator/pull/11#discussion_r13886728 --- Diff: curator-test/src/main/java/org/apache/curator/test/TestingServer.java --- @@ -104,6 +171,17 @@ public void stop() throws IOException }

[jira] [Commented] (CURATOR-110) LeaderLatch does not complete if it is started without a connection to ZooKeeper

2014-06-17 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034253#comment-14034253 ] Jordan Zimmerman commented on CURATOR-110: -- FYI - I made a few changes: https:/

[jira] [Commented] (CURATOR-114) TestingServer should expose restart() method.

2014-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033807#comment-14033807 ] ASF GitHub Bot commented on CURATOR-114: Github user madrob commented on a diff i

[GitHub] curator pull request: CURATOR-114 - Modified the TestingServer to ...

2014-06-17 Thread madrob
Github user madrob commented on a diff in the pull request: https://github.com/apache/curator/pull/11#discussion_r13859747 --- Diff: curator-test/src/main/java/org/apache/curator/test/TestingServer.java --- @@ -104,6 +171,17 @@ public void stop() throws IOException }

[jira] [Created] (CURATOR-115) delayeddistributedqueue failed to sort children

2014-06-17 Thread kimi (JIRA)
kimi created CURATOR-115: Summary: delayeddistributedqueue failed to sort children Key: CURATOR-115 URL: https://issues.apache.org/jira/browse/CURATOR-115 Project: Apache Curator Issue Type: Bug