incubator-geode git commit: use preTearDownAssertions to call checkOrphans

2016-05-16 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1402 [created] bd366f513 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/bd366f51 Tr

[02/50] [abbrv] incubator-geode git commit: GEODE-924: added FlakyTest category

2016-05-16 Thread agingade
GEODE-924: added FlakyTest category Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/48739291 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/48739291 Diff: http://git-wip-us.apache.org/rep

[33/50] [abbrv] incubator-geode git commit: GEODE-1146: Amending Testcase to use proper client caches rather than peer servers. Also amending JUnit4CacheTestCase.java to set "locators" and "mcast-port

2016-05-16 Thread agingade
GEODE-1146: Amending Testcase to use proper client caches rather than peer servers. Also amending JUnit4CacheTestCase.java to set "locators" and "mcast-port" to correct settings for clients. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.or

[25/50] [abbrv] incubator-geode git commit: GEODE-1376: Cleaned up server port to be '0'. Cleaned up some legacy code and replaced with cleaner Lambda invocation. Replaced waitOnCriterion with Awaitil

2016-05-16 Thread agingade
GEODE-1376: Cleaned up server port to be '0'. Cleaned up some legacy code and replaced with cleaner Lambda invocation. Replaced waitOnCriterion with Awaitility. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/comm

[32/50] [abbrv] incubator-geode git commit: GEODE-1376: remove hydra.Log from DUnitLauncher

2016-05-16 Thread agingade
GEODE-1376: remove hydra.Log from DUnitLauncher * remove call to Log.createLogWriter to prevent hydra.HydraRuntimeException: Log writer has already been created * remove use of hydra.Log from HADispatcherDUnitTest * cleanup imports Project: http://git-wip-us.apache.org/repos/asf/incubator-geode

[37/50] [abbrv] incubator-geode git commit: GEODE-1350: Add test category

2016-05-16 Thread agingade
GEODE-1350: Add test category Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/eb6c91b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/eb6c91b3 Diff: http://git-wip-us.apache.org/repos/asf

[18/50] [abbrv] incubator-geode git commit: GEODE-1371: delete unused xml file from java src set

2016-05-16 Thread agingade
GEODE-1371: delete unused xml file from java src set Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1e47b917 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1e47b917 Diff: http://git-wip-

[39/50] [abbrv] incubator-geode git commit: GEODE-1390: Move gfsh help tests from closed to open

2016-05-16 Thread agingade
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2e1aa799/geode-core/src/test/resources/com/gemstone/gemfire/management/internal/cli/commands/golden-help-online.properties -- diff --git a/geode-core/src/test/resources/c

[21/50] [abbrv] incubator-geode git commit: GEODE-1153: BucketOperatorWrapper fails to invoke completion callback.

2016-05-16 Thread agingade
GEODE-1153: BucketOperatorWrapper fails to invoke completion callback. * Fixed BucketOperatorWrapper to invoke onFailure if bucket creation fails * Promoted BucketOperatorWrapper & BucketOperatorImpl to be higher level classes to ease unit test callback invocation * Added JUnit tests to tes

[16/50] [abbrv] incubator-geode git commit: GEODE-1356: remove DataAsAddress references

2016-05-16 Thread agingade
GEODE-1356: remove DataAsAddress references Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a574eae0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a574eae0 Diff: http://git-wip-us.apache

[15/50] [abbrv] incubator-geode git commit: GEODE-1379: update javadocs for off-heap and cloning

2016-05-16 Thread agingade
GEODE-1379: update javadocs for off-heap and cloning the javadocs now make clear that off-heap regions always clone Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/af316072 Tree: http://git-wip-us.apache.o

[40/50] [abbrv] incubator-geode git commit: GEODE-1390: Move gfsh help tests from closed to open

2016-05-16 Thread agingade
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2e1aa799/geode-core/src/test/resources/com/gemstone/gemfire/management/internal/cli/commands/golden-help-offline.properties -- diff --git a/geode-core/src/test/resources/

