[jira] [Comment Edited] (CURATOR-209) Background retry falls into infinite loop of reconnection after connection loss

2017-01-04 Thread caixiaofeng (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15800469#comment-15800469 ] caixiaofeng edited comment on CURATOR-209 at 1/5/17 6:17 AM: -

[jira] [Commented] (CURATOR-209) Background retry falls into infinite loop of reconnection after connection loss

2017-01-04 Thread caixiaofeng (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15800469#comment-15800469 ] caixiaofeng commented on CURATOR-209: - marl > Background retry falls into infinite l

Connection timeout and RetryPolicy

2017-01-04 Thread Jordan Zimmerman
I was looking over StandardConnectionHandlingPolicy and, for the life of me, can’t think of a reason for the call to "client.internalBlockUntilConnectedOrTimedOut();” Waiting for a connection interfere’s with the timing in RetryPolicys. Continuing with this thought, there isn’t really a reason

[jira] [Commented] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread Sylvain Wallez (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799028#comment-15799028 ] Sylvain Wallez commented on CURATOR-374: Here you are, a brand new PR from the ma

[GitHub] curator pull request #185: CURATOR-374: Replace AtomicReferences by AtomicFi...

2017-01-04 Thread swallez
GitHub user swallez opened a pull request: https://github.com/apache/curator/pull/185 CURATOR-374: Replace AtomicReferences by AtomicFieldUpdaters to save allocations You can merge this pull request into a Git repository by running: $ git pull https://github.com/swallez/curat

[jira] [Commented] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799009#comment-15799009 ] ASF GitHub Bot commented on CURATOR-374: GitHub user swallez opened a pull reques

[jira] [Commented] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15798936#comment-15798936 ] Jordan Zimmerman commented on CURATOR-374: -- For changes that apply to both maste

[jira] [Commented] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread Sylvain Wallez (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15798929#comment-15798929 ] Sylvain Wallez commented on CURATOR-374: Yes, it's based on CURATOR-3.0. [~randga

[jira] [Commented] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15798797#comment-15798797 ] Jordan Zimmerman commented on CURATOR-374: -- CURATOR-3.0 initially, but it should

[jira] [Assigned] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum reassigned CURATOR-374: -- Assignee: Scott Blum > Reduce memory usage in TreeCache > > >

[jira] [Commented] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15798784#comment-15798784 ] Scott Blum commented on CURATOR-374: [~randgalt] LGTM, what branch should I merge thi

[jira] [Issue Comment Deleted] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread Sylvain Wallez (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Wallez updated CURATOR-374: --- Comment: was deleted (was: See pull request at https://github.com/apache/curator/pull/184) >

[jira] [Commented] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread Sylvain Wallez (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797930#comment-15797930 ] Sylvain Wallez commented on CURATOR-374: See pull request at https://github.com/a

[jira] [Commented] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797927#comment-15797927 ] ASF GitHub Bot commented on CURATOR-374: GitHub user swallez opened a pull reques

[GitHub] curator pull request #184: [CURATOR-374] TreeCache: reduce memory usage by u...

2017-01-04 Thread swallez
GitHub user swallez opened a pull request: https://github.com/apache/curator/pull/184 [CURATOR-374] TreeCache: reduce memory usage by using AtomicReferenceFieldUpdaters Reduce memory usage by using `AtomicFieldReferenceUpdaters` rather than instanciating 2 or 3 `AtomicReference` in

[jira] [Created] (CURATOR-374) Reduce memory usage in TreeCache

2017-01-04 Thread Sylvain Wallez (JIRA)
Sylvain Wallez created CURATOR-374: -- Summary: Reduce memory usage in TreeCache Key: CURATOR-374 URL: https://issues.apache.org/jira/browse/CURATOR-374 Project: Apache Curator Issue Type: Imp