[1/3] incubator-geode git commit: starting unit test; still does not work

2016-05-18 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1246 [created] 087115556 starting unit test; still does not work Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/edabd633 Tree: htt

[3/3] incubator-geode git commit: change async event pool to use all its threads

2016-05-18 Thread dschneider
change async event pool to use all its threads The system property gemfire.Cache.EVENT_THREAD_LIMIT can be used to configure the number of threads used the async cache listener invocation. It defaults to 16. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-

[2/3] incubator-geode git commit: mock of DistributedSystem for real GemFireCacheImpl now passes

2016-05-18 Thread dschneider
mock of DistributedSystem for real GemFireCacheImpl now passes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f03a4c81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f03a4c81 Diff: http:

incubator-geode git commit: GEODE-1292: change defragment to not create fragments > 2G

2016-05-18 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop 3a37159d9 -> d14af16ae GEODE-1292: change defragment to not create fragments > 2G Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d14af16

incubator-geode git commit: added my gnupg key

2016-05-18 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop ef8b8b64f -> 3a37159d9 added my gnupg key Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3a37159d Tree: http://git-wip-us.apache.org/rep

[incubator-geode] Git Push Summary

2016-05-18 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1292 [deleted] ebd98303c

[1/2] incubator-geode git commit: GEODE-1378: Don't launch dunit VMs in checkMissedTests

2016-05-18 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/develop b3d9061ea -> ef8b8b64f GEODE-1378: Don't launch dunit VMs in checkMissedTests Setting a system property to disable launching dunit VMs during checkMissedTests. DistributedLockServiceDUnitTest failed with this property set becaus

[2/2] incubator-geode git commit: GEODE-357: Remove third server from testInitiateFailoverByCacheOperationThreads_Secondary

2016-05-18 Thread upthewaterspout
GEODE-357: Remove third server from testInitiateFailoverByCacheOperationThreads_Secondary This test was intermittently connecting to either 2 servers or 3. If the test never connected to the third server, it would fail waiting for the live server count to be 2. Also cleaned up some code to use A

[09/19] incubator-geode git commit: GEODE-493 CI failure: PartitionedRegionSingleHopDUnitTest.test_MetadataContents GEODE-699 PartitionedRegionSingleHopDUnitTest.test_MetadataServiceCallAccuracy

2016-05-18 Thread klund
GEODE-493 CI failure: PartitionedRegionSingleHopDUnitTest.test_MetadataContents GEODE-699 PartitionedRegionSingleHopDUnitTest.test_MetadataServiceCallAccuracy Add a counter fetchTaskCount in ClientMetadataService to count the number fetch task threads. Make sure the counter is increased before a f

[02/19] incubator-geode git commit: Fixing compile errors in eclipse

2016-05-18 Thread klund
Fixing compile errors in eclipse We were seeing compile errors in eclipse due to: 1) Missing gradle output dirs in the extensions module. I removed those dirs from the eclipse classpath 2) Access restrictions on things like Unsafe. This was caused by a change in gradle 2.12 to add the java 1.8 ex

[08/19] incubator-geode git commit: GEODE-1393 locator returns incorrect server information when starting up

2016-05-18 Thread klund
GEODE-1393 locator returns incorrect server information when starting up When a locator auto-reconnects its ServerLocator needs to initialize its ControllerAdvisor so that it has server information to give to clients. The ServerLocator was creating a new ControllerAdvisor but didn't ask it to perf

[19/19] incubator-geode git commit: GEODE-11: Split out lucene tests of persistence and off heap

2016-05-18 Thread klund
GEODE-11: Split out lucene tests of persistence and off heap Persistence and offheap require some special before and after code to create and clean up the resources. Splitting these to separate integration tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http:/

[18/19] incubator-geode git commit: GEODE-1405: Fixing shouldRecoverPersistentIndexWhenDataStillInQueue

2016-05-18 Thread klund
GEODE-1405: Fixing shouldRecoverPersistentIndexWhenDataStillInQueue The changes in 3e8a610e99bc005bcc56c378e3d1e2274a3d468c broke this test. It just needs to wait for the flush *after* the data region is created. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http:/

[05/19] incubator-geode git commit: GEODE-1390: Disabling broken test

2016-05-18 Thread klund
GEODE-1390: Disabling broken test Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6a9b0aec Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6a9b0aec Diff: http://git-wip-us.apache.org/repos

[13/19] incubator-geode git commit: GEODE-1351: add waitUntilFlush() into luceneIndexImpl

2016-05-18 Thread klund
GEODE-1351: add waitUntilFlush() into luceneIndexImpl This function is very useful in test and demo. It will wait for the AEQ size to be 0 Also added junit test and integration tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos

[14/19] incubator-geode git commit: GEODE-1222: remove InsufficientDiskSpaceException