[38/50] [abbrv] incubator-geode git commit: Revert "GEODE-1146: Amending Testcase to use proper client caches rather than peer servers. Also amending JUnit4CacheTestCase.java to set "locators" and "mc

2016-05-16 Thread agingade
Revert "GEODE-1146: Amending Testcase to use proper client caches rather than peer servers. Also amending JUnit4CacheTestCase.java to set "locators" and "mcast-port" to correct settings for clients." This reverts commit 2c2caae9db8d687107d5d15af44a5f0d14465b35, which caused a number of tests to

[24/50] [abbrv] incubator-geode git commit: GEODE-1376: Cleaned up server port to be '0'. Cleaned up some legacy code and replaced with cleaner Lambda invocation. Replaced waitOnCriterion with Awaitil

2016-05-16 Thread agingade
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/48a51d8c/geode-assembly/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java -- diff --git a/geode-assembly/src/test/java/com/ge

[48/50] [abbrv] incubator-geode git commit: Fixing compile errors in eclipse

2016-05-16 Thread agingade
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

[22/50] [abbrv] incubator-geode git commit: GEODE-951: repackage GemFireParameterizedMessage and its factory

2016-05-16 Thread agingade
GEODE-951: repackage GemFireParameterizedMessage and its factory * move to package com.gemstone.gemfire.internal.logging.log4j.message * add javadocs about original source of these classes * add comments pointing out Geode optimizations in these classes Project: http://git-wip-us.apache.org/repo

[05/50] [abbrv] incubator-geode git commit: GEODE-248: remove unused BoundedLinkedHashMap

2016-05-16 Thread agingade
GEODE-248: remove unused BoundedLinkedHashMap Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a8282eb3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a8282eb3 Diff: http://git-wip-us.apac

[19/50] [abbrv] incubator-geode git commit: GEODE-1380: mark testRebalanceWithOfflineChildRegionTwoDiskStores as Flaky

2016-05-16 Thread agingade
GEODE-1380: mark testRebalanceWithOfflineChildRegionTwoDiskStores as Flaky Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8185528c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8185528c

[36/50] [abbrv] incubator-geode git commit: GEODE-1350: Provide local fix for Category and Parameterized test issue

2016-05-16 Thread agingade
GEODE-1350: Provide local fix for Category and Parameterized test issue Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3124c29a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3124c29a Di

[26/50] [abbrv] incubator-geode git commit: GEODE-1375 When using multicast a new member needs to receive the multicast message digest

2016-05-16 Thread agingade
GEODE-1375 When using multicast a new member needs to receive the multicast message digest This reinstates the sending of JoinResponseMessages so that the new member can get the jgroups multicast digest. The JoinResponseMessages are sent after installing the new membership view, so JGroupsMessen

[27/50] [abbrv] incubator-geode git commit: GEODE-1203: include spring-web in gfshDependency.jar

2016-05-16 Thread agingade
GEODE-1203: include spring-web in gfshDependency.jar Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ca89eb4d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ca89eb4d Diff: http://git-wip-

[01/50] [abbrv] incubator-geode git commit: GEODE-1234: add a test hook to track client transactions scheduled to be removed.

2016-05-16 Thread agingade
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1209 8089d5a23 -> 4487f0a7d GEODE-1234: add a test hook to track client transactions scheduled to be removed. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos

[30/50] [abbrv] incubator-geode git commit: GEODE-11: Integration test of lucene index with analyzers

2016-05-16 Thread agingade
GEODE-11: Integration test of lucene index with analyzers Also moved the LuceneIndexCreationIngregrationTest to the public package. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f7401815 Tree: http://git

[10/50] [abbrv] incubator-geode git commit: GEODE-364: Amending Pool configuration to avoid the changing of connections, which could cause the test to fail.

2016-05-16 Thread agingade
GEODE-364: Amending Pool configuration to avoid the changing of connections, which could cause the test to fail. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3d1fccc0 Tree: http://git-wip-us.apache.org/

