geode git commit: GEODE-3206 : Corrected order of lucene search results based on score. This closes #648

2017-07-21 Thread zhouxj
Repository: geode Updated Branches: refs/heads/develop 56d964f86 -> 208f5ae58 GEODE-3206 : Corrected order of lucene search results based on score. This closes #648 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/208f5ae5

[geode] Git Push Summary

2017-07-25 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEODE-3291 [deleted] 70f9afba8

geode git commit: GEODE-3291: add soundex analyzer into lucene query

2017-07-24 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEODE-3291 [created] 70f9afba8 GEODE-3291: add soundex analyzer into lucene query Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/70f9afba Tree:

geode git commit: GEODE-3291: add soundex analyzer into lucene query This closes #654

2017-07-25 Thread zhouxj
Repository: geode Updated Branches: refs/heads/develop eb7d2eaa7 -> 289a0857f GEODE-3291: add soundex analyzer into lucene query This closes #654 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/289a0857 Tree:

geode git commit: GEODE-3291: newly added lucene-analyzers-phonetic will automatically add its dependency commons-codec. Need to let junit to expect this new jar.

2017-07-26 Thread zhouxj
Repository: geode Updated Branches: refs/heads/develop f1326be55 -> e0aa1b0c4 GEODE-3291: newly added lucene-analyzers-phonetic will automatically add its dependency commons-codec. Need to let junit to expect this new jar. geode-lucene does not need to explicitly include commons-codec in its

[3/7] geode git commit: GEODE-576 & GEODE-516: GemFireDeadlockDetectorDUnitTest failures

2017-04-27 Thread zhouxj
GEODE-576 & GEODE-516: GemFireDeadlockDetectorDUnitTest failures Replaced pauses with Awaitility. Modified asyncs to use the DUnit blackboard to synchronize their actions for repeatable behavior. Cleaned up static locks to allow their reuse in other tests or in repeating the same test.

[1/7] geode git commit: GEODE-2632: refactor code to use InternalCache instead of GemFireCacheImpl

2017-04-27 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEM-1299 d6530908d -> ea3420b3e http://git-wip-us.apache.org/repos/asf/geode/blob/ef56d137/geode-cq/src/main/java/org/apache/geode/cache/query/internal/cq/CqServiceVsdStats.java

[4/7] geode git commit: GEODE-2632: refactor code to reduce GemFireCacheImpl dependencies

2017-04-27 Thread zhouxj
GEODE-2632: refactor code to reduce GemFireCacheImpl dependencies * extract fetching GemFireCacheImpl to Provider interface/class * use InternalCache instead of casting to Impl * delete useless javadocs and comments * reduce scope of constants, vars and methods Project:

[2/7] geode git commit: GEODE-2632: refactor code to use InternalCache instead of GemFireCacheImpl

2017-04-27 Thread zhouxj
GEODE-2632: refactor code to use InternalCache instead of GemFireCacheImpl * minor cleanup also Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ef56d137 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/ef56d137 Diff:

[5/7] geode git commit: GEODE-2799: Handle different types of KeyInfo set when creating the KeySet Iterator.

2017-04-27 Thread zhouxj
GEODE-2799: Handle different types of KeyInfo set when creating the KeySet Iterator. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b78a86ed Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b78a86ed Diff:

[6/7] geode git commit: GEODE-2808 - Fixing lock ordering issues in DeltaSession

2017-04-27 Thread zhouxj
GEODE-2808 - Fixing lock ordering issues in DeltaSession Region expiration of sessions and explicit expiration of sessions had lock ordering issues. Fixing the code so that expiration goes through the region entry lock first, before getting the lock on StandardSession. Adding a workaround for

[7/7] geode git commit: fix-6

2017-04-27 Thread zhouxj
fix-6 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ea3420b3 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/ea3420b3 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/ea3420b3 Branch:

[20/26] geode git commit: GEODE-2681: prevent synchronization hang on getAnyInstance

2017-04-27 Thread zhouxj
GEODE-2681: prevent synchronization hang on getAnyInstance Take advantage of recent refactoring to use the InternalCache interface API instead of GemFireCahceImpl. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b9c007b6

