You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] curator git commit: CURATOR-284 - must check result code before processing background event - posted by ra...@apache.org on 2016/01/06 21:52:59 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 2016/01/06 21:53:00 UTC, 0 replies.
- [1/3] curator git commit: Moved findAndDeleteProtectedNodeInBackground code into separate operation that is processed through the standard Curator background code. This way, retries are applied (with sleep), etc. In the previous implementation, errors ca - posted by ra...@apache.org on 2016/01/11 01:30:26 UTC, 0 replies.
- [2/3] curator git commit: Don't queue background operation if the client is closed - posted by ra...@apache.org on 2016/01/11 01:30:27 UTC, 0 replies.
- [3/3] curator git commit: oops - bad commit for this file - posted by ra...@apache.org on 2016/01/11 01:30:28 UTC, 0 replies.
- [01/10] curator git commit: [maven-release-plugin] prepare release apache-curator-2.9.1-SNAPSHOT - posted by ra...@apache.org on 2016/01/11 01:30:50 UTC, 0 replies.
- [02/10] curator git commit: [maven-release-plugin] prepare for next development iteration - posted by ra...@apache.org on 2016/01/11 01:30:51 UTC, 0 replies.
- [03/10] curator git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator - posted by ra...@apache.org on 2016/01/11 01:30:52 UTC, 0 replies.
- [04/10] curator git commit: [maven-release-plugin] prepare release apache-curator-2.9.1 - posted by ra...@apache.org on 2016/01/11 01:30:53 UTC, 0 replies.
- [05/10] curator git commit: [maven-release-plugin] prepare for next development iteration - posted by ra...@apache.org on 2016/01/11 01:30:54 UTC, 0 replies.
- [06/10] curator git commit: Back to 2.9.1-SNAPSHOT - posted by ra...@apache.org on 2016/01/11 01:30:55 UTC, 0 replies.
- [07/10] curator git commit: Moved findAndDeleteProtectedNodeInBackground code into separate operation that is processed through the standard Curator background code. This way, retries are applied (with sleep), etc. In the previous implementation, errors - posted by ra...@apache.org on 2016/01/11 01:30:56 UTC, 0 replies.
- [08/10] curator git commit: Don't queue background operation if the client is closed - posted by ra...@apache.org on 2016/01/11 01:30:57 UTC, 0 replies.
- [09/10] curator git commit: oops - bad commit for this file - posted by ra...@apache.org on 2016/01/11 01:30:58 UTC, 0 replies.
- [10/10] curator git commit: Merge branch 'master' into CURATOR-3.0 - posted by ra...@apache.org on 2016/01/11 01:30:59 UTC, 0 replies.
- curator git commit: fixed bad merge - posted by ra...@apache.org on 2016/01/11 05:24:50 UTC, 0 replies.
- curator git commit: ZKPaths.mkdirs() was always passing the full path to the aclProvider instead of the subpath being created - posted by ra...@apache.org on 2016/01/12 16:13:30 UTC, 0 replies.
- curator git commit: Deprecated PersistentEphemeralNode in favor of PersistentNode which is the same code but now accepts any createmode - posted by ra...@apache.org on 2016/01/12 17:45:57 UTC, 0 replies.
- curator git commit: fixed doc - posted by ra...@apache.org on 2016/01/12 18:14:06 UTC, 0 replies.
- curator git commit: Added TreeCacheSelector to allow for controling which nodes a TreeCache processes - posted by ra...@apache.org on 2016/01/12 20:14:05 UTC, 0 replies.
- curator git commit: General fix for catch-alls throughout the code. This is overkill but it strikes me as the safest way to address the problem. Everywhere there is a catch-all add a check for InterruptedException and reset the thread's interrupted state - posted by ra...@apache.org on 2016/01/13 21:21:08 UTC, 0 replies.
- [1/7] curator git commit: Added an unhandled exception error handler - posted by ra...@apache.org on 2016/01/15 04:42:46 UTC, 0 replies.
- [2/7] curator git commit: ZK calls InetAddress.getLocalHost().getCanonicalHostName internally. On some systems this takes seconds. Pre-call it and use the elapsed time to set MAX_WAIT_MS so that tests don't fail in setup - posted by ra...@apache.org on 2016/01/15 04:42:47 UTC, 0 replies.
- [3/7] curator git commit: removed extra blank line - posted by ra...@apache.org on 2016/01/15 04:42:48 UTC, 0 replies.
- [4/7] curator git commit: Turns out FindAndDeleteProtectedNodeInBackground was causing a stack overflow. Reset the retry count before requeueing - posted by ra...@apache.org on 2016/01/15 04:42:49 UTC, 0 replies.
- [5/7] curator git commit: Don't let thread interrupt status get reset. The only proper reason for these loops to exit if the instance is closed - posted by ra...@apache.org on 2016/01/15 04:42:50 UTC, 0 replies.
- [6/7] curator git commit: rewrote for better stability - posted by ra...@apache.org on 2016/01/15 04:42:51 UTC, 0 replies.
- [7/7] curator git commit: Don't let thread interrupt status get reset. The only proper reason for these loops to exit if the instance is closed - posted by ra...@apache.org on 2016/01/15 04:42:52 UTC, 0 replies.
- curator git commit: Return old data for NODE_REMOVED - posted by ra...@apache.org on 2016/01/15 18:23:42 UTC, 0 replies.
- curator git commit: updated tests for new values in NODE_REMOVED - posted by ra...@apache.org on 2016/01/15 18:47:40 UTC, 0 replies.
- curator git commit: removed unneeded import - posted by ra...@apache.org on 2016/01/15 18:54:24 UTC, 0 replies.
- [1/8] curator git commit: General fix for catch-alls throughout the code. This is overkill but it strikes me as the safest way to address the problem. Everywhere there is a catch-all add a check for InterruptedException and reset the thread's interrupted - posted by ra...@apache.org on 2016/01/17 23:26:41 UTC, 0 replies.
- [2/8] curator git commit: Added an unhandled exception error handler - posted by ra...@apache.org on 2016/01/17 23:26:42 UTC, 0 replies.
- [3/8] curator git commit: ZK calls InetAddress.getLocalHost().getCanonicalHostName internally. On some systems this takes seconds. Pre-call it and use the elapsed time to set MAX_WAIT_MS so that tests don't fail in setup - posted by ra...@apache.org on 2016/01/17 23:26:43 UTC, 0 replies.
- [4/8] curator git commit: removed extra blank line - posted by ra...@apache.org on 2016/01/17 23:26:44 UTC, 0 replies.
- [5/8] curator git commit: Turns out FindAndDeleteProtectedNodeInBackground was causing a stack overflow. Reset the retry count before requeueing - posted by ra...@apache.org on 2016/01/17 23:26:45 UTC, 0 replies.
- [6/8] curator git commit: Don't let thread interrupt status get reset. The only proper reason for these loops to exit if the instance is closed - posted by ra...@apache.org on 2016/01/17 23:26:46 UTC, 0 replies.
- [7/8] curator git commit: rewrote for better stability - posted by ra...@apache.org on 2016/01/17 23:26:47 UTC, 0 replies.
- [8/8] curator git commit: Don't let thread interrupt status get reset. The only proper reason for these loops to exit if the instance is closed - posted by ra...@apache.org on 2016/01/17 23:26:48 UTC, 0 replies.
- [1/2] curator git commit: CURATOR-278: In transactions compressed option does not work with some fluent api combinations - posted by ca...@apache.org on 2016/01/18 00:32:00 UTC, 1 replies.
- [2/2] curator git commit: Merge branch 'CURATOR-278' of https://github.com/granthenke/curator into CURATOR-278 - posted by ca...@apache.org on 2016/01/18 00:32:01 UTC, 1 replies.
- [1/9] curator git commit: General fix for catch-alls throughout the code. This is overkill but it strikes me as the safest way to address the problem. Everywhere there is a catch-all add a check for InterruptedException and reset the thread's interrupted - posted by ra...@apache.org on 2016/01/18 01:29:52 UTC, 0 replies.
- [2/9] curator git commit: Added an unhandled exception error handler - posted by ra...@apache.org on 2016/01/18 01:29:53 UTC, 0 replies.
- [3/9] curator git commit: ZK calls InetAddress.getLocalHost().getCanonicalHostName internally. On some systems this takes seconds. Pre-call it and use the elapsed time to set MAX_WAIT_MS so that tests don't fail in setup - posted by ra...@apache.org on 2016/01/18 01:29:54 UTC, 0 replies.
- [4/9] curator git commit: removed extra blank line - posted by ra...@apache.org on 2016/01/18 01:29:55 UTC, 0 replies.
- [5/9] curator git commit: Turns out FindAndDeleteProtectedNodeInBackground was causing a stack overflow. Reset the retry count before requeueing - posted by ra...@apache.org on 2016/01/18 01:29:56 UTC, 0 replies.
- [6/9] curator git commit: Don't let thread interrupt status get reset. The only proper reason for these loops to exit if the instance is closed - posted by ra...@apache.org on 2016/01/18 01:29:57 UTC, 0 replies.
- [7/9] curator git commit: rewrote for better stability - posted by ra...@apache.org on 2016/01/18 01:29:58 UTC, 0 replies.
- [8/9] curator git commit: Don't let thread interrupt status get reset. The only proper reason for these loops to exit if the instance is closed - posted by ra...@apache.org on 2016/01/18 01:29:59 UTC, 0 replies.
- [9/9] curator git commit: Merge branch 'master' into CURATOR-3.0 - posted by ra...@apache.org on 2016/01/18 01:30:00 UTC, 0 replies.
- [1/6] curator git commit: Added TreeCacheSelector to allow for controling which nodes a TreeCache processes - posted by ra...@apache.org on 2016/01/18 03:35:00 UTC, 0 replies.
- [2/6] curator git commit: Return old data for NODE_REMOVED - posted by ra...@apache.org on 2016/01/18 03:35:01 UTC, 0 replies.
- [3/6] curator git commit: updated tests for new values in NODE_REMOVED - posted by ra...@apache.org on 2016/01/18 03:35:02 UTC, 0 replies.
- [4/6] curator git commit: removed unneeded import - posted by ra...@apache.org on 2016/01/18 03:35:03 UTC, 0 replies.
- [5/6] curator git commit: Merge branch 'master' into CURATOR-288 - posted by ra...@apache.org on 2016/01/18 03:35:04 UTC, 0 replies.
- [6/6] curator git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator - posted by ra...@apache.org on 2016/01/18 03:35:05 UTC, 0 replies.
- [01/11] curator git commit: CURATOR-278: In transactions compressed option does not work with some fluent api combinations - posted by ra...@apache.org on 2016/01/18 22:04:04 UTC, 0 replies.
- [02/11] curator git commit: Added TreeCacheSelector to allow for controling which nodes a TreeCache processes - posted by ra...@apache.org on 2016/01/18 22:04:05 UTC, 0 replies.
- [03/11] curator git commit: Return old data for NODE_REMOVED - posted by ra...@apache.org on 2016/01/18 22:04:06 UTC, 0 replies.
- [04/11] curator git commit: updated tests for new values in NODE_REMOVED - posted by ra...@apache.org on 2016/01/18 22:04:07 UTC, 0 replies.
- [05/11] curator git commit: removed unneeded import - posted by ra...@apache.org on 2016/01/18 22:04:08 UTC, 0 replies.
- [06/11] curator git commit: Merge branch 'CURATOR-278' of https://github.com/granthenke/curator into CURATOR-278 - posted by ra...@apache.org on 2016/01/18 22:04:09 UTC, 0 replies.
- [07/11] curator git commit: Merge branch 'master' into CURATOR-288 - posted by ra...@apache.org on 2016/01/18 22:04:10 UTC, 0 replies.
- [08/11] curator git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator - posted by ra...@apache.org on 2016/01/18 22:04:11 UTC, 0 replies.
- [09/11] curator git commit: Merge branch 'master' into CURATOR-3.0 - posted by ra...@apache.org on 2016/01/18 22:04:12 UTC, 0 replies.
- [10/11] curator git commit: work on merging compressed transaction code - posted by ra...@apache.org on 2016/01/18 22:04:13 UTC, 0 replies.
- [11/11] curator git commit: work on merging compressed transaction code - posted by ra...@apache.org on 2016/01/18 22:04:14 UTC, 0 replies.
- curator git commit: Make sure NamespaceWatcherMap is cleared when the corresponding watcher is removed via new APIs. Added tests to ensure this. - posted by ra...@apache.org on 2016/01/18 23:53:39 UTC, 0 replies.
- [1/2] curator git commit: ZKPaths.mkdirs() was always passing the full path to the aclProvider instead of the subpath being created - posted by ra...@apache.org on 2016/01/19 00:04:28 UTC, 0 replies.
- [2/2] curator git commit: Merge branch 'master' into CURATOR-244 - posted by ra...@apache.org on 2016/01/19 00:04:29 UTC, 0 replies.
- [1/3] curator git commit: ZKPaths.mkdirs() was always passing the full path to the aclProvider instead of the subpath being created - posted by ra...@apache.org on 2016/01/19 00:04:52 UTC, 0 replies.
- [2/3] curator git commit: Merge branch 'master' into CURATOR-244 - posted by ra...@apache.org on 2016/01/19 00:04:53 UTC, 0 replies.
- [3/3] curator git commit: Merge branch 'master' into CURATOR-3.0 - posted by ra...@apache.org on 2016/01/19 00:04:54 UTC, 0 replies.
- curator git commit: fixed docs/comments that refer to ephemeral - posted by ra...@apache.org on 2016/01/19 00:11:53 UTC, 0 replies.
- [1/2] curator git commit: Make sure NamespaceWatcherMap is cleared when the corresponding watcher is removed via new APIs. Added tests to ensure this. - posted by ra...@apache.org on 2016/01/19 00:12:39 UTC, 0 replies.
- [2/2] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-290 - posted by ra...@apache.org on 2016/01/19 00:12:40 UTC, 0 replies.
- [1/4] curator git commit: Deprecated PersistentEphemeralNode in favor of PersistentNode which is the same code but now accepts any createmode - posted by ra...@apache.org on 2016/01/19 01:10:49 UTC, 0 replies.
- [2/4] curator git commit: fixed doc - posted by ra...@apache.org on 2016/01/19 01:10:50 UTC, 0 replies.
- [3/4] curator git commit: fixed docs/comments that refer to ephemeral - posted by ra...@apache.org on 2016/01/19 01:10:51 UTC, 0 replies.
- [4/4] curator git commit: Merge branch 'master' into CURATOR-287 - posted by ra...@apache.org on 2016/01/19 01:10:52 UTC, 0 replies.
- [1/5] curator git commit: Deprecated PersistentEphemeralNode in favor of PersistentNode which is the same code but now accepts any createmode - posted by ra...@apache.org on 2016/01/19 03:05:51 UTC, 0 replies.
- [2/5] curator git commit: fixed doc - posted by ra...@apache.org on 2016/01/19 03:05:52 UTC, 0 replies.
- [3/5] curator git commit: fixed docs/comments that refer to ephemeral - posted by ra...@apache.org on 2016/01/19 03:05:53 UTC, 0 replies.
- [4/5] curator git commit: Merge branch 'master' into CURATOR-287 - posted by ra...@apache.org on 2016/01/19 03:05:54 UTC, 0 replies.
- [5/5] curator git commit: Merge branch 'master' into CURATOR-3.0 - posted by ra...@apache.org on 2016/01/19 03:05:55 UTC, 0 replies.
- [1/2] curator git commit: CURATOR-294: Make ChildData immutable; PathChildrenCache uses a mutable subclass. - posted by dr...@apache.org on 2016/01/28 19:01:29 UTC, 0 replies.
- [2/2] curator git commit: CURATOR-294: Optimize TreeCache, fix possible concurrency issue - posted by dr...@apache.org on 2016/01/28 19:01:30 UTC, 1 replies.
- +49 22329499921 - posted by Ko...@curator.apache.org on 2016/01/29 15:34:58 UTC, 0 replies.
- [1/2] curator git commit: CURATOR-294: Make ChildData immutable; PathChildrenCache replaces instead of mutates. [Forced Update!] - posted by dr...@apache.org on 2016/01/30 04:47:55 UTC, 0 replies.