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

2018-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/curator/pull/250 ---

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

2018-02-12 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/250#discussion_r167733216 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java --- @@ -702,19 +687,18 @@ private TreeNode find(Strin

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

2018-02-12 Thread njhill
Github user njhill commented on a diff in the pull request: https://github.com/apache/curator/pull/250#discussion_r167715799 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java --- @@ -728,13 +710,12 @@ private TreeNode find(String fin

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

2018-02-12 Thread njhill
Github user njhill commented on a diff in the pull request: https://github.com/apache/curator/pull/250#discussion_r167715541 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java --- @@ -704,8 +687,7 @@ private TreeNode find(String findP

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

2018-02-12 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/250#discussion_r167673343 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java --- @@ -728,13 +710,12 @@ private TreeNode find(Strin

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

2018-02-12 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/250#discussion_r167675994 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java --- @@ -436,41 +432,28 @@ else if ( event.getResultCo

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

2018-02-12 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/250#discussion_r167677124 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java --- @@ -436,41 +432,28 @@ else if ( event.getResultCo

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

2018-02-12 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/250#discussion_r167672355 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java --- @@ -397,14 +396,11 @@ public void processResult(C

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

2018-02-12 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/250#discussion_r167673103 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java --- @@ -704,8 +687,7 @@ private TreeNode find(String

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

2018-02-12 Thread dragonsinth
Github user dragonsinth commented on a diff in the pull request: https://github.com/apache/curator/pull/250#discussion_r167668989 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java --- @@ -377,15 +375,16 @@ public void processResult(C

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

2018-01-02 Thread njhill
GitHub user njhill opened a pull request: https://github.com/apache/curator/pull/250 [CURATOR-447] TreeCache: Improve memory usage and thread safety Jira https://issues.apache.org/jira/browse/CURATOR-374 reduced per-node memory usage in `TreeCache`. It can be improved further via re