[08/26] geode git commit: GEODE-1228: ClientAuthzObjectModDUnitTest.testAllOpsObjectModWithFailover

2017-04-27 Thread zhouxj
GEODE-1228: ClientAuthzObjectModDUnitTest.testAllOpsObjectModWithFailover This test was getting periodic BindExceptions starting a cache server with ports from AvailablePortHelper. I've modified it to use wildcard binds in the servers and have the clients use the DUnit locator to find the

[06/26] geode git commit: GEODE-2632: cleanup GemFireCacheImpl

2017-04-27 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/e2ba3081/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java -- diff --git

[16/26] geode git commit: GEODE-2689: Modified to ignore duplicate index definition

2017-04-27 Thread zhouxj
GEODE-2689: Modified to ignore duplicate index definition Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/6f33bbc8 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/6f33bbc8 Diff:

[09/26] geode git commit: GEODE-2097: fix flaky test

2017-04-27 Thread zhouxj
GEODE-2097: 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/0540d61d Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/0540d61d Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/0540d61d Branch:

[14/26] geode git commit: GEODE-260: Removed deprecated and not used RemoteTransactionException This closes #468

2017-04-27 Thread zhouxj
GEODE-260: Removed deprecated and not used RemoteTransactionException This closes #468 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/82a18c4a Tree:

[25/26] geode git commit: GEODE-2801: change krfIds to be thread safe

2017-04-27 Thread zhouxj
GEODE-2801: change krfIds to be thread safe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/003de33f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/003de33f Diff:

[24/26] geode git commit: GEODE-2816: Redundancy recovery inititated even if redundancy set to 0

2017-04-27 Thread zhouxj
GEODE-2816: Redundancy recovery inititated even if redundancy set to 0 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c1a69140 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c1a69140 Diff:

[12/26] geode git commit: GEODE-289: Removed depcreated LicenseException class This closes #471

2017-04-27 Thread zhouxj
GEODE-289: Removed depcreated LicenseException class This closes #471 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/4b85604f Tree:

[11/26] geode git commit: GEODE-2398: fix oplog corruption in overflow oplogs

2017-04-27 Thread zhouxj
GEODE-2398: fix oplog corruption in overflow oplogs * ported changes from original fix in Oplog.java to OverflowOplog.java This closes #477 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d30aabbe Tree:

[19/26] geode git commit: GEODE-2785: Fix a test issue to allow certain additional afterSecondary callbacks.

2017-04-27 Thread zhouxj
GEODE-2785: Fix a test issue to allow certain additional afterSecondary callbacks. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/aa74d3d9 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/aa74d3d9 Diff:

[04/26] geode git commit: GEODE-2632: cleanup GemFireCacheImpl

2017-04-27 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/e2ba3081/geode-core/src/test/java/org/apache/geode/TXWriterTestCase.java -- diff --git a/geode-core/src/test/java/org/apache/geode/TXWriterTestCase.java

[01/26] geode git commit: GEODE-2802 Tombstone version vector to contain only the members that generate the tombstone

2017-04-27 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEM-1299 ea3420b3e -> 788eed117 GEODE-2802 Tombstone version vector to contain only the members that generate the tombstone TombstoneMessage serialization code assumes the member info in RVV to be either membership-id or disk-id and uses

[10/26] geode git commit: GEODE-2809 Geode docs: Clarify SSL setup for client This closes #473

2017-04-27 Thread zhouxj
GEODE-2809 Geode docs: Clarify SSL setup for client This closes #473 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/1999a8f1 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/1999a8f1 Diff:

[03/26] geode git commit: GEODE-2632: cleanup GemFireCacheImpl

2017-04-27 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/e2ba3081/geode-core/src/test/java/org/apache/geode/disttx/DistTXPersistentDebugDUnitTest.java -- diff --git

[17/26] geode git commit: GEODE-253: Removed depreated and not used EntryNotFoundInRegion class This closes #465

2017-04-27 Thread zhouxj
GEODE-253: Removed depreated and not used EntryNotFoundInRegion class This closes #465 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/9e5dfa45 Tree:

