[
https://issues.apache.org/jira/browse/CURATOR-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077447#comment-14077447
]
Cameron McKenzie commented on CURATOR-42:
-
Just had a look at this, the delete def
[
https://issues.apache.org/jira/browse/CURATOR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077398#comment-14077398
]
Cameron McKenzie commented on CURATOR-128:
--
This sounds ok to me. It assumes tha
[
https://issues.apache.org/jira/browse/CURATOR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077388#comment-14077388
]
Scott Blum commented on CURATOR-128:
It couldn't be made more lenient?
e.g.
"/" + "
[
https://issues.apache.org/jira/browse/CURATOR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077258#comment-14077258
]
Jordan Zimmerman commented on CURATOR-128:
--
The problem in ZKPaths.makePath() is
[
https://issues.apache.org/jira/browse/CURATOR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077241#comment-14077241
]
Cameron McKenzie commented on CURATOR-128:
--
I think that it would be preferable
Scott Blum created CURATOR-128:
--
Summary: There is no namespace-safe way to refer to the root node
Key: CURATOR-128
URL: https://issues.apache.org/jira/browse/CURATOR-128
Project: Apache Curator
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077185#comment-14077185
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on the
Github user dragonsinth commented on the pull request:
https://github.com/apache/curator/pull/23#issuecomment-50420280
Sweet, looks good.
---
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
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jordan Zimmerman resolved CURATOR-126.
--
Resolution: Fixed
> IllegalStateException in performBackgroundOperation during close
>
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077168#comment-14077168
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on the pu
Github user Randgalt commented on the pull request:
https://github.com/apache/curator/pull/23#issuecomment-50419120
Sorry Scott - it looks like CURATOR-126 hasnât syncâd yet to the Github
repo. The whole Github sync think is a lot of black magic. It is, however,
here:Â
https://gi
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077166#comment-14077166
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on the
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077167#comment-14077167
]
ASF GitHub Bot commented on CURATOR-126:
Github user cammckenzie commented on the
Github user cammckenzie commented on the pull request:
https://github.com/apache/curator/pull/23#issuecomment-50419008
They're there for me, I just pulled off the apache master (CURATOR-126
branch). The changes look good to me Jordan, I was trying to avoid changing the
CuratorFramewor
Github user dragonsinth commented on the pull request:
https://github.com/apache/curator/pull/23#issuecomment-50418934
Where are the commits? I did a git remote update on both my fork and
apache and couldn't find them.
---
If your project is set up for it, you can reply to this emai
Github user Randgalt commented on the pull request:
https://github.com/apache/curator/pull/23#issuecomment-50418758
I pushed an update to the test that has an assert. I tested it with the old
background thread code and the test fails. It succeeds with the new code.
-JZ
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077164#comment-14077164
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on the pu
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077122#comment-14077122
]
ASF GitHub Bot commented on CURATOR-126:
Github user cammckenzie commented on the
Github user cammckenzie commented on the pull request:
https://github.com/apache/curator/pull/23#issuecomment-50416483
I have pushed a unit test up onto the CURATOR-126 branch. Have a play with
it, I still seem to be getting the error logged when running against the fix.
Could be some
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076966#comment-14076966
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on the
Github user dragonsinth commented on the pull request:
https://github.com/apache/curator/pull/23#issuecomment-50407804
That would be great. If you can send me a commit or diff, I'd be happy to
play with trying to test it programmatically.
---
If your project is set up for it, you ca
I’m not a fan of cherry picking, etc. I’ve seen too many mistakes made.
Officially, Curator follows Github Flow:
http://scottchacon.com/2011/08/31/github-flow.html - which boils down to have a
master and lots of other branches. So, maybe even having a 2.7.0 branch would
be a mistake. Features r
might make more sense to create a 2.6.1 branch from the 2.6.0 release tag
and cherry pick all of the relevant commits in. leave master as pointing to
2.7.0. if you have both branches active at once then commit to master and
continue to cherry-pick as appropriate. or commit to the branch and merge
t
That’s a good point. I think, we’d have master just be whatever the next
release will be. Then, we could have a 2.7.0 branch that would become master
after 2.6.1 is released. OK?
-JZ
From: Cameron McKenzie
Reply: dev@curator.apache.org >
Date: July 28, 2014 at 4:42:57 PM
To: dev@curator.apache
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076932#comment-14076932
]
ASF GitHub Bot commented on CURATOR-126:
Github user cammckenzie commented on the
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076934#comment-14076934
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on the pu
Github user Randgalt commented on the pull request:
https://github.com/apache/curator/pull/23#issuecomment-50406296
Yeah - please do. Canât hurt.
From:Â cammckenzie
Reply:Â apache/curator >
Date:Â July 28, 2014 at 4:41:57 PM
To:Â apache/curator >
Cc:Â Jordan
How would we manage this with our current branching structure?
On Tue, Jul 29, 2014 at 7:36 AM, Mike Drob wrote:
> Is it possible (or desirable?) to split some of the bug fixes into a 2.6.1
> before adding the APIs for 2.7.0?
>
>
> On Mon, Jul 28, 2014 at 4:34 PM, Jordan Zimmerman <
> jor...@jo
Github user cammckenzie commented on the pull request:
https://github.com/apache/curator/pull/23#issuecomment-50406175
Do you have a unit test to reproduce? I cooked one up which could reproduce
the issue, but I hadn't found a way for it to work with assertions. I could
only verify th
Is it possible (or desirable?) to split some of the bug fixes into a 2.6.1
before adding the APIs for 2.7.0?
On Mon, Jul 28, 2014 at 4:34 PM, Jordan Zimmerman <
jor...@jordanzimmerman.com> wrote:
> FYI
>
> There will be some new APIs in the next release (CURATOR-126 for example)
> that suggests
FYI
There will be some new APIs in the next release (CURATOR-126 for example) that
suggests making this 2.7.0 instead of 2.6.1
-JZ
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jordan Zimmerman updated CURATOR-126:
-
Fix Version/s: 2.6.1
> IllegalStateException in performBackgroundOperation during close
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jordan Zimmerman reassigned CURATOR-126:
Assignee: Jordan Zimmerman (was: Cameron McKenzie)
> IllegalStateException in per
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076878#comment-14076878
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076884#comment-14076884
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15491355
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java
---
@@ -239,6 +241,16 @@ public Builder connectionTimeou
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15491274
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java
---
@@ -239,6 +241,16 @@ public Builder connectionTim
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076842#comment-14076842
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15490376
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java
---
@@ -239,6 +241,16 @@ public Builder connectionTimeou
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076839#comment-14076839
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15490243
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -74,7 +71,7 @@
private final Namesp
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076766#comment-14076766
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15488051
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -74,7 +71,7 @@
private final Namespace
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076754#comment-14076754
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15487369
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -74,7 +71,7 @@
private final Namespace
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15487723
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -74,7 +71,7 @@
private final Namesp
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076743#comment-14076743
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076733#comment-14076733
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076736#comment-14076736
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15487087
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -300,12 +295,20 @@ public Void apply(Curator
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15487030
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -74,7 +71,7 @@
private final Namesp
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076718#comment-14076718
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076715#comment-14076715
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15486439
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -770,9 +769,8 @@ private void backgroundOperati
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15486333
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -770,9 +769,8 @@ private void backgroundOperati
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076709#comment-14076709
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15486219
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -770,9 +769,8 @@ private void backgroundOper
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076701#comment-14076701
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
[
https://issues.apache.org/jira/browse/CURATOR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jordan Zimmerman updated CURATOR-125:
-
Comment: was deleted
(was: GitHub user dragonsinth opened a pull request:
https://g
[
https://issues.apache.org/jira/browse/CURATOR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jordan Zimmerman updated CURATOR-125:
-
Comment: was deleted
(was: Github user dragonsinth closed the pull request at:
http
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15485966
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -722,39 +725,35 @@ public void retriesExhaus
[
https://issues.apache.org/jira/browse/CURATOR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jordan Zimmerman updated CURATOR-125:
-
Comment: was deleted
(was: Please delete the above 3 comments (and this one) opened a PR
[
https://issues.apache.org/jira/browse/CURATOR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jordan Zimmerman updated CURATOR-125:
-
Comment: was deleted
(was: Github user dragonsinth commented on the pull request:
h
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076696#comment-14076696
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15485833
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -74,7 +71,7 @@
private final Namespace
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076688#comment-14076688
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076691#comment-14076691
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15485742
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -770,9 +769,8 @@ private void backgroundOperati
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15485690
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -770,9 +769,8 @@ private void backgroundOperati
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076686#comment-14076686
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076684#comment-14076684
]
ASF GitHub Bot commented on CURATOR-126:
Github user Randgalt commented on a diff
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15485603
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -722,39 +725,35 @@ public void retriesExhausted
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15485565
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -300,12 +295,20 @@ public Void apply(CuratorLis
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076617#comment-14076617
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15483300
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -300,12 +295,20 @@ public Void apply(Curator
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076610#comment-14076610
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15483196
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -770,9 +769,8 @@ private void backgroundOper
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076603#comment-14076603
]
ASF GitHub Bot commented on CURATOR-126:
Github user dragonsinth commented on a d
Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/23#discussion_r15483096
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -722,39 +725,35 @@ public void retriesExhaus
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076576#comment-14076576
]
Scott Blum commented on CURATOR-126:
You're right, Thread.interrupt(), Thread.join()
[
https://issues.apache.org/jira/browse/CURATOR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076573#comment-14076573
]
Scott Blum commented on CURATOR-125:
Please delete the above 3 comments (and this one
[
https://issues.apache.org/jira/browse/CURATOR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076565#comment-14076565
]
ASF GitHub Bot commented on CURATOR-125:
GitHub user dragonsinth opened a pull re
[
https://issues.apache.org/jira/browse/CURATOR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076567#comment-14076567
]
ASF GitHub Bot commented on CURATOR-125:
Github user dragonsinth commented on the
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076570#comment-14076570
]
ASF GitHub Bot commented on CURATOR-126:
GitHub user dragonsinth opened a pull re
[
https://issues.apache.org/jira/browse/CURATOR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076568#comment-14076568
]
ASF GitHub Bot commented on CURATOR-125:
Github user dragonsinth closed the pull
GitHub user dragonsinth opened a pull request:
https://github.com/apache/curator/pull/23
CURATOR-126: Fix race condition in CuratorFrameworkImpl.close()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dragonsinth/curator CURATOR-
Github user dragonsinth closed the pull request at:
https://github.com/apache/curator/pull/22
---
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
Github user dragonsinth commented on the pull request:
https://github.com/apache/curator/pull/22#issuecomment-50380674
oops wrong number
---
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 f
GitHub user dragonsinth opened a pull request:
https://github.com/apache/curator/pull/22
CURATOR-125: Fix race condition in CuratorFrameworkImpl.close()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dragonsinth/curator CURATOR-
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076457#comment-14076457
]
Scott Blum commented on CURATOR-126:
Also, versions of Java < 1.8 have a bug in Futur
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076460#comment-14076460
]
Jordan Zimmerman commented on CURATOR-126:
--
An Executor is just a thread as well
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076452#comment-14076452
]
Scott Blum commented on CURATOR-126:
Honestly, the executor is only used to start one
[
https://issues.apache.org/jira/browse/CURATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076204#comment-14076204
]
Jordan Zimmerman commented on CURATOR-126:
--
I think the above change is a good i
93 matches
Mail list logo