[jira] [Created] (CURATOR-300) Creating a node using storingStatIn breaks Curator with a logged NullPointerException

2016-02-01 Thread Jordan Zimmerman (JIRA)
Jordan Zimmerman created CURATOR-300: Summary: Creating a node using storingStatIn breaks Curator with a logged NullPointerException Key: CURATOR-300 URL: https://issues.apache.org/jira/browse/CURATOR-300

[jira] [Created] (CURATOR-299) Copious "Failed to find watcher" log messages when closing Curator 3.0 recipes

2016-02-01 Thread Jordan Zimmerman (JIRA)
Jordan Zimmerman created CURATOR-299: Summary: Copious "Failed to find watcher" log messages when closing Curator 3.0 recipes Key: CURATOR-299 URL: https://issues.apache.org/jira/browse/CURATOR-299

[jira] [Created] (CURATOR-298) Curator NodeCache.start() is blocking even with buildInitial=false

2016-02-01 Thread Jordan Zimmerman (JIRA)
Jordan Zimmerman created CURATOR-298: Summary: Curator NodeCache.start() is blocking even with buildInitial=false Key: CURATOR-298 URL: https://issues.apache.org/jira/browse/CURATOR-298 Project: A

[jira] [Created] (CURATOR-297) Curator quickly starting+stopping a persistent ephemeral node causes dangling ephemeral node

2016-02-01 Thread Jordan Zimmerman (JIRA)
Jordan Zimmerman created CURATOR-297: Summary: Curator quickly starting+stopping a persistent ephemeral node causes dangling ephemeral node Key: CURATOR-297 URL: https://issues.apache.org/jira/browse/CURATOR-2

Jenkins build is back to stable : Curator » Curator Framework #964

2016-02-01 Thread Apache Jenkins Server
See

Jenkins build is still unstable: Curator #964

2016-02-01 Thread Apache Jenkins Server
See

Jenkins build is back to stable : Curator » Curator Service Discovery #964

2016-02-01 Thread Apache Jenkins Server
See

Jenkins build became unstable: Curator » Curator Recipes #964

2016-02-01 Thread Apache Jenkins Server
See

Jenkins build is back to stable : Curator » Curator Service Discovery Server #964

2016-02-01 Thread Apache Jenkins Server
See

Re: Can't merge master into 3.0

2016-02-01 Thread Scott Blum
I went ahead and pushed CURATOR-3.0 since the the new code doesn't make anything worse and the bug already existed. On Mon, Feb 1, 2016 at 3:15 PM, Scott Blum wrote: > BTW, I'd be happy to dig into this more, but I'd need a "theory of > operation" around WatcherRemovalManager. I don't know what

Re: Can't merge master into 3.0

2016-02-01 Thread Scott Blum
BTW, I'd be happy to dig into this more, but I'd need a "theory of operation" around WatcherRemovalManager. I don't know what it's supposed to do exactly. On Mon, Feb 1, 2016 at 3:13 PM, Jordan Zimmerman wrote: > Yeah - I know about those. I’m going to write a JIra for it today. > > On Feb 1, 2

Re: Can't merge master into 3.0

2016-02-01 Thread Scott Blum
Alright, I've git bisected it down to a single change that breaks TestTreeCache: WatcherRemovalManager.internalRemove, private synchronized void internalRemove(WrappedWatcher entry) { namespaceWatcherMap.removeWatcher(entry.watcher); entries.remove(entry); } The offending line seems to b

Re: Can't merge master into 3.0