[05/26] geode git commit: GEODE-2632: cleanup GemFireCacheImpl

2017-04-27 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/e2ba3081/geode-core/src/main/java/org/apache/geode/internal/cache/InternalCache.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/InternalCache.java

[22/26] geode git commit: GEODE-267: Removed deprecated ThreadInterruptedException class This closes #470

2017-04-27 Thread zhouxj
GEODE-267: Removed deprecated ThreadInterruptedException class This closes #470 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/28cb52d4 Tree:

[13/26] geode git commit: GEODE-236: Removed deprecated CacheEvent methods

2017-04-27 Thread zhouxj
GEODE-236: Removed deprecated CacheEvent methods Signed-off-by: adongre GEODE-236: Spotless error fix. This closes #463 Signed-off-by: adongre Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[07/26] geode git commit: GEODE-2632: cleanup GemFireCacheImpl

2017-04-27 Thread zhouxj
GEODE-2632: cleanup GemFireCacheImpl * change SecurityService from static constant to final member field * fix typos and javadocs * narrow scope of constants, variables, methods * remove deadcode and useless comments/javadocs * fix misc IntelliJ warnings * add @Override annotations * improve some

[23/26] geode git commit: GEODE-2821 - Geode User Guide: Add running heads with logo

2017-04-27 Thread zhouxj
GEODE-2821 - Geode User Guide: Add running heads with logo Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/668f8f4e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/668f8f4e Diff:

[24/40] geode git commit: GEODE-2632: cleanup GemFireCacheImpl

2017-04-27 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/ba2a2d2c/geode-core/src/test/java/org/apache/geode/TXWriterTestCase.java -- diff --git a/geode-core/src/test/java/org/apache/geode/TXWriterTestCase.java

[33/40] geode git commit: fix-2

2017-04-27 Thread zhouxj
fix-2 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b58a201e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b58a201e Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/b58a201e Branch:

[40/40] geode git commit: fix-5

2017-04-27 Thread zhouxj
fix-5 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a192c9ff Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a192c9ff Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/a192c9ff Branch:

[37/40] geode git commit: fix-1

2017-04-27 Thread zhouxj
fix-1 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b8734166 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b8734166 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/b8734166 Branch:

[23/40] geode git commit: GEODE-2632: cleanup GemFireCacheImpl

2017-04-27 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/ba2a2d2c/geode-core/src/test/java/org/apache/geode/disttx/DistTXPersistentDebugDUnitTest.java -- diff --git

[18/40] geode git commit: GEODE-260: Removed deprecated and not used RemoteTransactionException This closes #468

2017-04-27 Thread zhouxj
GEODE-260: Removed deprecated and not used RemoteTransactionException This closes #468 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/49d9d6ac Tree:

[09/40] geode git commit: GEODE-2809 Geode docs: Clarify SSL setup for client This closes #473

2017-04-27 Thread zhouxj
GEODE-2809 Geode docs: Clarify SSL setup for client This closes #473 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/9f8ba8de Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/9f8ba8de Diff:

[39/40] geode git commit: fix-4

2017-04-27 Thread zhouxj
fix-4 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/26338f7b Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/26338f7b Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/26338f7b Branch:

[35/40] geode git commit: fix-7

2017-04-27 Thread zhouxj
fix-7 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5e9582b5 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5e9582b5 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/5e9582b5 Branch:

[36/40] geode git commit: fix-3

2017-04-27 Thread zhouxj
fix-3 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/675f0ef6 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/675f0ef6 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/675f0ef6 Branch:

[32/40] geode git commit: GEODE-2801: change krfIds to be thread safe

2017-04-27 Thread zhouxj
GEODE-2801: change krfIds to be thread safe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c98bc8bd Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c98bc8bd Diff:

[26/40] geode git commit: GEODE-2632: cleanup GemFireCacheImpl

2017-04-27 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/ba2a2d2c/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java -- diff --git

[17/40] geode git commit: GEODE-266: Remove the deprecated ObjectSizerImpl class This closes #469

2017-04-27 Thread zhouxj
GEODE-266: Remove the deprecated ObjectSizerImpl class This closes #469 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/4d384113 Tree:

