geode git commit: GEODE-289: Removed depcreated LicenseException class This closes #471

2017-04-24 Thread adongre
Repository: geode Updated Branches: refs/heads/develop 673e768b6 -> 2dd5f0f91 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/2

geode git commit: Fix test failures

2017-04-24 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-6-1 915a0c53c -> d79314297 Fix test failures Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d7931429 Tree: http://git-wip-us.apache.org/repos/asf/geode/tre

geode-native git commit: GEODE-2763: Remove of nonSingleHopsCount stat in client from 1. source 2. cpp and csharp unit tests 3. documentation. This closes #90 Signed-off-by: Amey Barve

2017-04-24 Thread abarve
Repository: geode-native Updated Branches: refs/heads/develop 32bd9e1e0 -> 6af505317 GEODE-2763: Remove of nonSingleHopsCount stat in client from 1. source 2. cpp and csharp unit tests 3. documentation. This closes #90 Signed-off-by: Amey Barve Project: http://git-wip-us.apache.org/repos/as

geode git commit: GEODE-2785: Fix a test issue to allow certain additional afterSecondary callbacks.

2017-04-24 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop 9f8ba8de9 -> 673e768b6 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 Tre

geode git commit: GEODE-2398: fix oplog corruption in overflow oplogs

2017-04-24 Thread lgallinat
Repository: geode Updated Branches: refs/heads/feature/GEODE-2398overflow [created] 7546b57dc GEODE-2398: fix oplog corruption in overflow oplogs * ported changes from original fix in Oplog.java to OverflowOplog.java Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[11/13] geode git commit: Safe refactorings

2017-04-24 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/915a0c53/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 b/

[10/13] geode git commit: Safe refactorings

2017-04-24 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/915a0c53/geode-core/src/test/java/org/apache/geode/TXWriterTestCase.java -- diff --git a/geode-core/src/test/java/org/apache/geode/TXWriterTestCase.java b/geode-core/src/test/java/

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

2017-04-24 Thread klund
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: ref

[02/13] 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-24 Thread klund
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: http://git-wip-us.apache.org/repos/asf

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

2017-04-24 Thread klund
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: http://git-wip-us.apache.

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

2017-04-24 Thread klund
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: http://git-w

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

2017-04-24 Thread klund
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: http://git-wip-us.apache.org/

[12/13] geode git commit: Safe refactorings

2017-04-24 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/915a0c53/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.ja

[01/13] geode git commit: GEODE-576 & GEODE-516: GemFireDeadlockDetectorDUnitTest failures [Forced Update!]

2017-04-24 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-6-1 a73e2664c -> 915a0c53c (forced update) GEODE-576 & GEODE-516: GemFireDeadlockDetectorDUnitTest failures Replaced pauses with Awaitility. Modified asyncs to use the DUnit blackboard to synchronize their actions for repeatabl

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

2017-04-24 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/363e50d2/geode-cq/src/main/java/org/apache/geode/cache/query/internal/cq/CqServiceVsdStats.java -- diff --git a/geode-cq/src/main/java/org/apache/geode/cache/query/internal/cq/CqSe

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

2017-04-24 Thread klund
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 the

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

2017-04-24 Thread klund
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: h

[13/13] geode git commit: Safe refactorings

2017-04-24 Thread klund
Safe refactorings Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/915a0c53 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/915a0c53 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/915a0c53 Branch: refs/heads/f

geode git commit: GEODE-2809 Geode docs: Clarify SSL setup for client This closes #473

2017-04-24 Thread dbarnes
Repository: geode Updated Branches: refs/heads/develop 6eb9ff36d -> 9f8ba8de9 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-w

[4/4] geode git commit: Safe refactorings

2017-04-24 Thread klund
Safe refactorings Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a73e2664 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a73e2664 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/a73e2664 Branch: refs/heads/f

[2/4] geode git commit: Safe refactorings

2017-04-24 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a73e2664/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 b/

[1/4] geode git commit: Safe refactorings

2017-04-24 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-6-1 [created] a73e2664c http://git-wip-us.apache.org/repos/asf/geode/blob/a73e2664/geode-core/src/test/java/org/apache/geode/TXWriterTestCase.java -- diff --git

[3/4] geode git commit: Safe refactorings

2017-04-24 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a73e2664/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.ja

geode-native git commit: GEODE-2814 Remove curl dependency from native client build

2017-04-24 Thread jensdeppe
Repository: geode-native Updated Branches: refs/heads/GEODE-2814 [created] 1b93cd9a0 GEODE-2814 Remove curl dependency from native client build Signed-off-by: Scott Jewell Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-

geode git commit: GEODE-2097: fix flaky test

2017-04-24 Thread dschneider
Repository: geode Updated Branches: refs/heads/develop 45dc67441 -> 6eb9ff36d 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/6eb9