2016-02-01 Thread Jordan Zimmerman
Yeah - I know about those. I’m going to write a JIra for it today. > On Feb 1, 2016, at 3:05 PM, Scott Blum wrote: > > I think there may be some general problem, I notice warning messages in the > test logs, like: > > ERROR org.apache.zookeeper.ClientCnxn Failed to find watcher! > [main-Send

Re: Can't merge master into 3.0

2016-02-01 Thread Scott Blum
I think there may be some general problem, I notice warning messages in the test logs, like: ERROR org.apache.zookeeper.ClientCnxn Failed to find watcher! [main-SendThread(127.0.0.1:60086)] org.apache.zookeeper.KeeperException$NoWatcherException: KeeperErrorCode = No such watcher for /test/one at

Re: Can't merge master into 3.0

2016-02-01 Thread Scott Blum
Actually, it's not a problem with the changes I'm trying to merge in; TestTreeCache is currently broken on 3.0 branch already. Looks like it broke on revision c6a22ba508f9227fe1c657f93e3cc77d8bc17e3e, which was a merge from master into 3.0, with some conflict resolution. On Mon, Feb 1, 2016 at 2:

Re: Can't merge master into 3.0

2016-02-01 Thread Jordan Zimmerman
I can try to merge when I get a chance. At some point, we should move CURATOR-3.0 to master so we don’t have to keep maintaining this. -JZ > On Feb 1, 2016, at 2:38 PM, Scott Blum wrote: > > TestTreeCache fails on 6acf0987125469ecb79ff48ce5e9735a98cd1abb >

Can't merge master into 3.0

2016-02-01 Thread Scott Blum
TestTreeCache fails on 6acf0987125469ecb79ff48ce5e9735a98cd1abb , a proposed merge of master into 3.0. It has something to do with the new watcher stuff, but I haven't been able to figure out what the problem is, possible because I do

[jira] [Commented] (CURATOR-296) Notify cache listeners when re-init completes after reconnect

2016-02-01 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126868#comment-15126868 ] Jordan Zimmerman commented on CURATOR-296: -- Reminder: merge into CURATOR-3.0 too

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

2016-02-01 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126870#comment-15126870 ] Jordan Zimmerman commented on CURATOR-294: -- reminder: merge into CURATOR-3.0 too

[jira] [Commented] (CURATOR-296) Notify cache listeners when re-init completes after reconnect

2016-02-01 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126850#comment-15126850 ] Scott Blum commented on CURATOR-296: [~cammckenzie] gave me an LGTM so I went ahead a

[jira] [Resolved] (CURATOR-296) Notify cache listeners when re-init completes after reconnect

2016-02-01 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum resolved CURATOR-296. Resolution: Fixed Fix Version/s: 2.9.2 3.0.1 > Notify cache listeners whe

[jira] [Assigned] (CURATOR-296) Notify cache listeners when re-init completes after reconnect

2016-02-01 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum reassigned CURATOR-296: -- Assignee: Scott Blum > Notify cache listeners when re-init completes after reconnect > ---

[GitHub] curator pull request: TreeCache should inform listeners when its f...

2016-02-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/curator/pull/92 --- 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 enab

[jira] [Resolved] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

2016-02-01 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum resolved CURATOR-294. Resolution: Fixed > Optimize TreeCache, fix possible concurrency issue > --

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

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

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/curator/pull/128 --- 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 ena

[jira] [Comment Edited] (CURATOR-296) Notify cache listeners when re-init completes after reconnect

2016-02-01 Thread Chris Conroy (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126813#comment-15126813 ] Chris Conroy edited comment on CURATOR-296 at 2/1/16 7:09 PM: -

[jira] [Commented] (CURATOR-296) Notify cache listeners when re-init completes after reconnect

2016-02-01 Thread Chris Conroy (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126813#comment-15126813 ] Chris Conroy commented on CURATOR-296: -- [~dragonsinth] has a branch for this: https

[jira] [Created] (CURATOR-296) Notify cache listeners when re-init completes after reconnect

2016-02-01 Thread Chris Conroy (JIRA)
Chris Conroy created CURATOR-296: Summary: Notify cache listeners when re-init completes after reconnect Key: CURATOR-296 URL: https://issues.apache.org/jira/browse/CURATOR-296 Project: Apache Curator

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

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

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126658#comment-15126658 ] ASF GitHub Bot commented on CURATOR-294: Github user Randgalt commented on the pu

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

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

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread Randgalt
Github user Randgalt commented on the pull request: https://github.com/apache/curator/pull/128#issuecomment-178095680 LGTM --- 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

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/curator/pull/128#discussion_r51453616 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/PathChildrenCache.java --- @@ -448,7 +448,10 @@ public boolean clearData

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126605#comment-15126605 ] ASF GitHub Bot commented on CURATOR-294: Github user dragonsinth commented on a d

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/128#discussion_r51449874 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ChildData.java --- @@ -25,15 +25,15 @@ --- End diff --

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126598#comment-15126598 ] ASF GitHub Bot commented on CURATOR-294: Github user dragonsinth commented on a d

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126596#comment-15126596 ] ASF GitHub Bot commented on CURATOR-294: Github user dragonsinth commented on a d

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/128#discussion_r51449251 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/PathChildrenCache.java --- @@ -448,7 +448,10 @@ public boolean clearD

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/128#discussion_r51449278 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ChildData.java --- @@ -126,12 +126,7 @@ public Stat getStat()

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126594#comment-15126594 ] ASF GitHub Bot commented on CURATOR-294: Github user dragonsinth commented on a d

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/128#discussion_r51449117 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ChildData.java --- @@ -92,7 +92,7 @@ public int hashCode() {

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126592#comment-15126592 ] ASF GitHub Bot commented on CURATOR-294: Github user Randgalt commented on the pu

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread Randgalt
Github user Randgalt commented on the pull request: https://github.com/apache/curator/pull/128#issuecomment-178076950 Data is an AtomicReference because PathChildrenCache needs to be able to clear it. As I recall, data is needed temporarily and is cleared if the object is marked not t

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/curator/pull/128#discussion_r51448587 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ChildData.java --- @@ -126,12 +126,7 @@ public Stat getStat()

[jira] [Commented] (CURATOR-294) Optimize TreeCache, fix possible concurrency issue

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

[GitHub] curator pull request: CURATOR-294: Optimize TreeCache, fix possibl...

2016-02-01 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/curator/pull/128#discussion_r51448286 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ChildData.java --- @@ -92,7 +92,7 @@ public int hashCode() {

[jira] [Commented] (CURATOR-293) Curator can NOT reconnect after connection lost and session expired when the connection come up while the DNS server is not ready yet.(zookeeper connection string usin

2016-02-01 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126275#comment-15126275 ] Jordan Zimmerman commented on CURATOR-293: -- You should open an issue on the ZooK