[14/26] geode git commit: GEODE-2883: Fix GFSH gc heap size output

2017-05-12 Thread jasonhuynh
GEODE-2883: Fix GFSH gc heap size output Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/68935cae Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/68935cae Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/68935ca

[09/26] geode git commit: GEODE-1775: Run a few hundreds times and not reproducable any more. No longer flaky.

2017-05-12 Thread jasonhuynh
GEODE-1775: Run a few hundreds times and not reproducable any more. No longer flaky. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/02f80db1 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/02f80db1 Diff: http://git-wi

[04/26] geode git commit: GEODE-2895: fix flaky test

2017-05-12 Thread jasonhuynh
GEODE-2895: fix flaky test Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7b2f904f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/7b2f904f Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/7b2f904f Branch: ref

[02/26] geode git commit: GEODE-236: fix javadoc warnings

2017-05-12 Thread jasonhuynh
GEODE-236: fix javadoc warnings Also removed two implementations of the deprecated methods that had been removed. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/250c8189 Tree: http://git-wip-us.apache.org/repos/asf/geode/tre

[19/26] geode git commit: GEODE-1130: Removed log message

2017-05-12 Thread jasonhuynh
GEODE-1130: Removed log message Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5b122c79 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5b122c79 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/5b122c79 Branch

[15/26] geode git commit: GEODE-2909 CTR fix of 2 typos in Lucene documentation

2017-05-12 Thread jasonhuynh
GEODE-2909 CTR fix of 2 typos in Lucene documentation Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c270756f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c270756f Diff: http://git-wip-us.apache.org/repos/asf/geod

[07/26] geode git commit: GEODE-2902: fix intermittent unit test failure

2017-05-12 Thread jasonhuynh
GEODE-2902: fix intermittent unit test failure Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/014ad426 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/014ad426 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/0

[03/26] geode git commit: GEODE-2889: Update the last access time of native sessions

2017-05-12 Thread jasonhuynh
GEODE-2889: Update the last access time of native sessions Our getSession method had some races where we were holding onto a reference to the native session, but not updating the last accessed time of the native session by calling into getSession of the container. This could allow the container to

[20/26] geode git commit: GEODE-2876: add logging and testing to diagnose test failure

2017-05-12 Thread jasonhuynh
GEODE-2876: add logging and testing to diagnose test failure Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f88141cf Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f88141cf Diff: http://git-wip-us.apache.org/repos/as

[05/26] geode git commit: GEODE-2866: Removing the unused files and the corresponding test. This closes #497

2017-05-12 Thread jasonhuynh
GEODE-2866: Removing the unused files and the corresponding test. This closes #497 Signed-off-by: adongre Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/49c0551b Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/49c05

[23/26] geode git commit: GEODE-2637: Refactored LuceneQueryFactory.setResultLimit()

2017-05-12 Thread jasonhuynh
GEODE-2637: Refactored LuceneQueryFactory.setResultLimit() * Renamed LuceneQueryFactory.getResult to setLimit() * This is done to match the cwiki documents Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/efbe5

[26/26] geode git commit: commit ef5f9a09822eb9a0cd207c8ef183587654beacd8 Merge: 4ad543d 1252cae Author: Jason Huynh Date: Fri May 12 16:32:23 2017 -0700

2017-05-12 Thread jasonhuynh
commit ef5f9a09822eb9a0cd207c8ef183587654beacd8 Merge: 4ad543d 1252cae Author: Jason Huynh Date: Fri May 12 16:32:23 2017 -0700 Merge branch 'develop' into feature/GEODE-2900 commit 4ad543d600da57185cee5c6714df876d83f751c7 Author: Jason Huynh Date: Fri May 12 16:24:05 2017 -0700 Fi

[25/26] geode git commit: GEODE-2914: Tidy up LuceneService javadoc

2017-05-12 Thread jasonhuynh
GEODE-2914: Tidy up LuceneService javadoc Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/1252cae4 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/1252cae4 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/1252ca

[22/26] geode git commit: GEODE-237: Removed deprecated API from EntryEvent This closes #496

2017-05-12 Thread jasonhuynh
GEODE-237: Removed deprecated API from EntryEvent This closes #496 Signed-off-by: adongre Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/0c5011ec Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/0c5011ec Diff: http:/

[16/26] geode git commit: GEODE-2907: Removed @Experimental tag from the Lucene module

2017-05-12 Thread jasonhuynh
GEODE-2907: Removed @Experimental tag from the Lucene module * Removed the @experimental tag fromt the files in Lucene module. * Improve on the javadocs for the interfaces present in the Lucene module. This closes #503 Project: http://git-wip-us.apache.org/repos/asf/geo

[10/26] geode git commit: GEODE-2897 Add PR template for github

2017-05-12 Thread jasonhuynh
GEODE-2897 Add PR template for github Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5f6323ba Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5f6323ba Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/5f6323ba

