[1/3] curator git commit: Added Locker which uses Java 7's try-with-resource feature to make locking more reliable

2015-09-07 Thread randgalt
tor/commit/58a8818b Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/58a8818b Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/58a8818b Branch: refs/heads/CURATOR-3.0 Commit: 58a8818b749475cf2089d116c06359ad0390a2cc Parents: d57aaeb Author: randgalt <randg...@apache.org> Auth

[2/3] curator git commit: Added an indefinite acquire version of the constructor

2015-09-07 Thread randgalt
/asf/curator/diff/543860f4 Branch: refs/heads/CURATOR-3.0 Commit: 543860f4811fa5327cabe524dad786363eb3f504 Parents: 58a8818 Author: randgalt <randg...@apache.org> Authored: Sun Sep 6 15:43:58 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Sun Sep 6 15:43:5

[3/9] curator git commit: Added since tags

2015-09-07 Thread randgalt
/heads/CURATOR-3.0 Commit: 94dff8a5a2ec336a23c05ebe5cdf7e4b117d3925 Parents: 2e1e92e Author: randgalt <randg...@apache.org> Authored: Mon Aug 24 12:31:52 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 24 12:31:5

[6/9] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-248

2015-09-07 Thread randgalt
: c117b0853b5779829ff732514aedd7d60b696ccc Parents: d412f23 d57aaeb Author: randgalt <randg...@apache.org> Authored: Tue Sep 1 06:27:31 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Tue Sep 1 06:27:31 2015 -0700 -- .../org/ap

[5/9] curator git commit: removed import

2015-09-07 Thread randgalt
/heads/CURATOR-3.0 Commit: d412f2320d571d23c8960214482e84a7911bec16 Parents: 5429a21 Author: randgalt <randg...@apache.org> Authored: Mon Aug 24 22:03:13 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 24 22:03:1

[7/9] curator git commit: refined the tests

2015-09-07 Thread randgalt
: refs/heads/CURATOR-3.0 Commit: 49b267d185bddb7d2be073731ebc6a8352ed6efb Parents: c117b08 Author: randgalt <randg...@apache.org> Authored: Tue Sep 1 06:32:52 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Tue Sep 1 06:32:5

[9/9] curator git commit: renamed to clarify meaning

2015-09-07 Thread randgalt
Branch: refs/heads/CURATOR-3.0 Commit: 7aa371e9514e1a8227d1ed93833bd9e6238c60ed Parents: 940e845 Author: randgalt <randg...@apache.org> Authored: Sun Sep 6 23:51:26 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Sun Sep 6 23:51:2

[4/9] curator git commit: Updated LeaderLatch for error policy

2015-09-07 Thread randgalt
/5429a217 Branch: refs/heads/CURATOR-3.0 Commit: 5429a217bb23901aaf2b187bb8c1d760d0a76bcc Parents: 94dff8a Author: randgalt <randg...@apache.org> Authored: Mon Aug 24 17:39:41 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 24 17:39:4

[2/9] curator git commit: doc

2015-09-07 Thread randgalt
/CURATOR-3.0 Commit: 2e1e92e162ef812a9d076695500f0bda8b15b6c5 Parents: 45df7ba Author: randgalt <randg...@apache.org> Authored: Mon Aug 24 12:30:33 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 24 12:30:3

curator git commit: link to ZK 3.5 related jiras

2015-09-08 Thread randgalt
asf/curator/tree/5d30d07f Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5d30d07f Branch: refs/heads/CURATOR-3.0 Commit: 5d30d07fb8c8c8a8ea2118bc23bf605bc43c789e Parents: 39fd925 Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 18:52:05 2015 -0500 Committer: randga

curator git commit: doc the new Locker

2015-09-08 Thread randgalt
ree/39fd9255 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/39fd9255 Branch: refs/heads/CURATOR-3.0 Commit: 39fd9255af429b48809577a631bd0da7f2ca341e Parents: cee1c0e Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 18:14:18 2015 -0500 Committer: randgalt <randg..

curator git commit: Fixed some old naming

2015-09-08 Thread randgalt
tor/tree/cee1c0ea Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/cee1c0ea Branch: refs/heads/CURATOR-3.0 Commit: cee1c0eabf1e899b239bf69c443fe1e8316a93cd Parents: 30d449e Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 17:52:32 2015 -0500 Committer: randgalt <randg..

[2/2] curator git commit: fixed surefire spec

2015-09-08 Thread randgalt
: refs/heads/CURATOR-3.0 Commit: 75aa991e366cebdb6873509c7ced252731a2187c Parents: 9528136 Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 19:23:01 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Tue Sep 8 19:23:0