[12/40] geode git commit: GEODE-267: Removed deprecated ThreadInterruptedException class This closes #470

2017-04-27 Thread zhouxj
GEODE-267: Removed deprecated ThreadInterruptedException class This closes #470 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/64156618 Tree:

[10/40] geode git commit: GEODE-2785: Fix a test issue to allow certain additional afterSecondary callbacks.

2017-04-27 Thread zhouxj
GEODE-2785: Fix a test issue to allow certain additional afterSecondary callbacks. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/673e768b Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/673e768b Diff:

[19/40] geode git commit: GEODE-255: Removed deprecated DataSerializer.register(Class, byte) This closes #466

2017-04-27 Thread zhouxj
GEODE-255: Removed deprecated DataSerializer.register(Class,byte) This closes #466 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/384970da Tree:

[02/40] geode git commit: GEODE-2806: if the batch is dispatched, even the bucket is no longer primary, the batch should still be deleted as planned.

2017-04-27 Thread zhouxj
GEODE-2806: if the batch is dispatched, even the bucket is no longer primary, the batch should still be deleted as planned. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/0862174c Tree:

[21/40] geode git commit: GEODE-2681: prevent synchronization hang on getAnyInstance

2017-04-27 Thread zhouxj
GEODE-2681: prevent synchronization hang on getAnyInstance Take advantage of recent refactoring to use the InternalCache interface API instead of GemFireCahceImpl. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/809fd1aa

[06/40] geode git commit: GEODE-2632: refactor code to reduce GemFireCacheImpl dependencies

2017-04-27 Thread zhouxj
GEODE-2632: refactor code to reduce GemFireCacheImpl dependencies * extract fetching GemFireCacheImpl to Provider interface/class * use InternalCache instead of casting to Impl * delete useless javadocs and comments * reduce scope of constants, vars and methods Project:

[14/40] geode git commit: GEODE-1228: ClientAuthzObjectModDUnitTest.testAllOpsObjectModWithFailover

2017-04-27 Thread zhouxj
GEODE-1228: ClientAuthzObjectModDUnitTest.testAllOpsObjectModWithFailover This test was getting periodic BindExceptions starting a cache server with ports from AvailablePortHelper. I've modified it to use wildcard binds in the servers and have the clients use the DUnit locator to find the

[08/40] geode git commit: GEODE-2097: fix flaky test

2017-04-27 Thread zhouxj
GEODE-2097: 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/6eb9ff36 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/6eb9ff36 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/6eb9ff36 Branch:

[13/40] geode git commit: GEODE-236: Removed deprecated CacheEvent methods

2017-04-27 Thread zhouxj
GEODE-236: Removed deprecated CacheEvent methods Signed-off-by: adongre GEODE-236: Spotless error fix. This closes #463 Signed-off-by: adongre Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[04/40] geode git commit: GEODE-2632: refactor code to use InternalCache instead of GemFireCacheImpl

2017-04-27 Thread zhouxj
GEODE-2632: refactor code to use InternalCache instead of GemFireCacheImpl * minor cleanup also Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/363e50d2 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/363e50d2 Diff:

[30/40] geode git commit: GEODE-2821 - Geode User Guide: Add running heads with logo

2017-04-27 Thread zhouxj
GEODE-2821 - Geode User Guide: Add running heads with logo Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/13824f48 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/13824f48 Diff:

[27/40] geode git commit: GEODE-2632: cleanup GemFireCacheImpl

2017-04-27 Thread zhouxj
GEODE-2632: cleanup GemFireCacheImpl * change SecurityService from static constant to final member field * fix typos and javadocs * narrow scope of constants, variables, methods * remove deadcode and useless comments/javadocs * fix misc IntelliJ warnings * add @Override annotations * improve some

[05/40] geode git commit: GEODE-2799: Handle different types of KeyInfo set when creating the KeySet Iterator.

2017-04-27 Thread zhouxj
GEODE-2799: Handle different types of KeyInfo set when creating the KeySet Iterator. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/60ec931f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/60ec931f Diff:

[38/40] geode git commit: fix-8

