You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] curator git commit: CURATOR-190 - Modified to always use the base name when creating protected ephemeral nodes. This prevents the current protected name being appended to the name each time the node is created, which in turn prevents multiple nodes - posted by ca...@apache.org on 2015/04/02 00:12:08 UTC, 0 replies.
- [2/2] curator git commit: Merge branch 'CURATOR-190' - posted by ca...@apache.org on 2015/04/02 00:12:09 UTC, 0 replies.
- curator git commit: make sure ChildReaper always moves through all registered nodes. Also, add an optionl check so that large nodes are never queried - posted by ra...@apache.org on 2015/04/06 23:41:36 UTC, 0 replies.
- curator git commit: doc update - posted by ra...@apache.org on 2015/04/07 00:27:51 UTC, 0 replies.
- curator git commit: some logging - posted by ra...@apache.org on 2015/04/08 01:56:47 UTC, 0 replies.
- curator git commit: Guaranteed deletes must accept InterruptedException as well as retryable exceptions - posted by ra...@apache.org on 2015/04/19 20:13:58 UTC, 1 replies.
- curator git commit: fixed bad header - posted by ra...@apache.org on 2015/04/19 21:20:24 UTC, 0 replies.
- curator git commit: If the server successfully creates a Curator-protected node by crashes before returning to the client, Curator will incorrectly set the wrong value for the name field in the background Event causing this problem. 'name' should be the - posted by ra...@apache.org on 2015/04/21 03:16:51 UTC, 1 replies.
- curator git commit: fixed bad license headers - posted by ra...@apache.org on 2015/04/21 04:19:44 UTC, 0 replies.
- [1/4] curator git commit: make sure ChildReaper always moves through all registered nodes. Also, add an optionl check so that large nodes are never queried - posted by ra...@apache.org on 2015/04/21 17:31:13 UTC, 0 replies.
- [2/4] curator git commit: doc update - posted by ra...@apache.org on 2015/04/21 17:31:14 UTC, 0 replies.
- [3/4] curator git commit: some logging - posted by ra...@apache.org on 2015/04/21 17:31:15 UTC, 0 replies.
- [4/4] curator git commit: Merge branch 'CURATOR-203' - posted by ra...@apache.org on 2015/04/21 17:31:16 UTC, 0 replies.
- [1/3] curator git commit: Port Codehaus Jackson to fasterxml Jackson. - posted by ra...@apache.org on 2015/04/21 17:57:42 UTC, 0 replies.
- [2/3] curator git commit: Merge branch 'CURATOR-186' of https://github.com/xoom/curator into CURATOR-186 - posted by ra...@apache.org on 2015/04/21 17:57:43 UTC, 0 replies.
- [3/3] curator git commit: Merge branch 'CURATOR-186' - posted by ra...@apache.org on 2015/04/21 17:57:44 UTC, 0 replies.
- [1/2] curator git commit: CURATOR-204 Update parent pom to apache:16 - posted by ra...@apache.org on 2015/04/21 18:18:11 UTC, 1 replies.
- [2/2] curator git commit: Merge branch 'CURATOR-204' of github.com:madrob/curator into CURATOR-204 - posted by ra...@apache.org on 2015/04/21 18:18:12 UTC, 1 replies.
- curator git commit: fixed license header - posted by ra...@apache.org on 2015/04/21 18:41:40 UTC, 0 replies.
- curator git commit: when unregistering a service remove it from the internal map first and then delete (guaranteed) the node - posted by ra...@apache.org on 2015/04/21 19:31:28 UTC, 0 replies.
- curator git commit: set watched instances to true to check that as well - posted by ra...@apache.org on 2015/04/21 19:35:27 UTC, 0 replies.
- curator git commit: Concurrent registrations/unregistrations and connection issues can cause inconsistent state. Change to a model whereby 'unregistering' an instance doesn't remove it from management but changes the state. Instance will still be managed - posted by ra...@apache.org on 2015/04/21 22:13:39 UTC, 0 replies.
- [1/2] curator git commit: CLEAN_THRESHOLD_MS can't be static due to testing - posted by ra...@apache.org on 2015/04/21 23:47:17 UTC, 0 replies.
- [2/2] curator git commit: sync on holder for safety during multi-step operations - posted by ra...@apache.org on 2015/04/21 23:47:18 UTC, 0 replies.
- curator git commit: moved holder into separate class so that it's easier to reason about and lock - posted by ra...@apache.org on 2015/04/22 00:44:57 UTC, 0 replies.
- curator git commit: removed some unneeded APIs - posted by ra...@apache.org on 2015/04/22 00:49:58 UTC, 0 replies.
- curator git commit: cleanup/refactoring - posted by ra...@apache.org on 2015/04/22 01:01:40 UTC, 0 replies.
- [01/50] curator git commit: Added method to provide old behavior - posted by ca...@apache.org on 2015/04/22 01:06:58 UTC, 0 replies.
- [02/50] curator git commit: Look for connection errors and merely log when starting. Also, reset instances on initial connection - posted by ca...@apache.org on 2015/04/22 01:06:59 UTC, 0 replies.
- [03/50] curator git commit: Merge branch 'CURATOR-175.2' into CURATOR-175 - posted by ca...@apache.org on 2015/04/22 01:07:00 UTC, 0 replies.
- [04/50] curator git commit: remove duplicate - posted by ca...@apache.org on 2015/04/22 01:07:01 UTC, 0 replies.
- [05/50] curator git commit: Merge branch 'CURATOR-166' of https://github.com/rfer/curator into CURATOR-166 - posted by ca...@apache.org on 2015/04/22 01:07:02 UTC, 0 replies.
- [06/50] curator git commit: eliminated warning - posted by ca...@apache.org on 2015/04/22 01:07:03 UTC, 0 replies.
- [07/50] curator git commit: Merge branch 'CURATOR-111' of https://github.com/kambatla/curator into CURATOR-111 - posted by ca...@apache.org on 2015/04/22 01:07:04 UTC, 0 replies.
- [08/50] curator git commit: Use Guava - posted by ca...@apache.org on 2015/04/22 01:07:05 UTC, 0 replies.
- [09/50] curator git commit: If a service is updated, update the services map. Closes #43 - posted by ca...@apache.org on 2015/04/22 01:07:06 UTC, 0 replies.
- [10/50] curator git commit: Merge branch 'CURATOR-179' - posted by ca...@apache.org on 2015/04/22 01:07:07 UTC, 0 replies.
- [11/50] curator git commit: fixed license url - posted by ca...@apache.org on 2015/04/22 01:07:08 UTC, 0 replies.
- [12/50] curator git commit: [maven-release-plugin] prepare release apache-curator-2.7.1 - posted by ca...@apache.org on 2015/04/22 01:07:09 UTC, 0 replies.
- [13/50] curator git commit: [maven-release-plugin] prepare for next development iteration - posted by ca...@apache.org on 2015/04/22 01:07:10 UTC, 0 replies.
- [14/50] curator git commit: back to 2.7.1 cause I f'd up the release - posted by ca...@apache.org on 2015/04/22 01:07:11 UTC, 0 replies.
- [15/50] curator git commit: [maven-release-plugin] prepare for next development iteration - posted by ca...@apache.org on 2015/04/22 01:07:12 UTC, 0 replies.
- [16/50] curator git commit: [maven-release-plugin] prepare release apache-curator-2.7.1 - posted by ca...@apache.org on 2015/04/22 01:07:13 UTC, 0 replies.
- [17/50] curator git commit: CURATOR-111 - Modified the authorization handling so that the underlying auth data is stored in a single list. Modified tests to have both a single auth and multiple auth case. - posted by ca...@apache.org on 2015/04/22 01:07:14 UTC, 0 replies.
- [18/50] curator git commit: Retain previous methods for backward compatibility - posted by ca...@apache.org on 2015/04/22 01:07:15 UTC, 0 replies.
- [19/50] curator git commit: minor formatting - posted by ca...@apache.org on 2015/04/22 01:07:16 UTC, 0 replies.
- [20/50] curator git commit: Merge branch 'CURATOR-111' - posted by ca...@apache.org on 2015/04/22 01:07:17 UTC, 0 replies.
- [21/50] curator git commit: back to 2.7.1-SNAPSHOT due to bad build - posted by ca...@apache.org on 2015/04/22 01:07:18 UTC, 0 replies.
- [22/50] curator git commit: Final fix for backward compat ACL APIs and tests - posted by ca...@apache.org on 2015/04/22 01:07:19 UTC, 0 replies.
- [23/50] curator git commit: [maven-release-plugin] prepare release apache-curator-2.7.1 - posted by ca...@apache.org on 2015/04/22 01:07:20 UTC, 0 replies.
- [24/50] curator git commit: [maven-release-plugin] prepare for next development iteration - posted by ca...@apache.org on 2015/04/22 01:07:21 UTC, 0 replies.
- [25/50] curator git commit: Added license header - posted by ca...@apache.org on 2015/04/22 01:07:22 UTC, 0 replies.
- [26/50] curator git commit: TestTreeCache: test double remove and add - posted by ca...@apache.org on 2015/04/22 01:07:23 UTC, 0 replies.
- [27/50] curator git commit: TreeCache: Fix case where root is deleted and recraated. - posted by ca...@apache.org on 2015/04/22 01:07:24 UTC, 0 replies.
- [28/50] curator git commit: Port Codehaus Jackson to fasterxml Jackson. - posted by ca...@apache.org on 2015/04/22 01:07:25 UTC, 0 replies.
- [29/50] curator git commit: Adding a new constructor to Reaper so that it can optionally take a fully constructed leader latch that is owned by another class rather than create its own leader latch - posted by ca...@apache.org on 2015/04/22 01:07:26 UTC, 0 replies.
- [30/50] curator git commit: Reaper now sets its initial reapingIsActive state based on the state of the leader latch in case the leader latch was already started before being passed into the reaper's constructor - posted by ca...@apache.org on 2015/04/22 01:07:27 UTC, 0 replies.
- [31/50] curator git commit: ChildReaper now creates a leaderLatch itself if a leader path is provided and does no work (such as passing paths to its Reaper) if it is not currently the leader. - posted by ca...@apache.org on 2015/04/22 01:07:28 UTC, 0 replies.
- [32/50] curator git commit: Adding the notion of a 'lock schema' to ChildReaper that enables it to reap both the direct children its watching and subnodes of those children. This is necessary with InterProcessSemaphoreV2 as it creates multiple subnodes - posted by ca...@apache.org on 2015/04/22 01:07:29 UTC, 0 replies.
- [33/50] curator git commit: CURATOR-190 - Modified to always use the base name when creating protected ephemeral nodes. This prevents the current protected name being appended to the name each time the node is created, which in turn prevents multiple nod - posted by ca...@apache.org on 2015/04/22 01:07:30 UTC, 0 replies.
- [34/50] curator git commit: Replacing LockSchema with simple Set - posted by ca...@apache.org on 2015/04/22 01:07:31 UTC, 0 replies.
- [35/50] curator git commit: Merge branch 'CURATOR-173' - posted by ca...@apache.org on 2015/04/22 01:07:32 UTC, 0 replies.
- [36/50] curator git commit: Merge branch 'CURATOR-190' - posted by ca...@apache.org on 2015/04/22 01:07:33 UTC, 0 replies.
- [37/50] curator git commit: Merge branch 'CURATOR-186' of https://github.com/xoom/curator into CURATOR-186 - posted by ca...@apache.org on 2015/04/22 01:07:34 UTC, 0 replies.
- [38/50] curator git commit: make sure ChildReaper always moves through all registered nodes. Also, add an optionl check so that large nodes are never queried - posted by ca...@apache.org on 2015/04/22 01:07:35 UTC, 0 replies.
- [39/50] curator git commit: doc update - posted by ca...@apache.org on 2015/04/22 01:07:36 UTC, 0 replies.
- [40/50] curator git commit: CURATOR-204 Update parent pom to apache:16 - posted by ca...@apache.org on 2015/04/22 01:07:37 UTC, 0 replies.
- [41/50] curator git commit: some logging - posted by ca...@apache.org on 2015/04/22 01:07:38 UTC, 0 replies.
- [42/50] curator git commit: Guaranteed deletes must accept InterruptedException as well as retryable exceptions - posted by ca...@apache.org on 2015/04/22 01:07:39 UTC, 0 replies.
- [43/50] curator git commit: fixed bad header - posted by ca...@apache.org on 2015/04/22 01:07:40 UTC, 0 replies.
- [44/50] curator git commit: If the server successfully creates a Curator-protected node by crashes before returning to the client, Curator will incorrectly set the wrong value for the name field in the background Event causing this problem. 'name' should - posted by ca...@apache.org on 2015/04/22 01:07:41 UTC, 0 replies.
- [45/50] curator git commit: fixed bad license headers - posted by ca...@apache.org on 2015/04/22 01:07:42 UTC, 0 replies.
- [46/50] curator git commit: Merge branch 'CURATOR-203' - posted by ca...@apache.org on 2015/04/22 01:07:43 UTC, 0 replies.
- [47/50] curator git commit: Merge branch 'CURATOR-186' - posted by ca...@apache.org on 2015/04/22 01:07:44 UTC, 0 replies.
- [48/50] curator git commit: Merge branch 'CURATOR-204' of github.com:madrob/curator into CURATOR-204 - posted by ca...@apache.org on 2015/04/22 01:07:45 UTC, 0 replies.
- [49/50] curator git commit: fixed license header - posted by ca...@apache.org on 2015/04/22 01:07:46 UTC, 0 replies.
- [50/50] curator git commit: Merge branch 'master' into CURATOR-154 - posted by ca...@apache.org on 2015/04/22 01:07:47 UTC, 0 replies.
- [1/2] curator git commit: CURATOR-154 - Modified the handling for creating the ephemeral node so that if it already exists, an attempt will be made to set its data to match the data that the PersistentEphemeralNode has cached. - posted by ca...@apache.org on 2015/04/22 01:09:13 UTC, 0 replies.
- [2/2] curator git commit: Merge branch 'master' into CURATOR-154 - posted by ca...@apache.org on 2015/04/22 01:09:14 UTC, 0 replies.
- curator git commit: Use sync instead of locks. It's simpler and clearer - posted by ra...@apache.org on 2015/04/27 21:51:53 UTC, 0 replies.
- curator git commit: vast simplication. Holder isn't needed. This is better - posted by ra...@apache.org on 2015/04/27 22:12:16 UTC, 0 replies.
- curator git commit: some reformatting - posted by ra...@apache.org on 2015/04/27 23:07:28 UTC, 0 replies.
- [01/12] curator git commit: when unregistering a service remove it from the internal map first and then delete (guaranteed) the node - posted by ra...@apache.org on 2015/04/28 00:09:53 UTC, 0 replies.
- [02/12] curator git commit: set watched instances to true to check that as well - posted by ra...@apache.org on 2015/04/28 00:09:54 UTC, 0 replies.
- [03/12] curator git commit: Concurrent registrations/unregistrations and connection issues can cause inconsistent state. Change to a model whereby 'unregistering' an instance doesn't remove it from management but changes the state. Instance will still be - posted by ra...@apache.org on 2015/04/28 00:09:55 UTC, 0 replies.
- [04/12] curator git commit: CLEAN_THRESHOLD_MS can't be static due to testing - posted by ra...@apache.org on 2015/04/28 00:09:56 UTC, 0 replies.
- [05/12] curator git commit: sync on holder for safety during multi-step operations - posted by ra...@apache.org on 2015/04/28 00:09:57 UTC, 0 replies.
- [06/12] curator git commit: moved holder into separate class so that it's easier to reason about and lock - posted by ra...@apache.org on 2015/04/28 00:09:58 UTC, 0 replies.
- [07/12] curator git commit: removed some unneeded APIs - posted by ra...@apache.org on 2015/04/28 00:09:59 UTC, 0 replies.
- [08/12] curator git commit: cleanup/refactoring - posted by ra...@apache.org on 2015/04/28 00:10:00 UTC, 0 replies.
- [09/12] curator git commit: Use sync instead of locks. It's simpler and clearer - posted by ra...@apache.org on 2015/04/28 00:10:01 UTC, 0 replies.
- [10/12] curator git commit: vast simplication. Holder isn't needed. This is better - posted by ra...@apache.org on 2015/04/28 00:10:02 UTC, 0 replies.
- [11/12] curator git commit: some reformatting - posted by ra...@apache.org on 2015/04/28 00:10:03 UTC, 0 replies.
- [12/12] curator git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator - posted by ra...@apache.org on 2015/04/28 00:10:04 UTC, 0 replies.
- curator git commit: closes #72 superceded by PR #73 - posted by ra...@apache.org on 2015/04/28 00:13:19 UTC, 0 replies.
- curator git commit: CURATOR-190 - Fixed up unit tests that were failing due to server restart. Removed unnecessary use of PersistentEphemeralNode from testConnectionStateListener() - posted by ca...@apache.org on 2015/04/28 03:00:32 UTC, 0 replies.
- [1/2] curator git commit: Merge branch 'CURATOR-190' - posted by ca...@apache.org on 2015/04/28 05:58:28 UTC, 0 replies.
- [2/2] curator git commit: CURATOR-210 - Fixes to unit tests to restart() the TestingServer instance instead of close()ing it and then recreating it to simulate connection loss. - posted by ca...@apache.org on 2015/04/28 05:58:29 UTC, 0 replies.
- [1/3] curator git commit: CURATOR-190 - Fixed up unit tests that were failing due to server restart. Removed unnecessary use of PersistentEphemeralNode from testConnectionStateListener() - posted by ca...@apache.org on 2015/04/28 05:58:58 UTC, 0 replies.
- [2/3] curator git commit: Merge branch 'CURATOR-190' - posted by ca...@apache.org on 2015/04/28 05:58:59 UTC, 0 replies.
- [3/3] curator git commit: CURATOR-210 - Fixes to unit tests to restart() the TestingServer instance instead of close()ing it and then recreating it to simulate connection loss. - posted by ca...@apache.org on 2015/04/28 05:59:00 UTC, 0 replies.