[jira] [Commented] (CURATOR-447) TreeCache: Improve memory usage and concurrent update logic

2018-01-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16317370#comment-16317370 ] ASF GitHub Bot commented on CURATOR-447: Github user njhill commented on the issu

[GitHub] curator issue #250: [CURATOR-447] TreeCache: Improve memory usage and concur...

2018-01-08 Thread njhill
Github user njhill commented on the issue: https://github.com/apache/curator/pull/250 Thanks @dragonsinth, there's of course no rush at all! I agree that `TreeNode extends AtomicReference` isn't a "win" as such, it just looked cleaner to me than using another `AtomicReferenceF

[jira] [Commented] (CURATOR-447) TreeCache: Improve memory usage and concurrent update logic

2018-01-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16317058#comment-16317058 ] ASF GitHub Bot commented on CURATOR-447: Github user dragonsinth commented on the

[GitHub] curator issue #250: [CURATOR-447] TreeCache: Improve memory usage and concur...

2018-01-08 Thread dragonsinth
Github user dragonsinth commented on the issue: https://github.com/apache/curator/pull/250 Hi @njhill just got back to work from vacation, and this is a little more than I can just eyeball, I gotta think through it a bit when I have more time. I think I would like to see the removal

[jira] [Commented] (CURATOR-447) TreeCache: Improve memory usage and concurrent update logic

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

[GitHub] curator issue #250: [CURATOR-447] TreeCache: Improve memory usage and concur...

2018-01-08 Thread Randgalt
Github user Randgalt commented on the issue: https://github.com/apache/curator/pull/250 I'll defer to @dragonsinth ---

[jira] [Commented] (CURATOR-447) TreeCache: Improve memory usage and concurrent update logic

2018-01-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316508#comment-16316508 ] ASF GitHub Bot commented on CURATOR-447: Github user njhill commented on the issu

[GitHub] curator issue #250: [CURATOR-447] TreeCache: Improve memory usage and concur...

2018-01-08 Thread njhill
Github user njhill commented on the issue: https://github.com/apache/curator/pull/250 @dragonsinth @Randgalt any interest in these updates? FWIW I've had them running in production for some time. ---