2017-04-27 Thread zhouxj
fix-8 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/435ab7c1 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/435ab7c1 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/435ab7c1 Branch:

[22/40] geode git commit: GEODE-2689: Modified to ignore duplicate index definition

2017-04-27 Thread zhouxj
GEODE-2689: Modified to ignore duplicate index definition Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c8afc87b Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c8afc87b Diff:

[34/40] geode git commit: fix-6

2017-04-27 Thread zhouxj
fix-6 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d0e8a5a8 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/d0e8a5a8 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/d0e8a5a8 Branch:

[31/40] geode git commit: GEODE-2816: Redundancy recovery inititated even if redundancy set to 0

2017-04-27 Thread zhouxj
GEODE-2816: Redundancy recovery inititated even if redundancy set to 0 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/70340783 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/70340783 Diff:

geode git commit: When the colocated child bucket failed to initialize, remove the leader bucket since all these buckets should be created atomically.

2017-07-28 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEM-1483 24c004d8a -> a828698b0 When the colocated child bucket failed to initialize, remove the leader bucket since all these buckets should be created atomically. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[5/8] geode git commit: GEODE-2971: Introduce ExitCode to resolve inconsistency of shell exit values.

2017-07-31 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/9db5c8e5/geode-core/src/main/java/org/apache/geode/internal/statistics/StatArchiveReader.java -- diff --git

[7/8] geode git commit: GEODE-3317: Fix UniversalMembershipListenerAdapterDUnitTest

2017-07-31 Thread zhouxj
GEODE-3317: Fix UniversalMembershipListenerAdapterDUnitTest Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ab0543be Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/ab0543be Diff:

[4/8] geode git commit: GEODE-3286: Failing to cleanup connections from ConnectionTable

2017-07-31 Thread zhouxj
GEODE-3286: Failing to cleanup connections from ConnectionTable Merge branch 'feature/GEODE-3286' into develop This closes #657 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3acb47e6 Tree:

[6/8] geode git commit: GEODE-2971: Introduce ExitCode to resolve inconsistency of shell exit values.

2017-07-31 Thread zhouxj
GEODE-2971: Introduce ExitCode to resolve inconsistency of shell exit values. * this closes #652 * Corrected inconsistency of error handling and subsequent exit status in member status commands * 'gfsh help' now returns 0 exit code as base behavior (previously returned 1). Project:

[2/8] geode git commit: GEODE-3286: incorporating review feedback

2017-07-31 Thread zhouxj
GEODE-3286: incorporating review feedback Signed-off-by: Brian Rowe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4ee96cf7 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/4ee96cf7 Diff:

[3/8] geode git commit: GEODE-3286: Improving closed connection check

2017-07-31 Thread zhouxj
GEODE-3286: Improving closed connection check Signed-off-by: Hitesh Khamesra Signed-off-by: Brian Rowe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7e06476d Tree:

[1/8] geode git commit: GEODE-3286: Failing to cleanup connections from ConnectionTable receiver table [Forced Update!]

2017-07-31 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEM-1483 731954e04 -> 2a2b10759 (forced update) GEODE-3286: Failing to cleanup connections from ConnectionTable receiver table - prevent adding a closed connection to the connection table's receivers - add a new unit test for connection

[8/8] geode git commit: GEODE-3055: The old primary's the shadow bucket is not initialized when rebalance remove it. Thus the new primary candidate can never initialize from it. The fix is to wait unt

2017-07-31 Thread zhouxj
GEODE-3055: The old primary's the shadow bucket is not initialized when rebalance remove it. Thus the new primary candidate can never initialize from it. The fix is to wait until new primary exists before remove the old primary's bucket in rebalance. When the colocated child bucket failed to

[geode] Git Push Summary

2017-08-02 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEODE-3380 [deleted] e9826d147

geode git commit: GEODE-3380: There're 2 problems here 1) when removeAll is retried, it will get EntryNotFound exception. It should still put the remove event into the AEQ. 2) An old bug fix in 8.2 wa

