You are viewing a plain text version of this content. The canonical link for it is here.
- git commit: The internal watcher map is holding on to references that make GCing them impossible. Adding clearWatcherReferences() to remove the references. However, still more work to do. Guava's cache seems to hold references. Is this a bug? - posted by ra...@apache.org on 2014/05/14 16:32:25 UTC, 0 replies.
- [1/4] git commit: Making Connection erros less verbose. Only first error is logged with error level; subsequent errors are logged as debug - posted by ra...@apache.org on 2014/05/14 16:42:29 UTC, 1 replies.
- [2/4] git commit: Added System property to choose if connection issues are always logged as error level or only first issue is logged as error level, and subsequent issues are logged as debug. By default only first issue is logged as error - posted by ra...@apache.org on 2014/05/14 16:42:30 UTC, 1 replies.
- [3/4] git commit: Replace TAB by spaces - posted by ra...@apache.org on 2014/05/14 16:42:31 UTC, 1 replies.
- [4/4] git commit: By default all the connection issues are logged as error now to maintain backwards compatibility - posted by ra...@apache.org on 2014/05/14 16:42:32 UTC, 1 replies.
- [01/12] git commit: doc refinement - posted by ra...@apache.org on 2014/05/14 17:10:50 UTC, 0 replies.
- [02/12] git commit: getZooKeeper() should fail if the instance has been closed - posted by ra...@apache.org on 2014/05/14 17:10:51 UTC, 0 replies.
- [03/12] git commit: make ChildData constructor public for access from unit tests and such - posted by ra...@apache.org on 2014/05/14 17:10:52 UTC, 0 replies.
- [04/12] git commit: Fixed some places where background callbacks weren't checking the event result code - posted by ra...@apache.org on 2014/05/14 17:10:53 UTC, 0 replies.
- [05/12] git commit: Merge branch 'master' of github.com:tedpearson/curator into CURATOR-102 - posted by ra...@apache.org on 2014/05/14 17:10:54 UTC, 0 replies.
- [06/12] git commit: Major issue! Thread that was canceled due to CancelLeadershipException was getting re-used and thus exiting immediately. Instead, a new thread from the pool should be used - posted by ra...@apache.org on 2014/05/14 17:10:55 UTC, 0 replies.
- [07/12] git commit: Fixed a slew of javadoc errors - posted by ra...@apache.org on 2014/05/14 17:10:56 UTC, 0 replies.
- [08/12] git commit: latest apache parent pom - posted by ra...@apache.org on 2014/05/14 17:10:57 UTC, 0 replies.
- [09/12] git commit: maven-release-plugin v 2.5 - fixes blocker bug - posted by ra...@apache.org on 2014/05/14 17:10:58 UTC, 0 replies.
- [10/12] git commit: [maven-release-plugin] prepare release apache-curator-2.4.2 - posted by ra...@apache.org on 2014/05/14 17:10:59 UTC, 0 replies.
- [11/12] git commit: [maven-release-plugin] prepare for next development iteration - posted by ra...@apache.org on 2014/05/14 17:11:00 UTC, 0 replies.
- [12/12] git commit: Merge branch 'master' into CURATOR-96 - posted by ra...@apache.org on 2014/05/14 17:11:01 UTC, 0 replies.
- [1/6] git commit: Upgrade to latest versions of dependencies/plugins (include ZK 3.4.6), fix longstanding problems where JUnit Asserts were accidentally used, removed some bogus deps, fixed up the poms, etc. - posted by ra...@apache.org on 2014/05/14 17:11:45 UTC, 0 replies.
- [2/6] git commit: Merge branch 'master' into CURATOR-96 - posted by ra...@apache.org on 2014/05/14 17:11:46 UTC, 0 replies.
- [3/6] git commit: Merge branch 'master' into CURATOR-96 - posted by ra...@apache.org on 2014/05/14 17:11:47 UTC, 0 replies.
- [4/6] git commit: Removed junit dep - posted by ra...@apache.org on 2014/05/14 17:11:48 UTC, 0 replies.
- [5/6] git commit: Merge branch 'master' into CURATOR-96 - posted by ra...@apache.org on 2014/05/14 17:11:49 UTC, 0 replies.
- [6/6] git commit: Merge branch 'CURATOR-96' - posted by ra...@apache.org on 2014/05/14 17:11:50 UTC, 0 replies.
- [01/13] git commit: Making Connection erros less verbose. Only first error is logged with error level; subsequent errors are logged as debug - posted by ra...@apache.org on 2014/05/20 17:32:03 UTC, 0 replies.
- [02/13] git commit: Added System property to choose if connection issues are always logged as error level or only first issue is logged as error level, and subsequent issues are logged as debug. By default only first issue is logged as error - posted by ra...@apache.org on 2014/05/20 17:32:04 UTC, 0 replies.
- [03/13] git commit: Replace TAB by spaces - posted by ra...@apache.org on 2014/05/20 17:32:05 UTC, 0 replies.
- [04/13] git commit: By default all the connection issues are logged as error now to maintain backwards compatibility - posted by ra...@apache.org on 2014/05/20 17:32:06 UTC, 0 replies.
- [05/13] git commit: Merge branch 'CURATOR-96' - posted by ra...@apache.org on 2014/05/20 17:32:07 UTC, 0 replies.
- [06/13] git commit: refine failure assertion - posted by ra...@apache.org on 2014/05/20 17:32:08 UTC, 0 replies.
- [07/13] git commit: Added timing to tests - posted by ra...@apache.org on 2014/05/20 17:32:09 UTC, 0 replies.
- [08/13] git commit: Added more timing to tests - posted by ra...@apache.org on 2014/05/20 17:32:10 UTC, 0 replies.
- [09/13] git commit: Added more timing to tests - posted by ra...@apache.org on 2014/05/20 17:32:11 UTC, 0 replies.
- [10/13] git commit: Added more timing to tests - posted by ra...@apache.org on 2014/05/20 17:32:12 UTC, 0 replies.
- [11/13] git commit: More tightening of tests - posted by ra...@apache.org on 2014/05/20 17:32:13 UTC, 0 replies.
- [12/13] git commit: More tightening of tests - posted by ra...@apache.org on 2014/05/20 17:32:14 UTC, 0 replies.
- [13/13] git commit: Major refactoring. Moved all "BaseClassForTests" versions into curator-test. Added checks for server binding errors to this as occassionally getting a random port doesn't seem to work. Also, added general retries of tests as, occasion - posted by ra...@apache.org on 2014/05/20 17:32:15 UTC, 0 replies.
- [1/8] git commit: refine failure assertion - posted by ra...@apache.org on 2014/05/20 17:32:19 UTC, 0 replies.
- [2/8] git commit: Added timing to tests - posted by ra...@apache.org on 2014/05/20 17:32:20 UTC, 0 replies.
- [3/8] git commit: Added more timing to tests - posted by ra...@apache.org on 2014/05/20 17:32:21 UTC, 0 replies.
- [4/8] git commit: Added more timing to tests - posted by ra...@apache.org on 2014/05/20 17:32:22 UTC, 0 replies.
- [5/8] git commit: Added more timing to tests - posted by ra...@apache.org on 2014/05/20 17:32:23 UTC, 0 replies.
- [6/8] git commit: More tightening of tests - posted by ra...@apache.org on 2014/05/20 17:32:24 UTC, 0 replies.
- [7/8] git commit: More tightening of tests - posted by ra...@apache.org on 2014/05/20 17:32:25 UTC, 0 replies.
- [8/8] git commit: Major refactoring. Moved all "BaseClassForTests" versions into curator-test. Added checks for server binding errors to this as occassionally getting a random port doesn't seem to work. Also, added general retries of tests as, occasional - posted by ra...@apache.org on 2014/05/20 17:32:26 UTC, 0 replies.
- [1/5] git commit: Lock is leaving dangling watchers for nodes that don't exist. - posted by ra...@apache.org on 2014/05/23 14:25:25 UTC, 0 replies.
- [2/5] git commit: Catch no node exception - posted by ra...@apache.org on 2014/05/23 14:25:26 UTC, 0 replies.
- [3/5] git commit: No need for null check - posted by ra...@apache.org on 2014/05/23 14:25:27 UTC, 0 replies.
- [4/5] git commit: data isn't used - posted by ra...@apache.org on 2014/05/23 14:25:28 UTC, 0 replies.
- [5/5] git commit: updated comments - posted by ra...@apache.org on 2014/05/23 14:25:29 UTC, 0 replies.
- [1/3] git commit: comment udpate - posted by ra...@apache.org on 2014/05/23 14:49:12 UTC, 0 replies.
- [2/3] git commit: use getData() instead of exists() to avoid leaving unneeded watchers which is a type of resource leak - posted by ra...@apache.org on 2014/05/23 14:49:13 UTC, 0 replies.
- [3/3] git commit: use getData() instead of exists() to avoid leaving unneeded watchers which is a type of resource leak. However, this might have performance affects. Therefore, added system proprety "curator-path-children-cache-use-exists" to use the ol - posted by ra...@apache.org on 2014/05/23 14:49:14 UTC, 0 replies.
- [1/8] git commit: Lock is leaving dangling watchers for nodes that don't exist. - posted by ra...@apache.org on 2014/05/23 14:52:55 UTC, 0 replies.
- [2/8] git commit: Catch no node exception - posted by ra...@apache.org on 2014/05/23 14:52:56 UTC, 0 replies.
- [3/8] git commit: No need for null check - posted by ra...@apache.org on 2014/05/23 14:52:57 UTC, 0 replies.
- [4/8] git commit: data isn't used - posted by ra...@apache.org on 2014/05/23 14:52:58 UTC, 0 replies.
- [5/8] git commit: updated comments - posted by ra...@apache.org on 2014/05/23 14:52:59 UTC, 0 replies.
- [6/8] git commit: comment udpate - posted by ra...@apache.org on 2014/05/23 14:53:00 UTC, 0 replies.
- [7/8] git commit: use getData() instead of exists() to avoid leaving unneeded watchers which is a type of resource leak - posted by ra...@apache.org on 2014/05/23 14:53:01 UTC, 0 replies.
- [8/8] git commit: use getData() instead of exists() to avoid leaving unneeded watchers which is a type of resource leak. However, this might have performance affects. Therefore, added system proprety "curator-path-children-cache-use-exists" to use the ol - posted by ra...@apache.org on 2014/05/23 14:53:02 UTC, 0 replies.
- [01/29] git commit: Upgrade to latest versions of dependencies/plugins (include ZK 3.4.6), fix longstanding problems where JUnit Asserts were accidentally used, removed some bogus deps, fixed up the poms, etc. - posted by ra...@apache.org on 2014/05/23 17:07:02 UTC, 0 replies.
- [02/29] git commit: Merge branch 'master' into CURATOR-96 - posted by ra...@apache.org on 2014/05/23 17:07:03 UTC, 0 replies.
- [03/29] git commit: Merge branch 'master' into CURATOR-96 - posted by ra...@apache.org on 2014/05/23 17:07:04 UTC, 0 replies.
- [04/29] git commit: Removed junit dep - posted by ra...@apache.org on 2014/05/23 17:07:05 UTC, 0 replies.
- [05/29] git commit: Merge branch 'master' into CURATOR-96 - posted by ra...@apache.org on 2014/05/23 17:07:06 UTC, 0 replies.
- [06/29] git commit: Making Connection erros less verbose. Only first error is logged with error level; subsequent errors are logged as debug - posted by ra...@apache.org on 2014/05/23 17:07:07 UTC, 0 replies.
- [07/29] git commit: Added System property to choose if connection issues are always logged as error level or only first issue is logged as error level, and subsequent issues are logged as debug. By default only first issue is logged as error - posted by ra...@apache.org on 2014/05/23 17:07:08 UTC, 0 replies.
- [08/29] git commit: Replace TAB by spaces - posted by ra...@apache.org on 2014/05/23 17:07:09 UTC, 0 replies.
- [09/29] git commit: By default all the connection issues are logged as error now to maintain backwards compatibility - posted by ra...@apache.org on 2014/05/23 17:07:10 UTC, 0 replies.
- [10/29] git commit: Merge branch 'CURATOR-96' - posted by ra...@apache.org on 2014/05/23 17:07:11 UTC, 0 replies.
- [11/29] git commit: refine failure assertion - posted by ra...@apache.org on 2014/05/23 17:07:12 UTC, 0 replies.
- [12/29] git commit: Added timing to tests - posted by ra...@apache.org on 2014/05/23 17:07:13 UTC, 0 replies.
- [13/29] git commit: Added more timing to tests - posted by ra...@apache.org on 2014/05/23 17:07:14 UTC, 0 replies.
- [14/29] git commit: Added more timing to tests - posted by ra...@apache.org on 2014/05/23 17:07:15 UTC, 0 replies.
- [15/29] git commit: Added more timing to tests - posted by ra...@apache.org on 2014/05/23 17:07:16 UTC, 0 replies.
- [16/29] git commit: More tightening of tests - posted by ra...@apache.org on 2014/05/23 17:07:17 UTC, 0 replies.
- [17/29] git commit: More tightening of tests - posted by ra...@apache.org on 2014/05/23 17:07:18 UTC, 0 replies.
- [18/29] git commit: Major refactoring. Moved all "BaseClassForTests" versions into curator-test. Added checks for server binding errors to this as occassionally getting a random port doesn't seem to work. Also, added general retries of tests as, occasion - posted by ra...@apache.org on 2014/05/23 17:07:19 UTC, 0 replies.
- [19/29] git commit: Lock is leaving dangling watchers for nodes that don't exist. - posted by ra...@apache.org on 2014/05/23 17:07:20 UTC, 0 replies.
- [20/29] git commit: Catch no node exception - posted by ra...@apache.org on 2014/05/23 17:07:21 UTC, 0 replies.
- [21/29] git commit: No need for null check - posted by ra...@apache.org on 2014/05/23 17:07:22 UTC, 0 replies.
- [22/29] git commit: data isn't used - posted by ra...@apache.org on 2014/05/23 17:07:23 UTC, 0 replies.
- [23/29] git commit: updated comments - posted by ra...@apache.org on 2014/05/23 17:07:24 UTC, 0 replies.
- [24/29] git commit: comment udpate - posted by ra...@apache.org on 2014/05/23 17:07:25 UTC, 0 replies.
- [25/29] git commit: use getData() instead of exists() to avoid leaving unneeded watchers which is a type of resource leak - posted by ra...@apache.org on 2014/05/23 17:07:26 UTC, 0 replies.
- [26/29] git commit: use getData() instead of exists() to avoid leaving unneeded watchers which is a type of resource leak. However, this might have performance affects. Therefore, added system proprety "curator-path-children-cache-use-exists" to use the - posted by ra...@apache.org on 2014/05/23 17:07:27 UTC, 0 replies.
- [27/29] git commit: Merge branch 'master' into CURATOR-105 - posted by ra...@apache.org on 2014/05/23 17:07:28 UTC, 0 replies.
- [28/29] git commit: Nulling the watchers seems to help free more memory. I don't understand why. TODO for another day - posted by ra...@apache.org on 2014/05/23 17:07:29 UTC, 0 replies.
- [29/29] git commit: Leave this tester around for future use - posted by ra...@apache.org on 2014/05/23 17:07:30 UTC, 0 replies.
- [1/4] git commit: The internal watcher map is holding on to references that make GCing them impossible. Adding clearWatcherReferences() to remove the references. However, still more work to do. Guava's cache seems to hold references. Is this a bug? - posted by ra...@apache.org on 2014/05/23 17:07:42 UTC, 0 replies.
- [2/4] git commit: Merge branch 'master' into CURATOR-105 - posted by ra...@apache.org on 2014/05/23 17:07:43 UTC, 0 replies.
- [3/4] git commit: Nulling the watchers seems to help free more memory. I don't understand why. TODO for another day - posted by ra...@apache.org on 2014/05/23 17:07:44 UTC, 0 replies.
- [4/4] git commit: Leave this tester around for future use - posted by ra...@apache.org on 2014/05/23 17:07:45 UTC, 0 replies.
- git commit: DistributedAtomicValues are initially in a "null" state (like a database). In this state, there's no good way currently to initialize it so that operations such as compareAndSet() work well. So, add a new method, initialize(), that sets a val - posted by ra...@apache.org on 2014/05/23 17:49:47 UTC, 1 replies.
- git commit: Added license headers - posted by ra...@apache.org on 2014/05/24 17:41:01 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release apache-curator-2.5.0 - posted by ra...@apache.org on 2014/05/24 18:26:39 UTC, 0 replies.
- Git Push Summary - posted by ra...@apache.org on 2014/05/24 18:26:43 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare for next development iteration - posted by ra...@apache.org on 2014/05/24 18:26:48 UTC, 0 replies.
- svn commit: r5418 - in /dev/curator/2.5.0: ./ apache-curator-2.5.0-source-release.zip apache-curator-2.5.0-source-release.zip.asc apache-curator-2.5.0-source-release.zip.md5 apache-curator-2.5.0-source-release.zip.sha1 - posted by ra...@apache.org on 2014/05/24 18:40:16 UTC, 0 replies.
- [01/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:23 UTC, 0 replies.
- [02/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:24 UTC, 0 replies.
- [03/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:25 UTC, 0 replies.
- [04/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:26 UTC, 0 replies.
- [05/14] wip - posted by ra...@apache.org on 2014/05/27 15:57:27 UTC, 0 replies.
- [06/14] wip - posted by ra...@apache.org on 2014/05/27 15:57:28 UTC, 0 replies.
- [07/14] wip - posted by ra...@apache.org on 2014/05/27 15:57:29 UTC, 0 replies.
- [08/14] wip - posted by ra...@apache.org on 2014/05/27 15:57:30 UTC, 0 replies.
- [09/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:31 UTC, 0 replies.
- [10/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:32 UTC, 0 replies.
- [11/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:33 UTC, 0 replies.
- [12/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:34 UTC, 0 replies.
- [13/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:35 UTC, 0 replies.
- [14/14] git commit: wip - posted by ra...@apache.org on 2014/05/27 15:57:36 UTC, 0 replies.
- git commit: refinement of async and a test - posted by ra...@apache.org on 2014/05/27 18:22:22 UTC, 0 replies.
- [1/5] git commit: wip - posted by ra...@apache.org on 2014/05/27 18:56:24 UTC, 0 replies.
- [2/5] git commit: wip - posted by ra...@apache.org on 2014/05/27 18:56:25 UTC, 0 replies.
- [3/5] first pass at a recipe: locking - posted by ra...@apache.org on 2014/05/27 18:56:26 UTC, 0 replies.
- [4/5] first pass at a recipe: locking - posted by ra...@apache.org on 2014/05/27 18:56:27 UTC, 0 replies.
- [5/5] git commit: first pass at a recipe: locking - posted by ra...@apache.org on 2014/05/27 18:56:28 UTC, 0 replies.
- [1/3] git commit: null checks - posted by ra...@apache.org on 2014/05/28 00:17:52 UTC, 0 replies.
- [2/3] git commit: temp checkin - posted by ra...@apache.org on 2014/05/28 00:17:53 UTC, 0 replies.
- [3/3] git commit: Beginnings of CLI - posted by ra...@apache.org on 2014/05/28 00:17:54 UTC, 0 replies.
- git commit: more work on CLI - posted by ra...@apache.org on 2014/05/28 00:40:58 UTC, 0 replies.
- svn commit: r5431 - in /release/curator/2.5.0: ./ apache-curator-2.5.0-source-release.zip apache-curator-2.5.0-source-release.zip.asc apache-curator-2.5.0-source-release.zip.md5 apache-curator-2.5.0-source-release.zip.sha1 - posted by ra...@apache.org on 2014/05/28 15:41:52 UTC, 0 replies.
- svn commit: r1598016 - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/locking... - posted by ra...@apache.org on 2014/05/28 16:03:32 UTC, 0 replies.
- [1/8] git commit: more work on CLI - posted by ra...@apache.org on 2014/05/28 19:33:51 UTC, 0 replies.
- [2/8] git commit: more work on CLI - added airlift logging and logging config - posted by ra...@apache.org on 2014/05/28 19:33:52 UTC, 0 replies.
- [3/8] git commit: more work on CLI - added airlift logging and logging config - posted by ra...@apache.org on 2014/05/28 19:33:53 UTC, 0 replies.
- [4/8] git commit: configuration continues - posted by ra...@apache.org on 2014/05/28 19:33:54 UTC, 0 replies.
- [5/8] git commit: configuration wip - posted by ra...@apache.org on 2014/05/28 19:33:55 UTC, 0 replies.
- [6/8] git commit: working on moving to Dropwizard's config and logging - posted by ra...@apache.org on 2014/05/28 19:33:56 UTC, 0 replies.
- [7/8] git commit: transitioned to Dropwizard config and logging - posted by ra...@apache.org on 2014/05/28 19:33:57 UTC, 0 replies.
- [8/8] git commit: wip - posted by ra...@apache.org on 2014/05/28 19:33:58 UTC, 0 replies.
- [1/2] git commit: wip - posted by ra...@apache.org on 2014/05/29 03:35:11 UTC, 0 replies.
- [2/2] git commit: Completed move to new configuration. Connection specs are now fully specified in the server via configuration. Clients create projections by name only. - posted by ra...@apache.org on 2014/05/29 03:35:12 UTC, 0 replies.
- [1/3] wip - posted by ra...@apache.org on 2014/05/29 17:39:05 UTC, 0 replies.
- [2/3] wip - posted by ra...@apache.org on 2014/05/29 17:39:06 UTC, 0 replies.
- [3/3] git commit: wip - posted by ra...@apache.org on 2014/05/29 17:39:07 UTC, 0 replies.
- [1/2] wip - posted by ra...@apache.org on 2014/05/29 18:06:25 UTC, 0 replies.
- [2/2] git commit: wip - posted by ra...@apache.org on 2014/05/29 18:06:26 UTC, 0 replies.
- git commit: Thrift doesn't support null method returns. Wrap with Optionals - posted by ra...@apache.org on 2014/05/29 18:29:33 UTC, 0 replies.
- [1/2] git commit: Updated test - posted by ra...@apache.org on 2014/05/29 18:30:29 UTC, 0 replies.
- [2/2] git commit: Updated test - posted by ra...@apache.org on 2014/05/29 18:30:30 UTC, 0 replies.
- git commit: Added getChildren - posted by ra...@apache.org on 2014/05/29 18:37:40 UTC, 0 replies.
- [1/2] Added leader selector - posted by ra...@apache.org on 2014/05/29 19:16:17 UTC, 0 replies.
- [2/2] git commit: Added leader selector - posted by ra...@apache.org on 2014/05/29 19:16:18 UTC, 0 replies.
- [1/7] some more leader methods - start of path children cache - posted by ra...@apache.org on 2014/05/29 22:54:22 UTC, 0 replies.
- [2/7] some more leader methods - start of path children cache - posted by ra...@apache.org on 2014/05/29 22:54:23 UTC, 0 replies.
- [3/7] git commit: some more leader methods - start of path children cache - posted by ra...@apache.org on 2014/05/29 22:54:24 UTC, 0 replies.
- [4/7] git commit: refactoring - posted by ra...@apache.org on 2014/05/29 22:54:25 UTC, 0 replies.
- [5/7] git commit: path children cache wip - posted by ra...@apache.org on 2014/05/29 22:54:26 UTC, 0 replies.
- [6/7] Finished path children cache - posted by ra...@apache.org on 2014/05/29 22:54:27 UTC, 0 replies.
- [7/7] git commit: Finished path children cache - posted by ra...@apache.org on 2014/05/29 22:54:28 UTC, 0 replies.
- [1/3] node cache support - posted by ra...@apache.org on 2014/05/29 23:17:51 UTC, 0 replies.
- [2/3] node cache support - posted by ra...@apache.org on 2014/05/29 23:17:52 UTC, 0 replies.
- [3/3] git commit: node cache support - posted by ra...@apache.org on 2014/05/29 23:17:53 UTC, 0 replies.
- [1/2] git commit: refactoring - posted by ra...@apache.org on 2014/05/30 04:11:51 UTC, 0 replies.
- [2/2] git commit: support PersistentEphemeralNode - posted by ra...@apache.org on 2014/05/30 04:11:52 UTC, 0 replies.
- git commit: added semaphore support - posted by ra...@apache.org on 2014/05/30 07:09:01 UTC, 0 replies.
- [1/5] git commit: consolidation and removal of old unused lines - posted by ra...@apache.org on 2014/05/30 18:02:16 UTC, 0 replies.
- [2/5] git commit: Closer doesn't need to pass the value to its method. Thus, it also doesn't need to be generic - posted by ra...@apache.org on 2014/05/30 18:02:17 UTC, 0 replies.
- [3/5] refactoring - posted by ra...@apache.org on 2014/05/30 18:02:18 UTC, 0 replies.
- [4/5] refactoring - posted by ra...@apache.org on 2014/05/30 18:02:19 UTC, 0 replies.
- [5/5] git commit: refactoring - posted by ra...@apache.org on 2014/05/30 18:02:20 UTC, 0 replies.
- [1/3] initial stab at exception support - posted by ra...@apache.org on 2014/05/30 18:57:24 UTC, 0 replies.
- [2/3] initial stab at exception support - posted by ra...@apache.org on 2014/05/30 18:57:25 UTC, 0 replies.
- [3/3] git commit: initial stab at exception support - posted by ra...@apache.org on 2014/05/30 18:57:26 UTC, 0 replies.
- [1/7] started work on service discovery - posted by ra...@apache.org on 2014/05/31 00:23:40 UTC, 0 replies.
- [2/7] started work on service discovery - posted by ra...@apache.org on 2014/05/31 00:23:41 UTC, 0 replies.
- [3/7] started work on service discovery - posted by ra...@apache.org on 2014/05/31 00:23:42 UTC, 0 replies.
- [4/7] started work on service discovery - posted by ra...@apache.org on 2014/05/31 00:23:43 UTC, 0 replies.
- [5/7] git commit: started work on service discovery - posted by ra...@apache.org on 2014/05/31 00:23:44 UTC, 0 replies.
- [6/7] wip on service discovery - posted by ra...@apache.org on 2014/05/31 00:23:45 UTC, 0 replies.
- [7/7] git commit: wip on service discovery - posted by ra...@apache.org on 2014/05/31 00:23:46 UTC, 0 replies.
- git commit: service discovery is feature complete - needs testing - posted by ra...@apache.org on 2014/05/31 00:29:46 UTC, 0 replies.
- git commit: Fixed a bunch of encoding issues on the confluence doc files - posted by ra...@apache.org on 2014/05/31 18:09:00 UTC, 1 replies.
- svn commit: r1598886 [7/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [9/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [18/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [8/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [21/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [15/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [3/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [5/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [10/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [6/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [16/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [11/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [14/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [20/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [1/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [2/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [13/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [4/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs/... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [17/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [19/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- svn commit: r1598886 [12/21] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-use/ apidocs... - posted by ra...@apache.org on 2014/05/31 18:26:02 UTC, 0 replies.
- [1/9] git commit: some testing of service discovery - posted by ra...@apache.org on 2014/05/31 20:42:34 UTC, 0 replies.
- [2/9] git commit: updated - posted by ra...@apache.org on 2014/05/31 20:42:35 UTC, 0 replies.
- [3/9] git commit: wip - posted by ra...@apache.org on 2014/05/31 20:42:36 UTC, 0 replies.
- [4/9] git commit: Fixed a bunch of encoding issues on the confluence doc files - posted by ra...@apache.org on 2014/05/31 20:42:37 UTC, 0 replies.
- [5/9] git commit: Fixed a bunch of encoding issues on the confluence doc files - posted by ra...@apache.org on 2014/05/31 20:42:38 UTC, 0 replies.
- [6/9] git commit: Merge branch 'master' into curator-rpc - posted by ra...@apache.org on 2014/05/31 20:42:39 UTC, 0 replies.
- [7/9] git commit: work on packaging and doc - posted by ra...@apache.org on 2014/05/31 20:42:40 UTC, 0 replies.
- [8/9] git commit: work on packaging and doc - posted by ra...@apache.org on 2014/05/31 20:42:41 UTC, 0 replies.
- [9/9] git commit: doc wip - posted by ra...@apache.org on 2014/05/31 20:42:42 UTC, 0 replies.