[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.

2015-09-08 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-3.0 75aa991e3 -> 793ed89b1 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. Project:

[3/5] curator git commit: Merge branch 'CURATOR-228'

2015-09-08 Thread randgalt
Merge branch 'CURATOR-228' Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/9d2d6851 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/9d2d6851 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/9d2d6851

[5/5] curator git commit: Merge branch 'master' into CURATOR-3.0

2015-09-08 Thread randgalt
/793ed89b Branch: refs/heads/CURATOR-3.0 Commit: 793ed89b1d150166f24bfb7bf297a5c0fc707f1c Parents: 75aa991 970bd39 Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 19:53:32 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Tue Sep 8 19:53:3

[2/5] curator git commit: CURATOR-228 - Remove public access from the isAuthFailure method.

2015-09-08 Thread randgalt
CURATOR-228 - Remove public access from the isAuthFailure method. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/cff86ead Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/cff86ead Diff:

[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 qui

2015-09-08 Thread randgalt
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. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

[43/45] curator git commit: Use negotiated session timeout in processEvents()

2015-09-01 Thread randgalt
/curator/diff/c641c029 Branch: refs/heads/CURATOR-248 Commit: c641c0296275bb12a156c2a6a1655e0cc968fad4 Parents: 667b1d2 Author: randgalt <randg...@apache.org> Authored: Mon Aug 31 19:50:21 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 31 19:50:2

[31/45] curator git commit: Merge branch 'CURATOR-234'

2015-09-01 Thread randgalt
Merge branch 'CURATOR-234' Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/5dc27c1f Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/5dc27c1f Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5dc27c1f

[06/45] curator git commit: license

2015-09-01 Thread randgalt
/CURATOR-248 Commit: c5a49216cc78b05201a8ded357e50e0b6313 Parents: 62f3c33 Author: randgalt <randg...@apache.org> Authored: Fri Aug 21 17:37:15 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Fri Aug 21 17:37:1

[34/45] curator git commit: CURATOR-161 Added missing license header

2015-09-01 Thread randgalt
CURATOR-161 Added missing license header Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/0f5668b3 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/0f5668b3 Diff:

[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

2015-09-01 Thread randgalt
: http://git-wip-us.apache.org/repos/asf/curator/tree/23554479 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/23554479 Branch: refs/heads/CURATOR-248 Commit: 23554479597d654fa8318cdc579fc3cc29bc2c54 Parents: 30bd7b6 Author: randgalt <randg...@apache.org> Authored: Sat Aug 22 20

[02/45] curator git commit: CURATOR-239 - Interrupting current thread after catching InterruptedException

2015-09-01 Thread randgalt
CURATOR-239 - Interrupting current thread after catching InterruptedException Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/3e3a8103 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/3e3a8103 Diff:

[10/45] curator git commit: Fixed testRetry() for new LOST behavior

2015-09-01 Thread randgalt
/ec2f9bd5 Branch: refs/heads/CURATOR-248 Commit: ec2f9bd555d01b324bd5ef690b1036d98e1f3702 Parents: 847cc0d Author: randgalt <randg...@apache.org> Authored: Sat Aug 22 11:06:33 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Sat Aug 22 11:06:3

[04/45] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247

2015-09-01 Thread randgalt
/diff/2343daf2 Branch: refs/heads/CURATOR-248 Commit: 2343daf29388566b0efa0b0a2ad21574fb534a27 Parents: 344634a 2fc9e37 Author: randgalt <randg...@apache.org> Authored: Fri Aug 21 15:11:59 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Fri Aug 21 15:11:5

[40/45] curator git commit: Merge branch 'CURATOR-214' into CURATOR-3.0

2015-09-01 Thread randgalt
Merge branch 'CURATOR-214' into CURATOR-3.0 Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/667c97e7 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/667c97e7 Diff:

[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 un

2015-09-01 Thread randgalt
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 Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

[13/45] curator git commit: Merge remote-tracking branch 'origin/CURATOR-3.0' into CURATOR-214

2015-09-01 Thread randgalt
Merge remote-tracking branch 'origin/CURATOR-3.0' into CURATOR-214 Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/ba4b5d8c Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/ba4b5d8c Diff:

[32/45] curator git commit: minor typo

2015-09-01 Thread randgalt
/CURATOR-248 Commit: bc57786c9c55f06f8918e0e2255277bfb2fbbecb Parents: b8240a1 Author: randgalt <randg...@apache.org> Authored: Mon Aug 24 11:11:16 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 24 11:11:1

[26/45] curator git commit: code for useSessionTimeoutMs was wrong

2015-09-01 Thread randgalt
/dd788163 Branch: refs/heads/CURATOR-248 Commit: dd788163a278e2c10f71d2f0fd8b68137806f9f0 Parents: 966b8df Author: randgalt <randg...@apache.org> Authored: Sun Aug 23 20:33:55 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Sun Aug 23 20:33:5

[03/45] curator git commit: First pass at new (optional) definition of state LOST

2015-09-01 Thread randgalt
/asf/curator/diff/344634ac Branch: refs/heads/CURATOR-248 Commit: 344634ac6e34e61bc0cc7b41923a1df4089c7948 Parents: 7d97259 Author: randgalt <randg...@apache.org> Authored: Fri Aug 21 12:10:24 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Fri Aug 21 12:10:2

[45/45] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-248

2015-09-01 Thread randgalt
: c117b0853b5779829ff732514aedd7d60b696ccc Parents: d412f23 d57aaeb Author: randgalt <randg...@apache.org> Authored: Tue Sep 1 06:27:31 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Tue Sep 1 06:27:31 2015 -0700 -- .../org/ap

[07/45] curator git commit: more tests

2015-09-01 Thread randgalt
/CURATOR-248 Commit: d3170099757c7e17ff8fbee0c37d620aacb60d65 Parents: c5a4921 Author: randgalt <randg...@apache.org> Authored: Fri Aug 21 17:49:55 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Fri Aug 21 17:49:5

[22/45] curator git commit: more work on repairing tests for new connection handling

2015-09-01 Thread randgalt
/asf/curator/diff/1a2a94b6 Branch: refs/heads/CURATOR-248 Commit: 1a2a94b625e7e1b5e535414e397e9b3a4173ca1b Parents: e001e00 Author: randgalt <randg...@apache.org> Authored: Sun Aug 23 10:54:29 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Sun Aug 23 10:54:2

[41/45] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247

2015-09-01 Thread randgalt
/diff/72f72237 Branch: refs/heads/CURATOR-248 Commit: 72f722372aedc221f6dd633113b5f9c30e8bd8e2 Parents: bc57786 d01eabe Author: randgalt <randg...@apache.org> Authored: Mon Aug 31 19:44:24 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 31 19:44:2

[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 goo

2015-09-01 Thread randgalt
: 62f3c33cdb556eccf6fe1cc87ee74b3458431777 Parents: 2343daf Author: randgalt <randg...@apache.org> Authored: Fri Aug 21 17:35:44 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Fri Aug 21 17:35:44 2015 -0500 -- .../org/ap

[15/45] curator git commit: further refactoring. Abstracted old framework-level connection handling into ClassicInternalConnectionHandler. Probably more to do here

2015-09-01 Thread randgalt
-us.apache.org/repos/asf/curator/tree/30bd7b65 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/30bd7b65 Branch: refs/heads/CURATOR-248 Commit: 30bd7b655d201762d8ff74062964621879ac7134 Parents: e239137 Author: randgalt <randg...@apache.org> Authored: Sat Aug 22 19:29:36 2015 -0500 Com

[01/45] curator git commit: CURATOR-239 - Adding RetryForever retry policy

2015-09-01 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-248 d412f2320 -> c117b0853 CURATOR-239 - Adding RetryForever retry policy Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6e8c1084 Tree:

[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

2015-09-01 Thread randgalt
-us.apache.org/repos/asf/curator/tree/05d241da Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/05d241da Branch: refs/heads/CURATOR-248 Commit: 05d241da642c6ba0d16b3ce97557128fad4dfe41 Parents: 2355447 Author: randgalt <randg...@apache.org> Authored: Sat Aug 22 20:32:41 2015 -0500 Committer: ra

[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

2015-09-01 Thread randgalt
://git-wip-us.apache.org/repos/asf/curator/tree/966b8dfc Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/966b8dfc Branch: refs/heads/CURATOR-248 Commit: 966b8dfc8897f766f70a2334c90fa0913e06f996 Parents: 9c7cf5d Author: randgalt <randg...@apache.org> Authored: Sun Aug 23 20:31:21 2015

[36/45] curator git commit: Include a note about 2 versions of Curator

2015-09-01 Thread randgalt
/diff/fed0bee8 Branch: refs/heads/CURATOR-248 Commit: fed0bee8450993bfae05d8ce9f350c1f9675de62 Parents: c9cb199 Author: randgalt <randg...@apache.org> Authored: Sun Aug 30 14:07:27 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Sun Aug 30 14:07:2

[37/45] curator git commit: Merge branch 'CURATOR-239' of github.com:leandronunes85/curator into CURATOR-239

2015-09-01 Thread randgalt
-wip-us.apache.org/repos/asf/curator/diff/35b20630 Branch: refs/heads/CURATOR-248 Commit: 35b206307447d9dcc8465c941f644ee9697e4723 Parents: 8fae785 3e3a810 Author: randgalt <randg...@apache.org> Authored: Mon Aug 31 07:17:23 2015 -0700 Committer: randgalt <randg...@apache.org> Committed

[28/45] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-247

2015-09-01 Thread randgalt
-us.apache.org/repos/asf/curator/tree/1bbf301a Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/1bbf301a Branch: refs/heads/CURATOR-248 Commit: 1bbf301ab75debf8866c78f13a32e65049a20772 Parents: 81bab45 f9af0ce Author: randgalt <randg...@apache.org> Authored: Mon Aug 24 08:02:08 2015 -0500 Com

[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 bu

2015-09-01 Thread randgalt
Author: randgalt <randg...@apache.org> Authored: Sat Aug 22 19:06:55 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Sat Aug 22 19:06:55 2015 -0500 -- .../org/apache/curator/ConnectionState.j

[39/45] curator git commit: Merge branch 'master' into CURATOR-3.0

2015-09-01 Thread randgalt
/d01eabe5 Branch: refs/heads/CURATOR-248 Commit: d01eabe5b3ff7624fa2bd423179316931d94c1e5 Parents: fed0bee 3801167 Author: randgalt <randg...@apache.org> Authored: Mon Aug 31 07:19:53 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 31 07:19:5

[19/45] curator git commit: CURATOR-214 - Missed file.

2015-09-01 Thread randgalt
CURATOR-214 - Missed file. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6c5a154c Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6c5a154c Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/6c5a154c

[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.

2015-09-01 Thread randgalt
CURATOR-214 - Implemented new ZK API to allow Stat objects to be returned as part of the creation of a new ZNode. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/af369dec Tree:

[38/45] curator git commit: return false if interrupted

2015-09-01 Thread randgalt
Branch: refs/heads/CURATOR-248 Commit: 38011678c4faebb1cd9388e56f0d13d29862c609 Parents: 35b2063 Author: randgalt <randg...@apache.org> Authored: Mon Aug 31 07:19:21 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 31 07:19:2

[42/45] curator git commit: Use the negotiated session timeout in checkTimeouts()

2015-09-01 Thread randgalt
/asf/curator/diff/667b1d2c Branch: refs/heads/CURATOR-248 Commit: 667b1d2c7bd4b267585ae973dfff0f8b49f6b6ba Parents: 72f7223 Author: randgalt <randg...@apache.org> Authored: Mon Aug 31 19:48:12 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Mon Aug 31 19:48:1

[3/3] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-253

2015-09-06 Thread randgalt
/diff/9fc755a9 Branch: refs/heads/CURATOR-3.0 Commit: 9fc755a9e3e91c590f92a149e5894614975d3837 Parents: 145da21 d57aaeb Author: randgalt <randg...@apache.org> Authored: Sun Sep 6 12:51:01 2015 -0700 Committer: randgalt <randg...@apache.org> Committed: Sun Sep 6 12:51:0

curator git commit: removed import

2015-08-24 Thread randgalt
/d412f232 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/d412f232 Branch: refs/heads/CURATOR-248 Commit: d412f2320d571d23c8960214482e84a7911bec16 Parents: 5429a21 Author: randgalt randg...@apache.org Authored: Mon Aug 24 22:03:13 2015 -0500 Committer: randgalt randg...@apache.org Committed

curator git commit: Ignore any shutdown errors

2015-09-08 Thread randgalt
asf/curator/tree/a69f3a43 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/a69f3a43 Branch: refs/heads/CURATOR-3.0 Commit: a69f3a435755b1dfdd1e706cb028d3169a7c9632 Parents: b161867 Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 12:37:20 2015 -0500 Committer: randga

[1/2] curator git commit: Ignore any shutdown errors

2015-09-08 Thread randgalt
asf/curator/tree/c4f3a505 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/c4f3a505 Branch: refs/heads/CURATOR-3.0 Commit: c4f3a505b70f02bf209613307b3bdefaff7bf4fe Parents: b161867 Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 12:41:46 2015 -0500 Committer: randga

curator git commit: ChaosMonkeyCnxnFactory didn't know about create2 opcode

2015-09-08 Thread randgalt
wip-us.apache.org/repos/asf/curator/tree/b969e33a Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/b969e33a Branch: refs/heads/CURATOR-3.0 Commit: b969e33af4cb9c6d7542a7162263deffd051a7d9 Parents: 2d48783 Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 12:49:26 2015 -0500

curator git commit: licenses

2015-09-08 Thread randgalt
759 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/95278759 Branch: refs/heads/CURATOR-3.0 Commit: 95278759ba54f4db3de4fbabe7346187e5c3428a Parents: b969e33 Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 12:53:37 2015 -0500 Committer: randgalt <randg...@apache.org>

[3/3] curator git commit: Killed sessions now go directly to LOST (as they should)

2015-09-08 Thread randgalt
/asf/curator/diff/b161867c Branch: refs/heads/CURATOR-3.0 Commit: b161867c1db03c279be0c0ce1eb091bb3372811d Parents: d5b0d0d Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 11:47:19 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Tue Sep 8 11:47:1

curator git commit: Use forSessionSleep after session killed

2015-09-08 Thread randgalt
org/repos/asf/curator/tree/48824ebe Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/48824ebe Branch: refs/heads/CURATOR-3.0 Commit: 48824ebe0df4f384fdb1542d0d9768798c33c058 Parents: 9527875 Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 13:00:09 2015 -0500 Committer:

curator git commit: sleep a bit so that session can actually expire

2015-09-08 Thread randgalt
wip-us.apache.org/repos/asf/curator/tree/30d449ea Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/30d449ea Branch: refs/heads/CURATOR-3.0 Commit: 30d449ea5b369805621ee78a36d0a8724473f366 Parents: 48824eb Author: randgalt <randg...@apache.org> Authored: Tue Sep 8 13:09:01 2015 -0500

curator git commit: use Timing

2015-09-09 Thread randgalt
ree/520fc2c9 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/520fc2c9 Branch: refs/heads/CURATOR-3.0 Commit: 520fc2c9976767910317ebf5037386d43ca93005 Parents: 793ed89 Author: randgalt <randg...@apache.org> Authored: Wed Sep 9 01:35:38 2015 -0500 Committer: randgalt <randg...@apache.or

curator git commit: moved to ZK 3.5.1.

2015-09-10 Thread randgalt
ree/fad27086 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/fad27086 Branch: refs/heads/CURATOR-261 Commit: fad270861feb4dbda36fdea76b4db9ec29e92001 Parents: 911f02b Author: randgalt <randg...@apache.org> Authored: Thu Sep 10 09:22:11 2015 -0500 Committer: randgalt <randg..

curator git commit: allow session time to elapse

2015-09-10 Thread randgalt
asf/curator/tree/763aa39a Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/763aa39a Branch: refs/heads/CURATOR-261 Commit: 763aa39a1467a6963447f7a6b0ab5ff956b1d703 Parents: a9271ff Author: randgalt <randg...@apache.org> Authored: Thu Sep 10 23:43:14 2015 -0500 Committer: randga

[1/2] curator git commit: wip

2015-09-10 Thread randgalt
iff: http://git-wip-us.apache.org/repos/asf/curator/diff/0603e958 Branch: refs/heads/CURATOR-261 Commit: 0603e95834d8596d2397620cd29235d5a62da700 Parents: fad2708 Author: randgalt <randg...@apache.org> Authored: Thu Sep 10 20:43:37 2015 -0500 Committer: randgalt <randg...@apache.org> Com

curator git commit: test assumed first latch would be leader. Fixed it so that this is so

2015-09-10 Thread randgalt
ree: http://git-wip-us.apache.org/repos/asf/curator/tree/a9271ff6 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/a9271ff6 Branch: refs/heads/CURATOR-261 Commit: a9271ff6033557efeda01e4c543d0f840519e64d Parents: f8f13c2 Author: randgalt <randg...@apache.org> Authored: Thu Sep 10 22:3

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

2015-09-14 Thread randgalt
mit: 64bb8841a39e1d82de091d23d1865ba47236e5ad Parents: 24de710 Author: randgalt <randg...@apache.org> Authored: Mon Sep 14 21:04:36 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Mon Sep 14 21:0

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

2015-09-09 Thread randgalt
: 911f02b15e9585e893bdd2c9bdd860fbf85bba4c Parents: 73b05aa Author: randgalt <randg...@apache.org> Authored: Wed Sep 9 20:13:56 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Wed Sep 9 20:13:56 2015 -0500 -- .../re

curator git commit: The tests assume sequential server IDs starting at 1. Ensure this.

2015-09-11 Thread randgalt
ree: http://git-wip-us.apache.org/repos/asf/curator/tree/f6734ca1 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/f6734ca1 Branch: refs/heads/CURATOR-261 Commit: f6734ca182bf2269fee6a639107872996ab3ab5c Parents: 763aa39 Author: randgalt <randg...@apache.org> Authored: Fri Sep 11 12:0

curator git commit: enforce single thread

2015-09-25 Thread randgalt
tor/tree/2ff89856 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/2ff89856 Branch: refs/heads/CURATOR-265 Commit: 2ff89856d6ee2d373cf91bc1a3bd388890604373 Parents: a8ec17e Author: randgalt <randg...@apache.org> Authored: Fri Sep 25 23:59:47 2015 -0500 Committer: randgalt <randg..

[1/2] curator git commit: fixed compile error

2015-09-27 Thread randgalt
tor/tree/2827ba81 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/2827ba81 Branch: refs/heads/CURATOR-266 Commit: 2827ba81b5c66ec4f864cc2e3582776e955158ac Parents: 6e56e8a Author: randgalt <randg...@apache.org> Authored: Sat Sep 26 18:07:10 2015 -0500 Committer: randgalt <randg..

curator git commit: Support getting at the cached config from the ensemble tracker

2015-10-02 Thread randgalt
ttp://git-wip-us.apache.org/repos/asf/curator/tree/b89091e9 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/b89091e9 Branch: refs/heads/CURATOR-266 Commit: b89091e9363e760aa34028bcfb57baf6ca921957 Parents: cb34e6f Author: randgalt <randg...@apache.org> Authored: Fri Oct 2 09:37:13 2

curator git commit: Support delete().quietly() and create().orSetData()

2015-10-02 Thread randgalt
-us.apache.org/repos/asf/curator/tree/add56dc9 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/add56dc9 Branch: refs/heads/CURATOR-268 Commit: add56dc92e4564ce5d146a8f3c0a8ae51c6dc46f Parents: afa8f7a Author: randgalt <randg...@apache.org> Authored: Fri Oct 2 17:22:48 2015 -0500 Com

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 en

2015-09-26 Thread randgalt
: refs/heads/CURATOR-266 Commit: 26364c6186fc7c09a9462557b1ca791e9aa70006 Parents: a7076bc Author: randgalt <randg...@apache.org> Authored: Sat Sep 26 13:13:02 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Sat Sep 26 13:13:0

curator git commit: better test - shouldn't fail if slow

2015-09-26 Thread randgalt
org/repos/asf/curator/tree/a7076bc8 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/a7076bc8 Branch: refs/heads/CURATOR-265 Commit: a7076bc8dd806bb824e33dcd2f8b5e53626b5691 Parents: c108466 Author: randgalt <randg...@apache.org> Authored: Sat Sep 26 10:03:20 2015 -0500 Committer: randga

curator git commit: First pass implementation of group membership

2015-09-27 Thread randgalt
-us.apache.org/repos/asf/curator/tree/3029856c Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/3029856c Branch: refs/heads/CURATOR-267 Commit: 3029856c894a72ed2c5762e0c6acd2c0a8cd3937 Parents: f8f05be Author: randgalt <randg...@apache.org> Authored: Sun Sep 27 16:59:48 2015 -0500 Committer: ra

curator git commit: updated doc

2015-09-27 Thread randgalt
ree/275b1d5e Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/275b1d5e Branch: refs/heads/CURATOR-267 Commit: 275b1d5e9f13c8d4dd76961a2fc6f2c86536cf9b Parents: a49d2bb Author: randgalt <randg...@apache.org> Authored: Sun Sep 27 17:22:15 2015 -0500 Committer: randgalt <randg...@apache.or

curator git commit: api for setting data

2015-09-27 Thread randgalt
tor/tree/a49d2bb4 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/a49d2bb4 Branch: refs/heads/CURATOR-267 Commit: a49d2bb4f83a9627ad546a149a8f77831d174ef1 Parents: 3029856 Author: randgalt <randg...@apache.org> Authored: Sun Sep 27 17:06:46 2015 -0500 Committer: randgalt <randg..

[2/2] curator git commit: continued work on tests, etc.

2015-09-27 Thread randgalt
Branch: refs/heads/CURATOR-266 Commit: cb34e6f6a41b08c9d4e6179d9f893b0e48e7860c Parents: 2827ba8 Author: randgalt <randg...@apache.org> Authored: Sun Sep 27 13:31:32 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Sun Sep 27 13:31:3

curator git commit: ExhibitorEnsembleProvider is not compatible with updateServerList()

2015-09-26 Thread randgalt
ree: http://git-wip-us.apache.org/repos/asf/curator/tree/6e56e8ae Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/6e56e8ae Branch: refs/heads/CURATOR-266 Commit: 6e56e8ae9f04ffdd76505858dbbe5b1ff04dbd49 Parents: 56d9ba6 Author: randgalt <randg...@apache.org> Authored: Sat Sep 26 18:0

curator git commit: License header

2015-09-26 Thread randgalt
ree/c1084663 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/c1084663 Branch: refs/heads/CURATOR-265 Commit: c1084663aa8991a06cc7390180d07cbaf6c330e1 Parents: 2ff8985 Author: randgalt <randg...@apache.org> Authored: Sat Sep 26 09:15:54 2015 -0500 Committer: randgalt <randg..

[2/2] curator git commit: Use javaassist to make fields we're accessing volatile

2015-09-09 Thread randgalt
/asf/curator/diff/73b05aac Branch: refs/heads/CURATOR-3.0 Commit: 73b05aac94099dd1c1e5684d50a51078ae844e0e Parents: d110cbb Author: randgalt <randg...@apache.org> Authored: Wed Sep 9 13:35:18 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Wed Sep 9 13:35:1

curator git commit: for some reason, one of the constructors got messed up

2015-10-05 Thread randgalt
wip-us.apache.org/repos/asf/curator/tree/537156db Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/537156db Branch: refs/heads/CURATOR-268 Commit: 537156db46becd67542a653d6ab055168ed507d0 Parents: add56dc Author: randgalt <randg...@apache.org> Authored: Mon Oct 5 20:27:46 2015 -0500

[2/2] curator git commit: Merge branch 'master' into CURATOR-3.0

2015-09-23 Thread randgalt
/ea36769a Branch: refs/heads/CURATOR-3.0 Commit: ea36769afa77b510e2206d34faed17e6f4a57bd3 Parents: 64bb884 f8f05be Author: randgalt <randg...@apache.org> Authored: Wed Sep 23 08:21:35 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Wed Sep 23 08:21:3

[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

2015-09-23 Thread randgalt
mit: f8f05be2e097c4c9be65e5110a376d461fd9cd9a Parents: c8cc3f4 Author: randgalt <randg...@apache.org> Authored: Tue Sep 22 14:59:41 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Tue Sep 22 14:59:41 2015 -0500 -- .../framework/imps/CreateB

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

2015-09-22 Thread randgalt
: f8f05be2e097c4c9be65e5110a376d461fd9cd9a Parents: c8cc3f4 Author: randgalt <randg...@apache.org> Authored: Tue Sep 22 14:59:41 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Tue Sep 22 14:59:41 2015 -0500 -- .../framework/imps/CreateBuil

[7/8] curator git commit: The tests assume sequential server IDs starting at 1. Ensure this.

2015-09-25 Thread randgalt
-us.apache.org/repos/asf/curator/diff/f6734ca1 Branch: refs/heads/CURATOR-3.0 Commit: f6734ca182bf2269fee6a639107872996ab3ab5c Parents: 763aa39 Author: randgalt <randg...@apache.org> Authored: Fri Sep 11 12:06:18 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Fri Sep 11 12:06:1

[6/8] curator git commit: allow session time to elapse

2015-09-25 Thread randgalt
Branch: refs/heads/CURATOR-3.0 Commit: 763aa39a1467a6963447f7a6b0ab5ff956b1d703 Parents: a9271ff Author: randgalt <randg...@apache.org> Authored: Thu Sep 10 23:43:14 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Thu Sep 10 23:43:1

[3/8] curator git commit: wip

2015-09-25 Thread randgalt
/CURATOR-3.0 Commit: 0603e95834d8596d2397620cd29235d5a62da700 Parents: fad2708 Author: randgalt <randg...@apache.org> Authored: Thu Sep 10 20:43:37 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Thu Sep 10 20:43:3

[2/8] curator git commit: moved to ZK 3.5.1.

2015-09-25 Thread randgalt
: refs/heads/CURATOR-3.0 Commit: fad270861feb4dbda36fdea76b4db9ec29e92001 Parents: 911f02b Author: randgalt <randg...@apache.org> Authored: Thu Sep 10 09:22:11 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Thu Sep 10 09:22:1

[4/8] curator git commit: oops - forgot to try again on bind exception

2015-09-25 Thread randgalt
/diff/f8f13c25 Branch: refs/heads/CURATOR-3.0 Commit: f8f13c25d65e96efa6a0718515e8e035d72de7e9 Parents: 0603e95 Author: randgalt <randg...@apache.org> Authored: Thu Sep 10 21:20:14 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Thu Sep 10 21:20:1

[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

2015-09-25 Thread randgalt
mit: 911f02b15e9585e893bdd2c9bdd860fbf85bba4c Parents: 73b05aa Author: randgalt <randg...@apache.org> Authored: Wed Sep 9 20:13:56 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Wed Sep 9 20:13:56 2015 -0500 -- ...

[5/8] curator git commit: test assumed first latch would be leader. Fixed it so that this is so

2015-09-25 Thread randgalt
-us.apache.org/repos/asf/curator/diff/a9271ff6 Branch: refs/heads/CURATOR-3.0 Commit: a9271ff6033557efeda01e4c543d0f840519e64d Parents: f8f13c2 Author: randgalt <randg...@apache.org> Authored: Thu Sep 10 22:37:57 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Thu Sep 10 2

[1/4] curator git commit: interim work - updated APIs make sure old tests work

2015-09-25 Thread randgalt
-us.apache.org/repos/asf/curator/tree/2c0fca86 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/2c0fca86 Branch: refs/heads/CURATOR-265 Commit: 2c0fca86ca3c25c9777e1b5c3bb3eea6cb0be8da Parents: ea36769 Author: randgalt <randg...@apache.org> Authored: Fri Sep 25 19:14:53 2015 -0500 Com

[4/4] curator git commit: finalized the changes and removed old classes

2015-09-25 Thread randgalt
/curator/diff/36ddd58a Branch: refs/heads/CURATOR-265 Commit: 36ddd58a31045addfd9d984353956f7a99c09221 Parents: d42ef17 Author: randgalt <randg...@apache.org> Authored: Fri Sep 25 21:49:12 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Fri Sep 25 21:49:1

[2/4] curator git commit: Merge branch 'CURATOR-3.0' into CURATOR-265

2015-09-25 Thread randgalt
: http://git-wip-us.apache.org/repos/asf/curator/tree/4c3c8377 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/4c3c8377 Branch: refs/heads/CURATOR-265 Commit: 4c3c8377935f8ae2c0f24c4a1010cf4bdef4e297 Parents: 2c0fca8 afa8f7a Author: randgalt <randg...@apache.org> Authored: Fri Sep 25 19

curator git commit: Fixed newMembers test

2015-09-25 Thread randgalt
tor/tree/a8ec17ec Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/a8ec17ec Branch: refs/heads/CURATOR-265 Commit: a8ec17ece060484e0e6ce723568ed9505f6b82ef Parents: e09388a Author: randgalt <randg...@apache.org> Authored: Fri Sep 25 22:05:43 2015 -0500 Committer: randgalt <randg..

[2/2] curator git commit: New injectSessionExpiration() operates much faster than previously. It exposes an assumption in the tests. Added a debug hook to work around

2015-08-28 Thread randgalt
-us.apache.org/repos/asf/curator/tree/145da217 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/145da217 Branch: refs/heads/CURATOR-253 Commit: 145da217ff35df0178823da784f4dd1618851c5e Parents: d1b4cbf Author: randgalt randg...@apache.org Authored: Fri Aug 28 13:39:54 2015 -0500 Committer

[1/2] curator git commit: Switch to new injectSessionExpiration()

2015-08-28 Thread randgalt
/repos/asf/curator/tree/d1b4cbf0 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/d1b4cbf0 Branch: refs/heads/CURATOR-253 Commit: d1b4cbf070046ace5c047cc46d99c0ae71f749a5 Parents: 0f5668b Author: randgalt randg...@apache.org Authored: Fri Aug 28 13:39:22 2015 -0500 Committer: randgalt randg

[1/3] curator git commit: CURATOR-270 createContainers does not work correctly with usingNamespace

2015-10-06 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-3.0 537156db4 -> df949e7a2 CURATOR-270 createContainers does not work correctly with usingNamespace Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/1556a2fc

[3/3] curator git commit: Merge branch 'master' into CURATOR-3.0

2015-10-06 Thread randgalt
/df949e7a Branch: refs/heads/CURATOR-3.0 Commit: df949e7a27e370d0e7f8013a7c7b0469382d1a2f Parents: 537156d f4f2208 Author: randgalt <randg...@apache.org> Authored: Tue Oct 6 08:23:41 2015 -0500 Committer: randgalt <randg...@apache.org> Committed: Tue Oct 6 08:23:4

[2/2] curator git commit: Merge branch 'CURATOR-3.0' of https://git-wip-us.apache.org/repos/asf/curator into CURATOR-3.0

2016-01-06 Thread randgalt
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5c34cb10 Branch: refs/heads/CURATOR-3.0 Commit: 5c34cb10bd3e18bfde8b6f71d490bc4325f9d726 Parents: 0ae2950 2d0d2b1 Author: randgalt <randg...@apache.org> Authored: Wed Jan 6 12:52:50 2016 -0800 Committer: randgalt <randg...@a

<    3   4   5   6   7   8   9   10   11   12   >