[21/26] geode git commit: GEODE-254: Addressing review comments from PR #488 Replacing all inststance of entries with entrySet

2017-05-12 Thread jasonhuynh
GEODE-254: Addressing review comments from PR #488 Replacing all inststance of entries with entrySet GEODE-254: Fixing the Test Failures - Removed test testIndexMaintenanceWithIndexOnMethodEntries since this is no more applicable. GEODE-254: Spotless fixing. This closes #504 Signed-off-by: ad

[13/26] geode git commit: GEODE-2812: Add API to get list of live locators

2017-05-12 Thread jasonhuynh
GEODE-2812: Add API to get list of live locators There is a Geode cluster using a logical member group, and from the client, the connection pool to the logical member group is connected using the PoolFactory API at the timing when connection becomes necessary. At this time, even though the locator

[17/26] geode git commit: GEODE-2859: Fix race in ShowDeadlockDUnitTest

2017-05-12 Thread jasonhuynh
GEODE-2859: Fix race in ShowDeadlockDUnitTest Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ab7e51f8 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/ab7e51f8 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/ab

[08/26] geode git commit: GEODE-2898 A non-responsive SSL client can block a server's "acceptor" thread

2017-05-12 Thread jasonhuynh
GEODE-2898 A non-responsive SSL client can block a server's "acceptor" thread This moves the SSL handshake from the acceptor thread to the handshake thread and adds a unit test. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit

[11/26] geode git commit: GEODE-2812: Add API to get list of live locators

2017-05-12 Thread jasonhuynh
GEODE-2812: Add API to get list of live locators I fixed 'gradlew spotlessApply' to fix them. * geode-core/src/main/java/org/apache/geode/cache/client/internal/AutoConnectionSourceImpl.java * geode-core/src/test/java/org/apache/geode/cache/client/internal/AutoConnectionSourceDUnitTest.java Proj

[06/26] geode git commit: GEODE-2876: add logging to diagnose test failure

2017-05-12 Thread jasonhuynh
GEODE-2876: add logging to diagnose test failure Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/820b87cb Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/820b87cb Diff: http://git-wip-us.apache.org/repos/asf/geode/diff

[12/26] geode git commit: Change "LiveLocator", "ActiveLocator" to "OnlineLocator".

2017-05-12 Thread jasonhuynh
Change "LiveLocator", "ActiveLocator" to "OnlineLocator". Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/61f676b0 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/61f676b0 Diff: http://git-wip-us.apache.org/repos/asf/g

[01/26] geode git commit: GEODE-2896: Changing the test category to IntegrationTest [Forced Update!]

2017-05-12 Thread jasonhuynh
Repository: geode Updated Branches: refs/heads/feature/GEODE-2900 bbf016376 -> 3c55bd7fa (forced update) GEODE-2896: Changing the test category to IntegrationTest * Changed the test category to IntegrationTest from being an UnitTest * This creates a separate VM for these tests

[18/26] geode git commit: GEODE-11: add unit test for soundex analyzer

2017-05-12 Thread jasonhuynh
GEODE-11: add unit test for soundex analyzer Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c8f337c0 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c8f337c0 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/c8f

[24/26] geode git commit: GEODE-2875 shutdown is taking as long as 20 seconds

2017-05-12 Thread jasonhuynh
GEODE-2875 shutdown is taking as long as 20 seconds The fix for this issue causes one of the test cases in LocatorDUnitTest to fail consistently. With the fix we don't create any TCP/IP connections in this test during startup but the test expects one to have been created and it expects the connect

