You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] curator git commit: Merge branch 'CURATOR-228' - posted by ca...@apache.org on 2015/09/01 01:14:24 UTC, 0 replies.
- [2/2] curator git commit: CURATOR-254 - Modified the test assertions so that they ensure that the theoretical maximum queue size is not exceeded. The previous limit was exceedable depending on how quick consumers were pulling data off the queue. - posted by ca...@apache.org on 2015/09/01 01:14:25 UTC, 0 replies.
- [1/3] curator git commit: CURATOR-228 - Modified the background callback to explicitly handle the NOAUTH case. This will now log a warning and set a flag indicating that an auth failure has occured. - posted by ca...@apache.org on 2015/09/01 01:14:46 UTC, 0 replies.
- [2/3] curator git commit: CURATOR-228 - Remove public access from the isAuthFailure method. - posted by ca...@apache.org on 2015/09/01 01:14:47 UTC, 0 replies.
- [3/3] curator git commit: Merge branch 'CURATOR-228' - posted by ca...@apache.org on 2015/09/01 01:14:48 UTC, 0 replies.
- curator git commit: CURATOR-254 - Modified the test assertions so that they ensure that the theoretical maximum queue size is not exceeded. The previous limit was exceedable depending on how quick consumers were pulling data off the queue. - posted by ca...@apache.org on 2015/09/01 01:30:40 UTC, 0 replies.
- [1/4] curator git commit: CURATOR-214 - Implemented new ZK API to allow Stat objects to be returned as part of the creation of a new ZNode. - posted by ca...@apache.org on 2015/09/01 01:35:51 UTC, 0 replies.
- [2/4] curator git commit: Merge remote-tracking branch 'origin/CURATOR-3.0' into CURATOR-214 - posted by ca...@apache.org on 2015/09/01 01:35:52 UTC, 0 replies.
- [3/4] curator git commit: CURATOR-214 - Missed file. - posted by ca...@apache.org on 2015/09/01 01:35:53 UTC, 0 replies.
- [4/4] curator git commit: Merge branch 'CURATOR-214' into CURATOR-3.0 - posted by ca...@apache.org on 2015/09/01 01:35:54 UTC, 0 replies.
- [01/14] curator git commit: CURATOR-239 - Adding RetryForever retry policy - posted by ra...@apache.org on 2015/09/01 04:48:18 UTC, 0 replies.
- [02/14] curator git commit: CURATOR-239 - Interrupting current thread after catching InterruptedException - posted by ra...@apache.org on 2015/09/01 04:48:19 UTC, 0 replies.
- [03/14] curator git commit: CURATOR-234 Add remaining slf4j-log4j12 test deps - posted by ra...@apache.org on 2015/09/01 04:48:20 UTC, 0 replies.
- [04/14] curator git commit: Merge branch 'CURATOR-234' - posted by ra...@apache.org on 2015/09/01 04:48:21 UTC, 0 replies.
- [05/14] curator git commit: minor typo - posted by ra...@apache.org on 2015/09/01 04:48:22 UTC, 0 replies.
- [06/14] curator git commit: CURATOR-167 - Partial fix to clean up Curator managed watch objects when the cache closes. A full fix requires the ability to cancel watches in ZK which is not available until ZK 3.5 - posted by ra...@apache.org on 2015/09/01 04:48:23 UTC, 0 replies.
- [07/14] curator git commit: CURATOR-161 Added missing license header - posted by ra...@apache.org on 2015/09/01 04:48:24 UTC, 0 replies.
- [08/14] curator git commit: Include a note about 2 versions of Curator - posted by ra...@apache.org on 2015/09/01 04:48:25 UTC, 0 replies.
- [09/14] curator git commit: Include a note about 2 versions of Curator - posted by ra...@apache.org on 2015/09/01 04:48:26 UTC, 0 replies.
- [10/14] curator git commit: Merge branch 'CURATOR-239' of github.com:leandronunes85/curator into CURATOR-239 - posted by ra...@apache.org on 2015/09/01 04:48:27 UTC, 0 replies.
- [11/14] curator git commit: return false if interrupted - posted by ra...@apache.org on 2015/09/01 04:48:28 UTC, 0 replies.
- [12/14] curator git commit: Merge branch 'master' into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/01 04:48:29 UTC, 0 replies.
- [13/14] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247 - posted by ra...@apache.org on 2015/09/01 04:48:30 UTC, 0 replies.
- [14/14] curator git commit: Use the negotiated session timeout in checkTimeouts() - posted by ra...@apache.org on 2015/09/01 04:48:31 UTC, 0 replies.
- curator git commit: Use negotiated session timeout in processEvents() - posted by ra...@apache.org on 2015/09/01 04:50:25 UTC, 0 replies.
- [01/29] curator git commit: First pass at new (optional) definition of state LOST - posted by ra...@apache.org on 2015/09/01 15:02:25 UTC, 0 replies.
- [02/29] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247 - posted by ra...@apache.org on 2015/09/01 15:02:26 UTC, 0 replies.
- [03/29] curator git commit: Continued work on new LOST behavior. Added some tests. To get correct behavior it's necessary to not retry connection failures. Retrying connection failures was never a good idea and here's a good opportunity to fix it as this - posted by ra...@apache.org on 2015/09/01 15:02:27 UTC, 0 replies.
- [04/29] curator git commit: license - posted by ra...@apache.org on 2015/09/01 15:02:28 UTC, 0 replies.
- [05/29] curator git commit: more tests - posted by ra...@apache.org on 2015/09/01 15:02:29 UTC, 0 replies.
- [06/29] curator git commit: minor reformat - posted by ra...@apache.org on 2015/09/01 15:02:30 UTC, 0 replies.
- [07/29] curator git commit: wip - posted by ra...@apache.org on 2015/09/01 15:02:31 UTC, 0 replies.
- [08/29] curator git commit: Fixed testRetry() for new LOST behavior - posted by ra...@apache.org on 2015/09/01 15:02:32 UTC, 0 replies.
- [09/29] curator git commit: removed some test code - posted by ra...@apache.org on 2015/09/01 15:02:33 UTC, 0 replies.
- [10/29] curator git commit: major refactoring. Abstracting old/new behavior into a pluggable ConnectionHandlingPolicy. Also, IMPORTANT, made the new behavior the default. This needs to be discussed but it's a major improvement and we should default to it - posted by ra...@apache.org on 2015/09/01 15:02:34 UTC, 0 replies.
- [11/29] curator git commit: further refactoring. Abstracted old framework-level connection handling into ClassicInternalConnectionHandler. Probably more to do here - posted by ra...@apache.org on 2015/09/01 15:02:35 UTC, 0 replies.
- [12/29] curator git commit: Curator has a big problem with thread interrupted states getting cleared. There are several issues on this (CURATOR-208, CURATOR-205, CURATOR-228, CURATOR-109 - posted by ra...@apache.org on 2015/09/01 15:02:36 UTC, 0 replies.
- [13/29] curator git commit: When the connection timeout elapses and there is more than one server in the connection string, reset the connection and try again - posted by ra...@apache.org on 2015/09/01 15:02:37 UTC, 0 replies.
- [14/29] curator git commit: Longer connection timeout needed - posted by ra...@apache.org on 2015/09/01 15:02:38 UTC, 0 replies.
- [15/29] curator git commit: More refinement of classic/new connection handling. Reworked how the retry policy is invoked for each. New behavior is now confirmed to be: wait for connection timeout only once. Some tests will need work due to this - posted by ra...@apache.org on 2015/09/01 15:02:39 UTC, 0 replies.
- [16/29] curator git commit: more work on repairing tests for new connection handling - posted by ra...@apache.org on 2015/09/01 15:02:40 UTC, 0 replies.
- [17/29] curator git commit: more work on repairing tests for new connection handling - posted by ra...@apache.org on 2015/09/01 15:02:41 UTC, 0 replies.
- [18/29] curator git commit: doc - posted by ra...@apache.org on 2015/09/01 15:02:42 UTC, 0 replies.
- [19/29] curator git commit: doc - posted by ra...@apache.org on 2015/09/01 15:02:43 UTC, 0 replies.
- [20/29] curator git commit: The true session timeout is a negotiated value between client and server. The new session timeout handling should use the negotiated value if available - posted by ra...@apache.org on 2015/09/01 15:02:44 UTC, 0 replies.
- [21/29] curator git commit: code for useSessionTimeoutMs was wrong - posted by ra...@apache.org on 2015/09/01 15:02:45 UTC, 0 replies.
- [22/29] curator git commit: Instead of closing the ZK instance and setting LOST directly, use the new testing API in 3.5 injectSessionExpiration(). This causes the ZK instance to close and LOST to get posted but has the benefit of sending a session expir - posted by ra...@apache.org on 2015/09/01 15:02:46 UTC, 0 replies.
- [23/29] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247 - posted by ra...@apache.org on 2015/09/01 15:02:47 UTC, 0 replies.
- [24/29] curator git commit: updated doc - posted by ra...@apache.org on 2015/09/01 15:02:48 UTC, 0 replies.
- [25/29] curator git commit: minor typo - posted by ra...@apache.org on 2015/09/01 15:02:49 UTC, 0 replies.
- [26/29] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247 - posted by ra...@apache.org on 2015/09/01 15:02:50 UTC, 0 replies.
- [27/29] curator git commit: Use the negotiated session timeout in checkTimeouts() - posted by ra...@apache.org on 2015/09/01 15:02:51 UTC, 0 replies.
- [28/29] curator git commit: Use negotiated session timeout in processEvents() - posted by ra...@apache.org on 2015/09/01 15:02:52 UTC, 0 replies.
- [29/29] curator git commit: Merge branch 'CURATOR-247' into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/01 15:02:53 UTC, 0 replies.
- [01/45] curator git commit: CURATOR-239 - Adding RetryForever retry policy - posted by ra...@apache.org on 2015/09/01 15:27:53 UTC, 0 replies.
- [02/45] curator git commit: CURATOR-239 - Interrupting current thread after catching InterruptedException - posted by ra...@apache.org on 2015/09/01 15:27:54 UTC, 0 replies.
- [03/45] curator git commit: First pass at new (optional) definition of state LOST - posted by ra...@apache.org on 2015/09/01 15:27:55 UTC, 0 replies.
- [04/45] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247 - posted by ra...@apache.org on 2015/09/01 15:27:56 UTC, 0 replies.
- [05/45] curator git commit: Continued work on new LOST behavior. Added some tests. To get correct behavior it's necessary to not retry connection failures. Retrying connection failures was never a good idea and here's a good opportunity to fix it as this - posted by ra...@apache.org on 2015/09/01 15:27:57 UTC, 0 replies.
- [06/45] curator git commit: license - posted by ra...@apache.org on 2015/09/01 15:27:58 UTC, 0 replies.
- [07/45] curator git commit: more tests - posted by ra...@apache.org on 2015/09/01 15:27:59 UTC, 0 replies.
- [08/45] curator git commit: minor reformat - posted by ra...@apache.org on 2015/09/01 15:28:00 UTC, 0 replies.
- [09/45] curator git commit: wip - posted by ra...@apache.org on 2015/09/01 15:28:01 UTC, 0 replies.
- [10/45] curator git commit: Fixed testRetry() for new LOST behavior - posted by ra...@apache.org on 2015/09/01 15:28:02 UTC, 0 replies.
- [11/45] curator git commit: removed some test code - posted by ra...@apache.org on 2015/09/01 15:28:03 UTC, 0 replies.
- [12/45] curator git commit: CURATOR-214 - Implemented new ZK API to allow Stat objects to be returned as part of the creation of a new ZNode. - posted by ra...@apache.org on 2015/09/01 15:28:04 UTC, 0 replies.
- [13/45] curator git commit: Merge remote-tracking branch 'origin/CURATOR-3.0' into CURATOR-214 - posted by ra...@apache.org on 2015/09/01 15:28:05 UTC, 0 replies.
- [14/45] curator git commit: major refactoring. Abstracting old/new behavior into a pluggable ConnectionHandlingPolicy. Also, IMPORTANT, made the new behavior the default. This needs to be discussed but it's a major improvement and we should default to it - posted by ra...@apache.org on 2015/09/01 15:28:06 UTC, 0 replies.
- [15/45] curator git commit: further refactoring. Abstracted old framework-level connection handling into ClassicInternalConnectionHandler. Probably more to do here - posted by ra...@apache.org on 2015/09/01 15:28:07 UTC, 0 replies.
- [16/45] curator git commit: Curator has a big problem with thread interrupted states getting cleared. There are several issues on this (CURATOR-208, CURATOR-205, CURATOR-228, CURATOR-109 - posted by ra...@apache.org on 2015/09/01 15:28:08 UTC, 0 replies.
- [17/45] curator git commit: When the connection timeout elapses and there is more than one server in the connection string, reset the connection and try again - posted by ra...@apache.org on 2015/09/01 15:28:09 UTC, 0 replies.
- [18/45] curator git commit: Longer connection timeout needed - posted by ra...@apache.org on 2015/09/01 15:28:10 UTC, 0 replies.
- [19/45] curator git commit: CURATOR-214 - Missed file. - posted by ra...@apache.org on 2015/09/01 15:28:11 UTC, 0 replies.
- [20/45] curator git commit: More refinement of classic/new connection handling. Reworked how the retry policy is invoked for each. New behavior is now confirmed to be: wait for connection timeout only once. Some tests will need work due to this - posted by ra...@apache.org on 2015/09/01 15:28:12 UTC, 0 replies.
- [21/45] curator git commit: more work on repairing tests for new connection handling - posted by ra...@apache.org on 2015/09/01 15:28:13 UTC, 0 replies.
- [22/45] curator git commit: more work on repairing tests for new connection handling - posted by ra...@apache.org on 2015/09/01 15:28:14 UTC, 0 replies.
- [23/45] curator git commit: doc - posted by ra...@apache.org on 2015/09/01 15:28:15 UTC, 0 replies.
- [24/45] curator git commit: doc - posted by ra...@apache.org on 2015/09/01 15:28:16 UTC, 0 replies.
- [25/45] curator git commit: The true session timeout is a negotiated value between client and server. The new session timeout handling should use the negotiated value if available - posted by ra...@apache.org on 2015/09/01 15:28:17 UTC, 0 replies.
- [26/45] curator git commit: code for useSessionTimeoutMs was wrong - posted by ra...@apache.org on 2015/09/01 15:28:18 UTC, 0 replies.
- [27/45] curator git commit: Instead of closing the ZK instance and setting LOST directly, use the new testing API in 3.5 injectSessionExpiration(). This causes the ZK instance to close and LOST to get posted but has the benefit of sending a session expir - posted by ra...@apache.org on 2015/09/01 15:28:19 UTC, 0 replies.
- [28/45] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247 - posted by ra...@apache.org on 2015/09/01 15:28:20 UTC, 0 replies.
- [29/45] curator git commit: updated doc - posted by ra...@apache.org on 2015/09/01 15:28:21 UTC, 0 replies.
- [30/45] curator git commit: CURATOR-234 Add remaining slf4j-log4j12 test deps - posted by ra...@apache.org on 2015/09/01 15:28:22 UTC, 0 replies.
- [31/45] curator git commit: Merge branch 'CURATOR-234' - posted by ra...@apache.org on 2015/09/01 15:28:23 UTC, 0 replies.
- [32/45] curator git commit: minor typo - posted by ra...@apache.org on 2015/09/01 15:28:24 UTC, 0 replies.
- [33/45] curator git commit: CURATOR-167 - Partial fix to clean up Curator managed watch objects when the cache closes. A full fix requires the ability to cancel watches in ZK which is not available until ZK 3.5 - posted by ra...@apache.org on 2015/09/01 15:28:25 UTC, 0 replies.
- [34/45] curator git commit: CURATOR-161 Added missing license header - posted by ra...@apache.org on 2015/09/01 15:28:26 UTC, 0 replies.
- [35/45] curator git commit: Include a note about 2 versions of Curator - posted by ra...@apache.org on 2015/09/01 15:28:27 UTC, 0 replies.
- [36/45] curator git commit: Include a note about 2 versions of Curator - posted by ra...@apache.org on 2015/09/01 15:28:28 UTC, 0 replies.
- [37/45] curator git commit: Merge branch 'CURATOR-239' of github.com:leandronunes85/curator into CURATOR-239 - posted by ra...@apache.org on 2015/09/01 15:28:29 UTC, 0 replies.
- [38/45] curator git commit: return false if interrupted - posted by ra...@apache.org on 2015/09/01 15:28:30 UTC, 0 replies.
- [39/45] curator git commit: Merge branch 'master' into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/01 15:28:31 UTC, 0 replies.
- [40/45] curator git commit: Merge branch 'CURATOR-214' into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/01 15:28:32 UTC, 0 replies.
- [41/45] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247 - posted by ra...@apache.org on 2015/09/01 15:28:33 UTC, 0 replies.
- [42/45] curator git commit: Use the negotiated session timeout in checkTimeouts() - posted by ra...@apache.org on 2015/09/01 15:28:34 UTC, 0 replies.
- [43/45] curator git commit: Use negotiated session timeout in processEvents() - posted by ra...@apache.org on 2015/09/01 15:28:35 UTC, 0 replies.
- [44/45] curator git commit: Merge branch 'CURATOR-247' into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/01 15:28:36 UTC, 0 replies.
- [45/45] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-248 - posted by ra...@apache.org on 2015/09/01 15:28:37 UTC, 0 replies.
- curator git commit: refined the tests - posted by ra...@apache.org on 2015/09/01 15:32:55 UTC, 0 replies.
- svn commit: r10393 - in /dev/curator/2.9.0: ./ apache-curator-2.9.0-source-release.zip apache-curator-2.9.0-source-release.zip.asc apache-curator-2.9.0-source-release.zip.md5 apache-curator-2.9.0-source-release.zip.sha1 - posted by md...@apache.org on 2015/09/02 19:51:19 UTC, 0 replies.
- Git Push Summary - posted by md...@apache.org on 2015/09/02 20:02:39 UTC, 0 replies.
- svn commit: r10394 - in /dev/curator/2.9.0: apache-curator-2.9.0-source-release.zip apache-curator-2.9.0-source-release.zip.asc apache-curator-2.9.0-source-release.zip.md5 apache-curator-2.9.0-source-release.zip.sha1 - posted by md...@apache.org on 2015/09/02 20:04:11 UTC, 0 replies.
- curator git commit: Added Locker which uses Java 7's try-with-resource feature to make locking more reliable - posted by ra...@apache.org on 2015/09/06 21:27:08 UTC, 0 replies.
- [1/3] curator git commit: Switch to new injectSessionExpiration() - posted by ra...@apache.org on 2015/09/06 21:51:22 UTC, 0 replies.
- [2/3] curator git commit: New injectSessionExpiration() operates much faster than previously. It exposes an assumption in the tests. Added a debug hook to work around - posted by ra...@apache.org on 2015/09/06 21:51:23 UTC, 0 replies.
- [3/3] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-253 - posted by ra...@apache.org on 2015/09/06 21:51:24 UTC, 0 replies.
- curator git commit: Added an indefinite acquire version of the constructor - posted by ra...@apache.org on 2015/09/07 00:44:03 UTC, 0 replies.
- [1/3] curator git commit: Added Locker which uses Java 7's try-with-resource feature to make locking more reliable - posted by ra...@apache.org on 2015/09/07 08:02:54 UTC, 0 replies.
- [2/3] curator git commit: Added an indefinite acquire version of the constructor - posted by ra...@apache.org on 2015/09/07 08:02:55 UTC, 0 replies.
- [3/3] curator git commit: Merge branch 'CURATOR-259' into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/07 08:02:56 UTC, 0 replies.
- [1/8] curator git commit: Switch to new injectSessionExpiration() - posted by ra...@apache.org on 2015/09/07 08:51:36 UTC, 0 replies.
- [2/8] curator git commit: New injectSessionExpiration() operates much faster than previously. It exposes an assumption in the tests. Added a debug hook to work around - posted by ra...@apache.org on 2015/09/07 08:51:37 UTC, 0 replies.
- [3/8] curator git commit: Added Locker which uses Java 7's try-with-resource feature to make locking more reliable - posted by ra...@apache.org on 2015/09/07 08:51:38 UTC, 0 replies.
- [4/8] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-253 - posted by ra...@apache.org on 2015/09/07 08:51:39 UTC, 0 replies.
- [5/8] curator git commit: Added an indefinite acquire version of the constructor - posted by ra...@apache.org on 2015/09/07 08:51:40 UTC, 0 replies.
- [6/8] curator git commit: Merge branch 'CURATOR-259' into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/07 08:51:41 UTC, 0 replies.
- [7/8] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-248 - posted by ra...@apache.org on 2015/09/07 08:51:42 UTC, 0 replies.
- [8/8] curator git commit: renamed to clarify meaning - posted by ra...@apache.org on 2015/09/07 08:51:43 UTC, 0 replies.
- [1/9] curator git commit: Initial error policy with two implementations. Also, applied it to LeaderSelector as a test - posted by ra...@apache.org on 2015/09/07 14:57:20 UTC, 0 replies.
- [2/9] curator git commit: doc - posted by ra...@apache.org on 2015/09/07 14:57:21 UTC, 0 replies.
- [3/9] curator git commit: Added since tags - posted by ra...@apache.org on 2015/09/07 14:57:22 UTC, 0 replies.
- [4/9] curator git commit: Updated LeaderLatch for error policy - posted by ra...@apache.org on 2015/09/07 14:57:23 UTC, 0 replies.
- [5/9] curator git commit: removed import - posted by ra...@apache.org on 2015/09/07 14:57:24 UTC, 0 replies.
- [6/9] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-248 - posted by ra...@apache.org on 2015/09/07 14:57:25 UTC, 0 replies.
- [7/9] curator git commit: refined the tests - posted by ra...@apache.org on 2015/09/07 14:57:26 UTC, 0 replies.
- [8/9] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-248 - posted by ra...@apache.org on 2015/09/07 14:57:27 UTC, 0 replies.
- [9/9] curator git commit: renamed to clarify meaning - posted by ra...@apache.org on 2015/09/07 14:57:28 UTC, 0 replies.
- [1/3] curator git commit: Removed unnecessary size check - posted by ra...@apache.org on 2015/09/08 19:23:03 UTC, 0 replies.
- [2/3] curator git commit: Need some time after killing session now that it happens almost immediately - posted by ra...@apache.org on 2015/09/08 19:23:04 UTC, 0 replies.
- [3/3] curator git commit: Killed sessions now go directly to LOST (as they should) - posted by ra...@apache.org on 2015/09/08 19:23:05 UTC, 0 replies.
- curator git commit: Ignore any shutdown errors - posted by ra...@apache.org on 2015/09/08 19:37:28 UTC, 0 replies.
- [1/2] curator git commit: Ignore any shutdown errors - posted by ra...@apache.org on 2015/09/08 19:42:19 UTC, 0 replies.
- [2/2] curator git commit: Merge branch 'CURATOR-3.0' of https://git-wip-us.apache.org/repos/asf/curator into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/08 19:42:20 UTC, 0 replies.
- curator git commit: ChaosMonkeyCnxnFactory didn't know about create2 opcode - posted by ra...@apache.org on 2015/09/08 19:49:31 UTC, 0 replies.
- curator git commit: licenses - posted by ra...@apache.org on 2015/09/08 19:53:42 UTC, 0 replies.
- curator git commit: Use forSessionSleep after session killed - posted by ra...@apache.org on 2015/09/08 20:00:17 UTC, 0 replies.
- curator git commit: sleep a bit so that session can actually expire - posted by ra...@apache.org on 2015/09/08 20:09:08 UTC, 0 replies.
- curator git commit: Fixed some old naming - posted by ra...@apache.org on 2015/09/09 00:52:39 UTC, 0 replies.
- curator git commit: doc the new Locker - posted by ra...@apache.org on 2015/09/09 01:14:26 UTC, 0 replies.
- curator git commit: link to ZK 3.5 related jiras - posted by ra...@apache.org on 2015/09/09 01:52:10 UTC, 0 replies.
- [1/2] curator git commit: make sure super.teardown() always gets called - posted by ra...@apache.org on 2015/09/09 02:23:05 UTC, 0 replies.
- [2/2] curator git commit: fixed surefire spec - posted by ra...@apache.org on 2015/09/09 02:23:06 UTC, 0 replies.
- [1/5] curator git commit: CURATOR-228 - Modified the background callback to explicitly handle the NOAUTH case. This will now log a warning and set a flag indicating that an auth failure has occured. - posted by ra...@apache.org on 2015/09/09 03:19:01 UTC, 0 replies.
- [2/5] curator git commit: CURATOR-228 - Remove public access from the isAuthFailure method. - posted by ra...@apache.org on 2015/09/09 03:19:02 UTC, 0 replies.
- [3/5] curator git commit: Merge branch 'CURATOR-228' - posted by ra...@apache.org on 2015/09/09 03:19:03 UTC, 0 replies.
- [4/5] curator git commit: CURATOR-254 - Modified the test assertions so that they ensure that the theoretical maximum queue size is not exceeded. The previous limit was exceedable depending on how quick consumers were pulling data off the queue. - posted by ra...@apache.org on 2015/09/09 03:19:04 UTC, 0 replies.
- [5/5] curator git commit: Merge branch 'master' into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/09 03:19:05 UTC, 1 replies.
- curator git commit: use Timing - posted by ra...@apache.org on 2015/09/09 08:35:46 UTC, 0 replies.
- curator git commit: More work on making tests more reliable. Also, for CURATOR-257, removed the enigmatic thread sleep in TestingZooKeeperMain.blockUntilStarted() in favor or more rigorous checks for the testing servers starting - posted by ra...@apache.org on 2015/09/09 15:30:58 UTC, 0 replies.
- [1/2] curator git commit: no more need for reflection. there is a getZooKeeperServer() method - posted by ra...@apache.org on 2015/09/09 20:35:27 UTC, 0 replies.
- [2/2] curator git commit: Use javaassist to make fields we're accessing volatile - posted by ra...@apache.org on 2015/09/09 20:35:28 UTC, 0 replies.
- curator git commit: Removed usages of Javaassist and simplified how the in-memory ZK server is created and run. Tests should be more reliable and the testing server should respond faster - posted by ra...@apache.org on 2015/09/10 03:14:09 UTC, 0 replies.
- curator git commit: moved to ZK 3.5.1. - posted by ra...@apache.org on 2015/09/10 16:22:18 UTC, 0 replies.
- [1/5] curator git commit: [maven-release-plugin] prepare release apache-curator-2.9.0-rc1 - posted by md...@apache.org on 2015/09/10 19:02:05 UTC, 0 replies.
- [2/5] curator git commit: [maven-release-plugin] prepare release apache-curator-2.9.0-rc1 - posted by md...@apache.org on 2015/09/10 19:02:06 UTC, 0 replies.
- [3/5] curator git commit: [maven-release-plugin] prepare for next development iteration - posted by md...@apache.org on 2015/09/10 19:02:07 UTC, 0 replies.
- [4/5] curator git commit: [maven-release-plugin] prepare for next development iteration - posted by md...@apache.org on 2015/09/10 19:02:08 UTC, 0 replies.
- svn commit: r10458 - in /release/curator/2.9.0: ./ apache-curator-2.9.0-source-release.zip apache-curator-2.9.0-source-release.zip.asc apache-curator-2.9.0-source-release.zip.md5 apache-curator-2.9.0-source-release.zip.sha1 - posted by md...@apache.org on 2015/09/10 19:07:16 UTC, 0 replies.
- [1/2] curator git commit: wip - posted by ra...@apache.org on 2015/09/11 04:20:21 UTC, 0 replies.
- [2/2] curator git commit: oops - forgot to try again on bind exception - posted by ra...@apache.org on 2015/09/11 04:20:22 UTC, 0 replies.
- curator git commit: test assumed first latch would be leader. Fixed it so that this is so - posted by ra...@apache.org on 2015/09/11 05:38:03 UTC, 0 replies.
- curator git commit: allow session time to elapse - posted by ra...@apache.org on 2015/09/11 06:43:20 UTC, 0 replies.
- curator git commit: The tests assume sequential server IDs starting at 1. Ensure this. - posted by ra...@apache.org on 2015/09/11 19:06:27 UTC, 0 replies.
- curator git commit: Added an option for session expiration management to be a fraction of the negotiated session timeout. This is meant to account for timing/network differences between the client and server. - posted by ra...@apache.org on 2015/09/15 04:04:54 UTC, 1 replies.
- curator git commit: CURATOR-45 added findAndDeleteProtectedNodeInBackground to handle cases where a protected node can get lost. However, the code wasn't correctly handling namespaces - posted by ra...@apache.org on 2015/09/22 21:59:53 UTC, 1 replies.
- [1/2] curator git commit: CURATOR-45 added findAndDeleteProtectedNodeInBackground to handle cases where a protected node can get lost. However, the code wasn't correctly handling namespaces - posted by ra...@apache.org on 2015/09/23 15:21:44 UTC, 0 replies.
- [2/2] curator git commit: Merge branch 'master' into CURATOR-3.0 - posted by ra...@apache.org on 2015/09/23 15:21:45 UTC, 0 replies.
- [1/8] curator git commit: Removed usages of Javaassist and simplified how the in-memory ZK server is created and run. Tests should be more reliable and the testing server should respond faster - posted by ra...@apache.org on 2015/09/26 02:19:29 UTC, 0 replies.
- [2/8] curator git commit: moved to ZK 3.5.1. - posted by ra...@apache.org on 2015/09/26 02:19:30 UTC, 0 replies.
- [3/8] curator git commit: wip - posted by ra...@apache.org on 2015/09/26 02:19:31 UTC, 0 replies.
- [4/8] curator git commit: oops - forgot to try again on bind exception - posted by ra...@apache.org on 2015/09/26 02:19:32 UTC, 0 replies.
- [5/8] curator git commit: test assumed first latch would be leader. Fixed it so that this is so - posted by ra...@apache.org on 2015/09/26 02:19:33 UTC, 0 replies.
- [6/8] curator git commit: allow session time to elapse - posted by ra...@apache.org on 2015/09/26 02:19:34 UTC, 0 replies.
- [7/8] curator git commit: The tests assume sequential server IDs starting at 1. Ensure this. - posted by ra...@apache.org on 2015/09/26 02:19:35 UTC, 0 replies.
- [8/8] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-261 - posted by ra...@apache.org on 2015/09/26 02:19:36 UTC, 0 replies.
- [1/4] curator git commit: interim work - updated APIs make sure old tests work - posted by ra...@apache.org on 2015/09/26 04:49:28 UTC, 0 replies.
- [2/4] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-265 - posted by ra...@apache.org on 2015/09/26 04:49:29 UTC, 0 replies.
- [3/4] curator git commit: wip - adding() API was misnamed. Also, it's mutually exclusive with join/leave - posted by ra...@apache.org on 2015/09/26 04:49:30 UTC, 0 replies.
- [4/4] curator git commit: finalized the changes and removed old classes - posted by ra...@apache.org on 2015/09/26 04:49:31 UTC, 0 replies.
- curator git commit: missed a few - posted by ra...@apache.org on 2015/09/26 05:00:47 UTC, 0 replies.
- curator git commit: Fixed newMembers test - posted by ra...@apache.org on 2015/09/26 05:05:58 UTC, 0 replies.
- curator git commit: enforce single thread - posted by ra...@apache.org on 2015/09/26 06:59:56 UTC, 0 replies.
- curator git commit: License header - posted by ra...@apache.org on 2015/09/26 16:16:02 UTC, 0 replies.
- curator git commit: better test - shouldn't fail if slow - posted by ra...@apache.org on 2015/09/26 17:03:29 UTC, 0 replies.
- curator git commit: 1. EnsembleTracker should always be on, it now is 2. Removed DynamicEnsembleProvider. This should not be optional. EnsembleTracker now always publishes config changes which will end up calling ZooKeeper.updateServerList() 3. Testing - posted by ra...@apache.org on 2015/09/26 20:14:34 UTC, 0 replies.
- curator git commit: Added doc regarding EnsembleTracker - posted by ra...@apache.org on 2015/09/26 21:08:15 UTC, 0 replies.
- curator git commit: ExhibitorEnsembleProvider is not compatible with updateServerList() - posted by ra...@apache.org on 2015/09/27 01:03:19 UTC, 0 replies.
- [1/2] curator git commit: fixed compile error - posted by ra...@apache.org on 2015/09/27 20:31:39 UTC, 0 replies.
- [2/2] curator git commit: continued work on tests, etc. - posted by ra...@apache.org on 2015/09/27 20:31:40 UTC, 0 replies.
- curator git commit: First pass implementation of group membership - posted by ra...@apache.org on 2015/09/28 00:00:09 UTC, 0 replies.
- curator git commit: api for setting data - posted by ra...@apache.org on 2015/09/28 00:06:50 UTC, 0 replies.
- curator git commit: updated doc - posted by ra...@apache.org on 2015/09/28 00:22:21 UTC, 0 replies.