[42/50] [abbrv] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-16 Thread agingade
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1ded88ab/geode-core/src/test/java/com/gemstone/gemfire/cache/client/internal/LocatorLoadBalancingDUnitTest.java -- diff --git a/geode-core/src/test/java/com/gemstone/gemf

[03/50] [abbrv] incubator-geode git commit: Revert "GEODE-1360: Enabling to specify log4j2.xml for junit/dunit/intgrationtest"

2016-05-16 Thread agingade
Revert "GEODE-1360: Enabling to specify log4j2.xml for junit/dunit/intgrationtest" This reverts commit 717ba5c8b45394c691b77d6a1bb83318bfa182da. This commit caused all dunit tests to fail, because if the log4j file was not specified, it added an empty parameter when launching the dunit VMs. Pr

[34/50] [abbrv] incubator-geode git commit: GEODE-1293: Updating module scripts and structure

2016-05-16 Thread agingade
GEODE-1293: Updating module scripts and structure - Remove cacheserver.sh and gemfire.sh scripts in favor of using gfsh - Adjust p2p config to always use locators - Have modify_war reference correct jars Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-

[11/50] [abbrv] incubator-geode git commit: GEODE-1369: change ConfigCommandsDUnitTest to use TemporaryFolder

2016-05-16 Thread agingade
GEODE-1369: change ConfigCommandsDUnitTest to use TemporaryFolder * use TemporaryFolder for all disk files * re-enable testAlterUpdatesSharedConfig (might be a FlakyTest) -- was disabled for TRAC #52204 but it passes * use static imports Project: http://git-wip-us.apache.org/repos/asf/incubator

[23/50] [abbrv] incubator-geode git commit: GEODE-1376: Cleaned up server port to be '0'. Cleaned up some legacy code and replaced with cleaner Lambda invocation. Replaced waitOnCriterion with Awaitil

2016-05-16 Thread agingade
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/48a51d8c/geode-core/src/test/java/com/gemstone/gemfire/cache/client/internal/LocatorLoadBalancingDUnitTest.java -- diff --git a/geode-core/src/test/java/com/gemstone/gemf

[04/50] [abbrv] incubator-geode git commit: adding the required license header to a generated test class

2016-05-16 Thread agingade
adding the required license header to a generated test class Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e51b0f93 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e51b0f93 Diff: http://

[17/50] [abbrv] incubator-geode git commit: GEODE-1289: remove @Retained from getValueInVM

2016-05-16 Thread agingade
GEODE-1289: remove @Retained from getValueInVM @Retained has been removed from the getValueInVM declaration and callers have been changed to no longer act as if the result of getValueInVM might be off-heap. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-w

[29/50] [abbrv] incubator-geode git commit: GEODE-1224: fix mutation of cloning on PRs

2016-05-16 Thread agingade
GEODE-1224: fix mutation of cloning on PRs Changed BucketRegon getCloningEnabled ans setCloningEnabled to delegate to the bucket's PartitionedRegion. This closes #142 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ge

[49/50] [abbrv] incubator-geode git commit: GEODE-17: pulse not started with gemfire security enabled

2016-05-16 Thread agingade
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/commit/428bb51d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/428bb51d Diff: http://git

[28/50] [abbrv] incubator-geode git commit: GEODE-1327 Now parent thread process copy of unresponsive members

2016-05-16 Thread agingade
GEODE-1327 Now parent thread process copy of unresponsive members Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/31972790 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/31972790 Diff: ht

[13/50] [abbrv] incubator-geode git commit: GEODE-699 CI failure PartitionedRegionSingleHopDUnitTest.test_MetadataServiceCallAccuracy

2016-05-16 Thread agingade
GEODE-699 CI failure PartitionedRegionSingleHopDUnitTest.test_MetadataServiceCallAccuracy Replace WaitCriterion with Awaitility Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bb309a58 Tree: http://git-wip

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