2017-08-02 Thread zhouxj
Repository: geode Updated Branches: refs/heads/develop d91096c19 -> 71dc0f865 GEODE-3380: There're 2 problems here 1) when removeAll is retried, it will get EntryNotFound exception. It should still put the remove event into the AEQ. 2) An old bug fix in 8.2 was not merged into develop: when

[24/50] [abbrv] geode git commit: An empty commit to close PR. This now closes #474

2017-07-28 Thread zhouxj
An empty commit to close PR. This now closes #474 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/bf8971c4 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/bf8971c4 Diff:

[34/50] [abbrv] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-28 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/e1befef4/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/WanCommandStatusDUnitTest.java -- diff --git

[21/50] [abbrv] geode git commit: GEODE-3291: add soundex analyzer into lucene query This closes #654

2017-07-28 Thread zhouxj
GEODE-3291: add soundex analyzer into lucene query This closes #654 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/289a0857 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/289a0857 Diff:

[33/50] [abbrv] geode git commit: GEODE-3271: Renaming punePort variables, refactoring WANCommandsTestBase

2017-07-28 Thread zhouxj
GEODE-3271: Renaming punePort variables, refactoring WANCommandsTestBase This closes #647 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c62764b5 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c62764b5 Diff:

[38/50] [abbrv] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-28 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/e1befef4/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/CreateAndDestroyGatewaySenderCommandsDUnitTest.java -- diff --git

[04/50] [abbrv] geode git commit: GEODE-393: GetRegionFunction uses the cache in the FunctionContext

2017-07-28 Thread zhouxj
GEODE-393: GetRegionFunction uses the cache in the FunctionContext Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e5021747 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e5021747 Diff:

[23/50] [abbrv] geode git commit: GEODE-3312 Update doc gfsh list members output

2017-07-28 Thread zhouxj
GEODE-3312 Update doc gfsh list members output IP address is output, not host name. This closes #656 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b9ba1d4f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b9ba1d4f

[41/50] [abbrv] geode git commit: GEODE-3192, GEODE-3229: Change API and implementation of protobuf PutAll. This closes #643

2017-07-28 Thread zhouxj
GEODE-3192,GEODE-3229: Change API and implementation of protobuf PutAll. This closes #643 * We will now dispatch incoming protobuf PutAlls as a series of put operations * The PutAllResponse will contain a set of failed keys and the error they failed with Signed-off-by: Galen O'Sullivan

[10/50] [abbrv] geode git commit: GEODE-3115 Added changes to check for persistent region during pdx type registry.

2017-07-28 Thread zhouxj
GEODE-3115 Added changes to check for persistent region during pdx type registry. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/06753177 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/06753177 Diff:

[20/50] [abbrv] geode git commit: GEODE-240: Remove deprecated methods on TransactionEvent

2017-07-28 Thread zhouxj
GEODE-240: Remove deprecated methods on TransactionEvent Removed deprecated methods getCreateEvents, getDestroyEvents, getPutEvents, getInvalidateEvents from the TransactionEvent. Removed implementation for methods getCreateEvents, getDestroyEvents, getPutEvents, getInvalidateEvents from

[28/50] [abbrv] geode git commit: GEODE-3253: Refactoring ClientCommands and related tests

2017-07-28 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/7ae99960/geode-cq/src/test/java/org/apache/geode/management/internal/cli/commands/DescribeClientCommandDUnitTest.java -- diff --git

[08/50] [abbrv] geode git commit: GEODE-3175 backward-compatibility tests fail with bad classpath

2017-07-28 Thread zhouxj
GEODE-3175 backward-compatibility tests fail with bad classpath Checking in changes on a feature branch that remove current-version product classes from the classpaths of JVMs running old versions of Geode. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[39/50] [abbrv] geode git commit: GEODE-3271: Separating WanCommands into multiple command classes

2017-07-28 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/e1befef4/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StopGatewaySenderCommand.java -- diff --git

[29/50] [abbrv] geode git commit: GEODE-3253: Refactoring ClientCommands and related tests

2017-07-28 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/7ae99960/geode-cq/src/test/java/org/apache/geode/management/internal/cli/commands/ClientCommandsDUnitTest.java -- diff --git

