[4/7] incubator-geode git commit: GEODE-870: Amending code as per code review Adding wait on CqQueryUsingPoolDUnitTest to make test pass

2016-02-16 Thread udo
GEODE-870: Amending code as per code review Adding wait on CqQueryUsingPoolDUnitTest to make test pass Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7951eddd Tree:

[3/7] incubator-geode git commit: GEODE-870: Handling multiple concurrent locator restarts. Elder locator nomination

2016-02-16 Thread udo
GEODE-870: Handling multiple concurrent locator restarts. Elder locator nomination Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/36c4ac79 Tree:

[5/7] incubator-geode git commit: GEODE-870: test case fixes.

2016-02-16 Thread udo
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/9cf7ea2c/gemfire-cq/src/test/java/com/gemstone/gemfire/cache/query/cq/dunit/CqQueryUsingPoolDUnitTest.java -- diff --git

[1/7] incubator-geode git commit: GEODE-870: Rejecting of old view

2016-02-16 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-870 [created] 9cf7ea2c9 GEODE-870: Rejecting of old view Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b47610e3 Tree:

[7/7] incubator-geode git commit: GEODE-870: Handling multiple concurrent locator restarts. Elder locator nomination

2016-02-16 Thread udo
GEODE-870: Handling multiple concurrent locator restarts. Elder locator nomination Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7d448aed Tree:

incubator-geode git commit: Fix for GEODE-106 Invalidate operation fails with IndexMaintenanceException with underlying java.lang.ArrayIndexOutOfBoundsException.

2016-02-16 Thread agingade
Repository: incubator-geode Updated Branches: refs/heads/develop 06317e71a -> ef9441680 Fix for GEODE-106 Invalidate operation fails with IndexMaintenanceException with underlying java.lang.ArrayIndexOutOfBoundsException. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo

incubator-geode git commit: GEODE-945: Importing javax.transaction packages to fix javadoc

2016-02-16 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/develop c2175bc66 -> 06317e71a GEODE-945: Importing javax.transaction packages to fix javadoc Javadoc was spitting out class not found warnings. It looks like it had some trouble locating these classes, even though they are on the

[1/3] incubator-geode git commit: Extracting common lambdas from methods to avoid "Code to large" error [Forced Update!]

2016-02-16 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-866 58038ec1f -> 0804a1396 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0804a139/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java

[2/3] incubator-geode git commit: Extracting common lambdas from methods to avoid "Code to large" error

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0804a139/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPersistenceEnabledGatewaySenderDUnitTest.java -- diff --git

[3/3] incubator-geode git commit: Extracting common lambdas from methods to avoid "Code to large" error

2016-02-16 Thread upthewaterspout
Extracting common lambdas from methods to avoid "Code to large" error After converting these tests to use lambdas, it appears that the large number of lambdas are overflowing some limit of the compiler. By extracting methods for common lambdas, the overall number of lambda classes required is