2016-05-16 Thread agingade
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

[43/50] [abbrv] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-16 Thread agingade
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1ded88ab/geode-assembly/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java -- diff --git a/geode-assembly/src/test/java/com/ge

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

2016-05-16 Thread agingade
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

[20/50] [abbrv] incubator-geode git commit: GEODE-1203: include spring-web in gfshDependency.jar

2016-05-16 Thread agingade
GEODE-1203: include spring-web in gfshDependency.jar Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e20cc2fe Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e20cc2fe Diff: http://git-wip-

[31/50] [abbrv] incubator-geode git commit: GEODE-11: Tests of indexes on regions with overflow, eviction, expiration

2016-05-16 Thread agingade
GEODE-11: Tests of indexes on regions with overflow,eviction,expiration Adding integration tests of indexes on these types of regions. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/77ff2577 Tree: http://

[46/50] [abbrv] incubator-geode git commit: GEODE-1209: Updated javadoc to reflect the type of events passed with setIgnoreEvictionAndExpiration attribute.

2016-05-16 Thread agingade
GEODE-1209: Updated javadoc to reflect the type of events passed with setIgnoreEvictionAndExpiration attribute. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4487f0a7 Tree: http://git-wip-us.apache.org/r

[14/50] [abbrv] incubator-geode git commit: GEODE-1330: Set boolean so that internal lucene regions aren't generated in xml

2016-05-16 Thread agingade
GEODE-1330: Set boolean so that internal lucene regions aren't generated in xml Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3fa22f0d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3fa

[45/50] [abbrv] incubator-geode git commit: GEODE-732 Fixed the issue with List inside list and added test for it

2016-05-16 Thread agingade
GEODE-732 Fixed the issue with List inside list and added test for it Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fa7fc1a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fa7fc1a6 Diff

[41/50] [abbrv] incubator-geode git commit: GEODE-1390: Move gfsh help tests from closed to open

2016-05-16 Thread agingade
GEODE-1390: Move gfsh help tests from closed to open Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2e1aa799 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2e1aa799 Diff: http://git-wip-

[50/50] [abbrv] incubator-geode git commit: GEODE-1209: Added gfsh support to set ignoreEvictionAndExpiration attribute for create AEQ command. Also cleaned up arguments for create AEQ function invoke

2016-05-16 Thread agingade
GEODE-1209: Added gfsh support to set ignoreEvictionAndExpiration attribute for create AEQ command. Also cleaned up arguments for create AEQ function invoked by gfsh. Instead of object array the args are wrapped in args object. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/rep

[06/50] [abbrv] incubator-geode git commit: GEODE-1282: fix wan off-heap leak

2016-05-16 Thread agingade
GEODE-1282: fix wan off-heap leak destroyFromTempQueue now releases GatewaySenderEventImpl when it is removed from the tempQueue Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1db55d88 Tree: http://git-w

[08/50] [abbrv] incubator-geode git commit: GEODE-1370: restore name of destroySharedConfiguration_forTestsOnly

2016-05-16 Thread agingade
GEODE-1370: restore name of destroySharedConfiguration_forTestsOnly Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/03a73897 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/03a73897 Diff:

[12/50] [abbrv] incubator-geode git commit: GEODE-1373: resolve the shiro subject in JMX AccessControlContext first

2016-05-16 Thread agingade
GEODE-1373: resolve the shiro subject in JMX AccessControlContext first Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6ed39863 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6ed39863 Di

[09/50] [abbrv] incubator-geode git commit: GEODE-1360: Enabling to specify log4j2.xml for test in gradle

2016-05-16 Thread agingade
GEODE-1360: Enabling to specify log4j2.xml for test in gradle Product code has built in log4j's trace log. However there's no command line parameter to turn on it. This fix let gradlew to transfer the system property to unit test framework, and let unit test framework to set it in run-time jvm.