2016-05-18 Thread klund
GEODE-1222: remove InsufficientDiskSpaceException Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c54227c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c54227c1 Diff: http://git-wip-us.

[01/19] incubator-geode git commit: GEODE-17: pulse not started with gemfire security enabled

2016-05-18 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1392 67d5e8de6 -> 22907b952 GEODE-17: pulse not started with gemfire security enabled Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/comm

[15/19] incubator-geode git commit: GEODE-1256 Alter rat.gradle to exclude copies of website sources

2016-05-18 Thread klund
GEODE-1256 Alter rat.gradle to exclude copies of website sources Added `geode-site/content/**` to the rat.gradle excludes list such that there are no longer 10 Unknown Licenses. This closes #144 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.

[10/19] incubator-geode git commit: GEODE-1252: modify bits field atomically

2016-05-18 Thread klund
GEODE-1252: modify bits field atomically - AtomicIntegerFieldUpdater now used to modify bits field - added unit test for bit methods - removed unused constructors Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/c

[06/19] incubator-geode git commit: GEODE-17: make sure commands tests are run in useHttp mode.

2016-05-18 Thread klund
GEODE-17: make sure commands tests are run in useHttp mode. * added the CommandOverHttpDUnitTest in geode-web * added GfshCommandsOverHttpSecurityTest in geode-web * move ConnectCommandWithHttpAndSSLDUnitTest to geode-web * make sure ConnectCommandWithHttpAndSSLDUnitTest is running with the correc

[12/19] incubator-geode git commit: GEODE-17: make geode authorization case-sensitive since our region names are case sensitive

2016-05-18 Thread klund
GEODE-17: make geode authorization case-sensitive since our region names are case sensitive * Specify case sensitive when creating the permission context * Specify case sensitive when resolving the permission from shiro-ini file * rename shiro-init to security-shiro-init since it's security relat

[04/19] incubator-geode git commit: GEODE-430: Fixing races in UpdatePropagationDUnitTest

2016-05-18 Thread klund
GEODE-430: Fixing races in UpdatePropagationDUnitTest This test was failing with a couple of different race conditions 1) It was not waiting for updates to make it to the second client, causing assertion failures. I added a wait. 2) It was occasionally using a connection that was previously made

[17/19] incubator-geode git commit: GEODE-1402: use preTearDownAssertions to call checkOrphans

2016-05-18 Thread klund
GEODE-1402: use preTearDownAssertions to call checkOrphans Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bb641494 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/bb641494 Diff: http://gi

[03/19] incubator-geode git commit: GEODE-11: Adding tests of fixed partitions and persistent lucene indexes

2016-05-18 Thread klund
GEODE-11: Adding tests of fixed partitions and persistent lucene indexes In addition to the tests, I fixed some code to properly propagate the disk synchronous flag to the index. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/i

[16/19] incubator-geode git commit: GEODE-1401: handle NOT_AVAILABLE in callers of getRawOldValue

2016-05-18 Thread klund
GEODE-1401: handle NOT_AVAILABLE in callers of getRawOldValue Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/147c1f01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/147c1f01 Diff: http:/

[11/19] incubator-geode git commit: GEODE-1351: let the waitForFlush() to return false if timeout

2016-05-18 Thread klund
GEODE-1351: let the waitForFlush() to return false if timeout also apply it on some unit tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/758643ce Tree: http://git-wip-us.apache.org/repos/asf/incubat

[07/19] incubator-geode git commit: GEODE-17: wording change

2016-05-18 Thread klund
GEODE-17: wording change Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/79b97aac Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/79b97aac Diff: http://git-wip-us.apache.org/repos/asf/incu

incubator-geode git commit: GEODE-1391 Update javadocs for JSONFormatter

2016-05-18 Thread hiteshkhamesra
Repository: incubator-geode Updated Branches: refs/heads/develop b1ff33dd6 -> b3d9061ea GEODE-1391 Update javadocs for JSONFormatter Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b3d9061e Tree: http:/

incubator-geode git commit: GEODE-1133 SeparateClassloaderTestRunner has to be re-implemented

2016-05-18 Thread jchen21
Repository: incubator-geode Updated Branches: refs/heads/develop 00c794b4c -> b1ff33dd6 GEODE-1133 SeparateClassloaderTestRunner has to be re-implemented Remove SeparateClassloaderTestRunner since it is not used Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: htt

incubator-geode git commit: GEODE-1293: Revert some changes which broke publishing

2016-05-18 Thread jensdeppe
Repository: incubator-geode Updated Branches: refs/heads/develop fcd5491a7 -> 00c794b4c GEODE-1293: Revert some changes which broke publishing - Reinstate 'classifier' for the internal modules jar. This is still broken as the published jars are not correctly named. Will need to fix this in

incubator-geode git commit: GEODE-17: format changes after a review

2016-05-18 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop ec1415f4e -> fcd5491a7 GEODE-17: format changes after a review Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fcd5491a Tree: http://git-