incubator-geode git commit: GEODE-77 kicked-out members were not recognizing they were shunned

2015-08-19 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-77 c5c8565c6 - c61fe3466 GEODE-77 kicked-out members were not recognizing they were shunned Members kicked out of the system were not properly processing messages from the coordinator telling them to shut down. This also

[11/12] incubator-geode git commit: GEODE-213: New unit test that confirms bug

2015-08-19 Thread klund
GEODE-213: New unit test that confirms bug Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/581702ac Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/581702ac Diff:

[07/12] incubator-geode git commit: GEODE-214: improve Azul support

2015-08-19 Thread klund
GEODE-214: improve Azul support - isTenured now looks for GenPauseless Old Gen for azul. - Azul jvm version no longer logged as unsupported. - Fatal log message about jvm version not being supported is now a warning since we continue to run. - Fixed a bug in ReflectionSingleObjectSizer in how

[03/12] incubator-geode git commit: GEODE-195: Remove debug logging from CloseCacheAuthorization

2015-08-19 Thread klund
GEODE-195: Remove debug logging from CloseCacheAuthorization Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/68b21240 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/68b21240 Diff:

[06/12] incubator-geode git commit: GEODE-216: Handle any exception that might be thrown

2015-08-19 Thread klund
GEODE-216: Handle any exception that might be thrown The old code was trying to prevent a deadlock under some certain conditions. But if it can not get a PR because of an exception then a deadlock is not possible. So the new code just catches and ignores exceptions and falls through to the code

[10/12] incubator-geode git commit: GEODE-228: fix intermittent failures in NanoTimer tests

2015-08-19 Thread klund
GEODE-228: fix intermittent failures in NanoTimer tests - NanoTimer2JUnitTest has been removed since it was an old test that has been replaced by NanoTimerJUnitTest. - NanoTimer can now be constructed with a TimeService. This allows unit tests to insert a different clock. - NanoTimerJUnitTest

[02/12] incubator-geode git commit: GEODE-196: Remove unneeded system out in RuntimeIterator

2015-08-19 Thread klund
GEODE-196: Remove unneeded system out in RuntimeIterator Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/751f2e9b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/751f2e9b Diff:

[08/12] incubator-geode git commit: GEODE-220: Use wait after off-heap destroyRegion

2015-08-19 Thread klund
GEODE-220: Use wait after off-heap destroyRegion Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/96e889ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/96e889ee Diff:

[09/12] incubator-geode git commit: GEODE-223: Handle region create/destroy remote event in Redis adpater

2015-08-19 Thread klund
GEODE-223: Handle region create/destroy remote event in Redis adpater Ignore events where region creation initiated remotely attempts to create a local region reference when the region has already been destroyed. Also, the destruction of a region may be caught the query engine, so I have

[05/12] incubator-geode git commit: GEODE-209: Change subTearDown to destroy process

2015-08-19 Thread klund
GEODE-209: Change subTearDown to destroy process Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/abb11d3a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/abb11d3a Diff:

[01/12] incubator-geode git commit: Fix JMX Http manager incorrectly treating 'start gateway-sender' endpoint as 'start gateway-receiver'

2015-08-19 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/develop 9efe74e4c - bbc2a5fa5 Fix JMX Http manager incorrectly treating 'start gateway-sender' endpoint as 'start gateway-receiver' Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-229: Fixed javadoc for DiskStoreFactory.setCompactionThreshold

2015-08-19 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/develop bbc2a5fa5 - 936065f41 GEODE-229: Fixed javadoc for DiskStoreFactory.setCompactionThreshold The javadocs and the behavior of the code were backwards. The code compacts when the live data gets below the threshold. I changed the

incubator-geode git commit: GEODE-77: improve restart locator error handling on corrupted state file

2015-08-19 Thread qihong
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-77 c61fe3466 - 7fd67b883 GEODE-77: improve restart locator error handling on corrupted state file Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-228: fix intermittent failures in NanoTimer tests

2015-08-19 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop ff9b2f05f - 9efe74e4c GEODE-228: fix intermittent failures in NanoTimer tests - NanoTimer2JUnitTest has been removed since it was an old test that has been replaced by NanoTimerJUnitTest. - NanoTimer can now be constructed with