[51/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache * misc cleanup of code where possible Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/654d65b5 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/654d6

[29/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/JtaAfterCompletionMessage.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/JtaAfterCo

[01/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache [Forced Update!]

2017-05-12 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-15 9c7141ffd -> 654d65b54 (forced update) http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-wan/src/test/java/org/apache/geode/cache/CacheXml70GatewayDUnitTest.java -

[38/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/InternalInstantiator.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/InternalInstantiator.java

[18/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/ha/QueueRemovalMessage.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/ha/QueueRemov

[21/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/VMThinDiskRegionEntryOffHeapStringKey2.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cac

[39/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/InternalDataSerializer.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/InternalDataSerializer.ja

[42/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/cache/query/internal/index/HashIndex.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/query/internal/index/Ha

[48/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/cache/client/internal/ExecuteRegionFunctionSingleHopOp.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/clien

[19/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/execute/MemberFunctionExecutor.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/execu

[04/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/test/java/org/apache/geode/internal/cache/execute/PRColocationDUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/internal/cache/execut

[46/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/cache/query/internal/DefaultQuery.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/query/internal/DefaultQuer

[35/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionEntry.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionEn

[06/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/test/java/org/apache/geode/cache30/CacheXml66DUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/cache30/CacheXml66DUnitTest.java b/ge

[50/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/admin/internal/FlushToDiskRequest.java -- diff --git a/geode-core/src/main/java/org/apache/geode/admin/internal/FlushToDiskReques

[22/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/TXSynchronizationRunnable.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/TXSynchron

[24/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionHelper.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedR

[49/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/cache/DynamicRegionFactory.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/DynamicRegionFactory.java b/geod

[45/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/cache/query/internal/QueryUtils.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/query/internal/QueryUtils.ja

[44/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/cache/query/internal/index/AbstractIndex.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/query/internal/inde

[12/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/management/internal/SystemManagementService.java -- diff --git a/geode-core/src/main/java/org/apache/geode/management/internal/Sy

[09/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/WanCommands.java -- diff --git a/geode-core/src/main/java/org/apache/geode/management/internal/c

[40/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/distributed/internal/InternalLocator.java -- diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/Internal

[15/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderQueue.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/ca

[34/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionMap.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionMap.

[43/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/cache/query/internal/index/AbstractMapIndex.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/query/internal/i

[31/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/DistributedRegion.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/DistributedRegion.

[08/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/pdx/internal/PdxInstanceFactoryImpl.java -- diff --git a/geode-core/src/main/java/org/apache/geode/pdx/internal/PdxInstanceFactor

[02/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/test/java/org/apache/geode/management/internal/cli/functions/ListIndexFunctionJUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/manag

[37/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/admin/remote/RemoteCacheInfo.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/admin/remote/Remote

[14/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/CacheCreation.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/Cach

[03/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/command/RegisterInterestTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/internal/

[32/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/DistTXStateProxyImplOnCoordinator.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/Di

[07/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/test/java/org/apache/geode/cache/query/CacheUtils.java -- diff --git a/geode-core/src/test/java/org/apache/geode/cache/query/CacheUtils.java b/geode-core/s

geode git commit: GEODE-2914: Tidy up LuceneService javadoc

2017-05-12 Thread jasonhuynh
Repository: geode Updated Branches: refs/heads/develop 48f6e11ad -> 1252cae4c GEODE-2914: Tidy up LuceneService javadoc Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/1252cae4 Tree: http://git-wip-us.apache.org/repos/asf/

[10/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/DataCommands.java -- diff --git a/geode-core/src/main/java/org/apache/geode/management/internal/

[23/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/TXCommitMessage.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/TXCommitMessage.java

[33/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/DestroyRegionOperation.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/DestroyRegion

[27/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/MemberFunctionStreamingMessage.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/Membe

[28/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java b/geod

[11/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/management/internal/beans/MemberMBeanBridge.java -- diff --git a/geode-core/src/main/java/org/apache/geode/management/internal/be

[17/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/persistence/BackupManager.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/persistenc

[41/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/cache/query/internal/index/RangeIndex.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/query/internal/index/R

[26/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/OverflowOplog.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/OverflowOplog.java b/

[47/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/cache/query/internal/CompiledIn.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/query/internal/CompiledIn.ja

[13/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/ClientCacheCreation.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcach

[30/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/DistributedRegionFunctionStreamingMessage.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/

[36/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegion.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegion.java

[25/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.

[20/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinDiskLRURegionEntryHeapStringKey1.java -- diff --git a/geode-core/src/main/java/org/apache/geode/inter

[16/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/AddPdxType.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/tier

[05/51] [abbrv] [partial] geode git commit: GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

2017-05-12 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/654d65b5/geode-core/src/test/java/org/apache/geode/cache30/CacheXml80DUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/cache30/CacheXml80DUnitTest.java b/ge

geode git commit: fixup

2017-05-12 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-15 153db276f -> 9c7141ffd fixup Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/9c7141ff Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/9c7141ff Di

geode git commit: GEODE-2875 shutdown is taking as long as 20 seconds

2017-05-12 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop efbe53cba -> 48f6e11ad GEODE-2875 shutdown is taking as long as 20 seconds The fix for this issue causes one of the test cases in LocatorDUnitTest to fail consistently. With the fix we don't create any TCP/IP connections in this test durin

geode git commit: GEODE-2637: Refactored LuceneQueryFactory.setResultLimit()

2017-05-12 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 0c5011ec7 -> efbe53cba GEODE-2637: Refactored LuceneQueryFactory.setResultLimit() * Renamed LuceneQueryFactory.getResult to setLimit() * This is done to match the cwiki documents Project: http://git-wip-us.apache.org/repo

geode git commit: GEODE-2914: Tidy up LuceneService javadoc

2017-05-12 Thread jasonhuynh
Repository: geode Updated Branches: refs/heads/feature/GEODE-2914 [created] 433e84e7a GEODE-2914: Tidy up LuceneService javadoc Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/433e84e7 Tree: http://git-wip-us.apache.org/re