[50/50] [abbrv] geode git commit: GEODE-3055: The old primary's the shadow bucket is not initialized when rebalance remove it. Thus the new primary candidate can never initialize from it. The fix is t

2017-07-28 Thread zhouxj
GEODE-3055: The old primary's the shadow bucket is not initialized when rebalance remove it. Thus the new primary candidate can never initialize from it. The fix is to wait until new primary exists before remove the old primary's bucket in rebalance. When the colocated child bucket failed to

[49/50] [abbrv] geode git commit: GEODE-3326: Fix intermittent ConcurrentDeployDUnitTest failure

2017-07-28 Thread zhouxj
GEODE-3326: Fix intermittent ConcurrentDeployDUnitTest failure Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/36665aef Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/36665aef Diff:

geode git commit: GEODE-3055: The old primary's the shadow bucket is not initialized when rebalance remove it. Thus the new primary candidate can never initialize from it. The fix is to wait until new

2017-07-28 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEM-1483 1504e0f28 -> 731954e04 (forced update) GEODE-3055: The old primary's the shadow bucket is not initialized when rebalance remove it. Thus the new primary candidate can never initialize from it. The fix is to wait until new primary

[43/50] [abbrv] geode git commit: GEODE-3301: Cargo installs now delete left over directories

2017-07-28 Thread zhouxj
GEODE-3301: Cargo installs now delete left over directories * This should hopefully fix Jenkins build issues This closes #662 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7dc15b27 Tree:

[01/50] [abbrv] geode git commit: GEODE-3213: Refactor ProtoBuf handler flow. This now closes #646 [Forced Update!]

2017-07-28 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEM-1483 c2ac3b7c9 -> 1504e0f28 (forced update) http://git-wip-us.apache.org/repos/asf/geode/blob/64eab455/geode-protobuf/src/main/java/org/apache/geode/serialization/codec/IntCodec.java

[02/50] [abbrv] geode git commit: GEODE-3213: Refactor ProtoBuf handler flow. This now closes #646

2017-07-28 Thread zhouxj
GEODE-3213: Refactor ProtoBuf handler flow. This now closes #646 Signed-off-by: Alexander Murmann Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/64eab455 Tree:

[13/50] [abbrv] geode git commit: GEODE-3031: Extracting startLocator and startServer from LauncherLifecycleCommands

2017-07-28 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/fcce2b0b/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StartLocatorCommand.java -- diff --git

[18/50] [abbrv] geode git commit: Empty commit, this closes #130 - UDA functionality

2017-07-28 Thread zhouxj
Empty commit, this closes #130 - UDA functionality This PR has failing tests, needs some review and code cleanup. No activity for over a year. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/09dd45f6 Tree:

[09/50] [abbrv] geode git commit: GEODE-3175 backward-compatibility tests fail with bad classpath

2017-07-28 Thread zhouxj
GEODE-3175 backward-compatibility tests fail with bad classpath Attempt restart of a VM if it is unavailable. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e7515f59 Tree:

[27/50] [abbrv] geode git commit: GEODE-3291: newly added lucene-analyzers-phonetic will automatically add its dependency commons-codec. Need to let junit to expect this new jar.

2017-07-28 Thread zhouxj
GEODE-3291: newly added lucene-analyzers-phonetic will automatically add its dependency commons-codec. Need to let junit to expect this new jar. geode-lucene does not need to explicitly include commons-codec in its test. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[05/50] [abbrv] geode git commit: GEODE-3214: Remove support for multistep gfsh commands.

2017-07-28 Thread zhouxj
GEODE-3214: Remove support for multistep gfsh commands. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5eb0b94d Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5eb0b94d Diff:

[25/50] [abbrv] geode git commit: GEODE-2654: Backups can capture different members from different points in time Online backup now takes a backup from a single point in time. This is done by making a

2017-07-28 Thread zhouxj
http://git-wip-us.apache.org/repos/asf/geode/blob/f1326be5/geode-core/src/test/java/org/apache/geode/internal/cache/persistence/BackupPrepareAndFinishMsgDUnitTest.java -- diff --git

<    1   2   3   4   5   6   7   8   9   10   >