[44/50] [abbrv] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-16 Thread agingade
Revert "GEODE-1376: Cleaned up server port to be '0'." This reverts commit c33efb60630fe8bed7613c60f941810a7574f16b, which caused a number of REST test failures in build 467 due to removal/rename of test methods. https://builds.apache.org/job/Geode-nightly/467/testReport/ Project: http://git-wi

[07/50] [abbrv] incubator-geode git commit: GEODE-11: Adding package level javadocs for lucene

2016-05-16 Thread agingade
GEODE-11: Adding package level javadocs for lucene Adding package-info.java files to all of the lucene packages. The public API javadocs provide and overview of the what the lucene package does and where to start. The internal javadocs provide an overview of the purpose of each internal package.

incubator-geode git commit: Fixup and add TODOs

2016-05-16 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1392 95e2e8317 -> 868db81ac Fixup and add TODOs Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/868db81a Tree: http://git-wip-us.ap

incubator-geode git commit: GEODE-1351: let the waitForFlush() to return false if timeout

2016-05-16 Thread zhouxj
Repository: incubator-geode Updated Branches: refs/heads/develop 34d379196 -> 3e8a610e9 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/re

incubator-geode git commit: handle NOT_AVAILABLE in callers of getRawOldValue

2016-05-16 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1401 [created] a4d8ab000 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/a4d8ab00

[3/3] incubator-geode git commit: Implement unit test

2016-05-16 Thread klund
Implement unit 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/95e2e831 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/95e2e831 Diff: http://git-wip-us.apache.org/repos/asf/incubator

[2/3] incubator-geode git commit: Rename to BlobHelperWithThreadContextClassLoaderTest

2016-05-16 Thread klund
Rename to BlobHelperWithThreadContextClassLoaderTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/837512e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/837512e4 Diff: http://git-wip-

[1/3] incubator-geode git commit: Minor fixes

2016-05-16 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1392 f3f8a81a9 -> 95e2e8317 Minor fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e19a278e Tree: http://git-wip-us.apache.org

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

2016-05-16 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1292 [created] 3e62e809a 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/3e62e809 Tr

incubator-geode git commit: GEODE-1351: add waitUntilFlush() into luceneIndexImpl

2016-05-16 Thread zhouxj
Repository: incubator-geode Updated Branches: refs/heads/develop e1cbc9b25 -> 34d379196 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

incubator-geode git commit: GEODE-1222: remove InsufficientDiskSpaceException

2016-05-16 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop b6de5a39a -> e1cbc9b25 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/e1cbc9b2 Tree: h

incubator-geode git commit: GEODE-17: wording change

2016-05-16 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 442895462 -> b6de5a39a 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/b6de5a39 Tree: http://git-wip-us.apache.o

incubator-geode git commit: GEODE-1252: modify bits field atomically

2016-05-16 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop 6523c97c9 -> 442895462 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/rep

[incubator-geode] Git Push Summary

2016-05-16 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1252 [deleted] 0b8bf230c

incubator-geode git commit: Remove unused classes

2016-05-16 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1392 c13bf6fe3 -> f3f8a81a9 Remove unused classes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f3f8a81a Tree: http://git-wip-us.

incubator-geode git commit: Rename DeserializerJUnitTest to BlobHelperTest

2016-05-16 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1392 500f2ca73 -> c13bf6fe3 Rename DeserializerJUnitTest to BlobHelperTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c13bf6fe

incubator-geode git commit: Fixing up test

2016-05-16 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1392 d216e5533 -> 500f2ca73 Fixing up 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/500f2ca7 Tree: http://git-wip-us.apache.

incubator-geode git commit: Fixed eisting test issue. Added unit test to check whether we can transfer keypair.

2016-05-16 Thread hiteshkhamesra
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1372 662e8cc7b -> c31633c4e Fixed eisting test issue. Added unit test to check whether we can transfer keypair. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repo

incubator-geode git commit: GEODE-1393 locator returns incorrect server information when starting up

2016-05-16 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 92805bbb9 -> 6523c97c9 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