[49/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
Automatically converting calls of vm.invoke to lambdas This is an automatic conversion of many of the calls to vm.invoke that take a string to instead use a lambda. This was done using the following perl search/replace expressions on all dunit tests. perl -i -0pe

[17/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/misc/ReplicatedRegion_ParallelWANPersistenceDUnitTest.java -- diff --git

[13/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelGatewaySenderOperationsDUnitTest.java -- diff --git

[32/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/InterestRegrListenerDUnitTest.java -- diff --git

[24/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-cq/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DurableClientNetDownDUnitTest.java -- diff --git

[39/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/fixed/FixedPartitioningDUnitTest.java -- diff --git

[25/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-cq/src/test/java/com/gemstone/gemfire/internal/cache/PRDeltaPropagationDUnitTest.java -- diff --git

[45/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopWithServerGroupDUnitTest.java -- diff --git

[41/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ha/HADuplicateDUnitTest.java -- diff --git

[42/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRClientServerRegionFunctionExecutionSingleHopDUnitTest.java -- diff --git

[44/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/DistributedRegionFunctionExecutionDUnitTest.java -- diff --git

[08/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/serial/SerialGatewaySenderEventListenerDUnitTest.java -- diff --git

[09/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPropagationLoopBackDUnitTest.java -- diff --git

[26/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-cq/src/test/java/com/gemstone/gemfire/cache/query/cq/dunit/CqPerfDUnitTest.java -- diff --git

[35/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DataSerializerPropogationDUnitTest.java -- diff --git

[36/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/Bug40396DUnitTest.java -- diff --git

[52/56] [abbrv] incubator-geode git commit: Cleaning up some duplicate code in AsyncEventListenerDUnitTest

2016-02-16 Thread upthewaterspout
Cleaning up some duplicate code in AsyncEventListenerDUnitTest This class was now getting a "code to large" complilation error with the lambdas. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/58038ec1

[12/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPersistenceEnabledGatewaySenderDUnitTest.java -- diff --git

[29/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/wan/asyncqueue/AsyncEventQueueStatsDUnitTest.java -- diff --git

[33/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestTestCase.java -- diff --git

[22/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/concurrent/ConcurrentParallelGatewaySenderDUnitTest.java -- diff --git

[06/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/serial/SerialWANPropogationDUnitTest.java -- diff --git

[47/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/DeltaPropagationDUnitTest.java -- diff --git

[14/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/misc/WanValidationsDUnitTest.java -- diff --git

[16/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/misc/ReplicatedRegion_ParallelWANPropogationDUnitTest.java -- diff --git

[48/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistAckMapMethodsDUnitTest.java -- diff --git

[23/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-cq/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DurableClientTestCase.java -- diff --git

[15/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/misc/WANSSLDUnitTest.java -- diff --git

[07/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/serial/SerialWANPropagationLoopBackDUnitTest.java -- diff --git

[51/56] [abbrv] incubator-geode git commit: Getting rid of some invokeBoolean calls

2016-02-16 Thread upthewaterspout
Getting rid of some invokeBoolean calls These couldn't be automatically converted. I've changed them to lambdas. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/82de4d23 Tree:

[19/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/disttx/DistTXWANDUnitTest.java -- diff --git

[43/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/MultiRegionFunctionExecutionDUnitTest.java -- diff --git

[02/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/wancommand/WanCommandGatewaySenderStopDUnitTest.java -- diff --git

[46/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/HABug36773DUnitTest.java -- diff --git

[01/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-866 [created] 58038ec1f http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/wancommand/WanCommandStatusDUnitTest.java

[31/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/VerifyEventIDGenerationInP2PDUnitTest.java -- diff --git

[21/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/concurrent/ConcurrentParallelGatewaySenderOperation_1_DUnitTest.java -- diff --git

[03/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/wancommand/WanCommandCreateGatewaySenderDUnitTest.java -- diff --git

[50/56] [abbrv] incubator-geode git commit: Removing tests for invoke methods I removed

2016-02-16 Thread upthewaterspout
Removing tests for invoke methods I removed Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8faa3841 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8faa3841 Diff:

[05/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/serial/SerialWANPropogation_PartitionedRegionDUnitTest.java -- diff --git

[54/56] [abbrv] incubator-geode git commit: Dealing with some variables that need to be effectively final.

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/493d41b3/gemfire-core/src/test/java/com/gemstone/gemfire/security/ClientMultiUserAuthzDUnitTest.java -- diff --git

[34/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DurableRegistrationDUnitTest.java -- diff --git

[37/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/fixed/FixedPartitioningWithColocationAndPersistenceDUnitTest.java -- diff --git

[27/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationDUnitTest.java -- diff --git

[55/56] [abbrv] incubator-geode git commit: Dealing with some variables that need to be effectively final.

2016-02-16 Thread upthewaterspout
Dealing with some variables that need to be effectively final. Now that we are using lambdas, variables passed to the lambda should be effectively final. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[11/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPropagationClientServerDUnitTest.java -- diff --git

[40/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ha/PutAllDUnitTest.java -- diff --git

[04/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/serial/SerialWANStatsDUnitTest.java -- diff --git

[18/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/misc/PDXNewWanDUnitTest.java -- diff --git

[30/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/wan/asyncqueue/AsyncEventListenerDUnitTest.java -- diff --git

[10/56] [abbrv] incubator-geode git commit: Automatically converting calls of vm.invoke to lambdas

2016-02-16 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/69024aa9/gemfire-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java -- diff --git

[53/56] [abbrv] incubator-geode git commit: Misc cleanup due to stricter type checking

2016-02-16 Thread upthewaterspout
Misc cleanup due to stricter type checking Fixing various issues being checked by the compiler: - Changing generics to match callers - Calling invoke on the correct class - Fixing some ambiguous casts. - Fixing some method visibility issues. - Removing extra comma after parameters Project:

[1/2] incubator-geode git commit: GEODE-901: Remove invalid source headers

2016-02-16 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 71ba8e999 -> 762758578 GEODE-901: Remove invalid source headers * removed invalid header from ResultsBagJUnitTest and QueryFromClauseCanonicalizationJUnitTest Project:

[2/2] incubator-geode git commit: This closes #94

2016-02-16 Thread jinmeiliao
This closes #94 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/76275857 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/76275857 Diff:

incubator-geode git commit: GEODE-899 LocatorDUnitTest.testLeadFailureAndCoordShutdown

2016-02-16 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop bef0c1bec -> 71ba8e999 GEODE-899 LocatorDUnitTest.testLeadFailureAndCoordShutdown This test was getting two random tcp/ip ports in multiple calls to AvailablePort.getRandomAvailablePort. Project:

[1/2] incubator-geode git commit: GEODE-954: display HostnameForClient in the member list view

2016-02-16 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 00c69b670 -> bef0c1bec GEODE-954: display HostnameForClient in the member list view * retrieve the hostnameforClient and bindAddress attributes from the mbean * add a column in the member list view to display it. If

[2/2] incubator-geode git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-geode into develop

2016-02-16 Thread jinmeiliao
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-geode into develop Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bef0c1be Tree:

incubator-geode git commit: Fixed broken links in README.md file.

2016-02-16 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 7c195af2a -> 00c69b670 Fixed broken links in README.md file. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/00c69b67 Tree:

incubator-geode git commit: Revert "GEODE-342: Dummy edit to close pull request"

2016-02-16 Thread jensdeppe
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-78 54048d1e6 -> 67a9b5ff3 Revert "GEODE-342: Dummy edit to close pull request" This reverts commit 54048d1e6ff336cbdf94f37f894b979d2b408683. Closes #71 Project:

incubator-geode git commit: GEODE-342: Dummy edit to close pull request

2016-02-16 Thread jensdeppe
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-78 e08316176 -> 54048d1e6 GEODE-342: Dummy edit to close pull request Closes #71 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Bring version format in line

2016-02-16 Thread jensdeppe
Repository: incubator-geode Updated Branches: refs/heads/develop 28ee7c154 -> 7c195af2a Bring version format in line Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7c195af2 Tree: