geode git commit: fix-3

2017-04-20 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEM-1299 e289f4037 -> 146d5c854 fix-3 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/146d5c85 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/146d5c85 Diff: h

geode git commit: GEODE-2681: WIP: DUnit test for show missing-disk-stores

2017-04-20 Thread khowe
Repository: geode Updated Branches: refs/heads/feature/GEODE-2681 252429b1b -> 7ddc1affb GEODE-2681: WIP: DUnit test for show missing-disk-stores Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7ddc1aff Tree: http://git-wi

geode git commit: GEODE-2681: Fix JUnit test - use InternalCache

2017-04-20 Thread khowe
Repository: geode Updated Branches: refs/heads/feature/GEODE-2681 fdcd53e17 -> 252429b1b GEODE-2681: Fix JUnit test - use InternalCache Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/252429b1 Tree: http://git-wip-us.apach

[14/14] geode git commit: GEODE-2681: refactoring to prevent synchronization hang on getAnyInstance

2017-04-20 Thread khowe
GEODE-2681: refactoring to 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/commi

[10/14] geode git commit: GEODE-728: Rename Execution.withArgs to Execution.setArguments

2017-04-20 Thread khowe
GEODE-728: Rename Execution.withArgs to Execution.setArguments * created setArguments * deprecated withArgs * implemented setArguments of all Execution implementations in Geode project * replaced all of withArgs with setArguments This closes #457 Project: http://git-wip-us.apache.org/repos/

[12/14] geode git commit: GEODE-2632: refactor code to use interfaces instead of impls

2017-04-20 Thread khowe
GEODE-2632: refactor code to use interfaces instead of impls * use getInternalDistributedSystem instead of overriding getDistributedSystem * use InternalCache instead of GemFireCacheImpl * remove dead code * remove useless javadocs and comments Project: http://git-wip-us.apache.org/repos/asf/geo

[08/14] geode git commit: GEODE-728: Rename Execution.withArgs to Execution.setArguments

2017-04-20 Thread khowe
http://git-wip-us.apache.org/repos/asf/geode/blob/3261319c/geode-core/src/test/java/org/apache/geode/internal/cache/execute/PRFunctionExecutionTimeOutDUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/interna

[06/14] geode git commit: GEODE-2103 Update gfsh start server|locator command reference page.

2017-04-20 Thread khowe
GEODE-2103 Update gfsh start server|locator command reference page. - the optional http-service-port defaults to 7070 - both http-service-port and http-service-bind-address are available for gfsh start server and gfsh start locator Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commi

[02/14] geode git commit: GEODE-2796: ClassPathLoader does not blow up with null TCCL

2017-04-20 Thread khowe
GEODE-2796: ClassPathLoader does not blow up with null TCCL Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b842c708 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b842c708 Diff: http://git-wip-us.apache.org/repos/asf

[04/14] geode git commit: GEODE-2703: Improve exception message when executing lucene within a transaction

2017-04-20 Thread khowe
GEODE-2703: Improve exception message when executing lucene within a transaction * Throw a LuceneQueryException instead of a TransactionException Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/acd57226 Tree: http://git-wip

[01/14] geode git commit: GEODE-728: Using the correct parameter in withArgs

2017-04-20 Thread khowe
Repository: geode Updated Branches: refs/heads/feature/GEODE-2681 ae8350bcb -> fdcd53e17 GEODE-728: Using the correct parameter in withArgs ServerRegionFunctionExecutor.withArgs was not using it's argument, it was just passing the (null) field named args to setArguments. Project: http://git-

[07/14] geode git commit: GEODE-2605: Modified gfsh search lucene to require DATA:WRITE privilege to match client

2017-04-20 Thread khowe
GEODE-2605: Modified gfsh search lucene to require DATA:WRITE privilege to match client Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f6d3ab7f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f6d3ab7f Diff: http://gi

[09/14] geode git commit: GEODE-728: Rename Execution.withArgs to Execution.setArguments

2017-04-20 Thread khowe
http://git-wip-us.apache.org/repos/asf/geode/blob/3261319c/geode-core/src/test/java/org/apache/geode/internal/cache/execute/FunctionServiceStatsDUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/internal/cach

[13/14] geode git commit: GEODE-510 Bug48571DUnitTest.testStatsMatchWithSize failed

2017-04-20 Thread khowe
GEODE-510 Bug48571DUnitTest.testStatsMatchWithSize failed This ticket was marked fixed in early 2016 but the Flaky annotation was never removed and it was reopened by Anthony with no comment. I'm removing the Flaky annotation and closing the ticket. Project: http://git-wip-us.apache.org/repos/a

[05/14] geode git commit: GEODE-2653: Fix testRemoveMember and remove FlakyTest. This closes #437

2017-04-20 Thread khowe
GEODE-2653: Fix testRemoveMember and remove FlakyTest. This closes #437 Test removed self instead of the other member, and used the `any` matcher instead of `isA`. Cleanup GMSJoinLeaveJUnitTest. * Change Mockito's `any` to `isA`. * Replace some `Thread.sleep()` calls with Awaitility calls. * Rem

[03/14] geode git commit: GEODE-2103 Revise http-service-port defn per review

2017-04-20 Thread khowe
GEODE-2103 Revise http-service-port defn per review Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a43a9e5c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a43a9e5c Diff: http://git-wip-us.apache.org/repos/asf/geode/d

[11/14] geode git commit: GEODE-2632: refactor code to use interfaces instead of impls

2017-04-20 Thread khowe
http://git-wip-us.apache.org/repos/asf/geode/blob/52fad33b/geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/ExportLogsFunction.java -- diff --git a/geode-core/src/main/java/org/apache/geode/management/in

geode git commit: fix-2

2017-04-20 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEM-1299 5f991020c -> e289f4037 fix-2 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e289f403 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e289f403 Diff: h

geode git commit: fix-1

2017-04-20 Thread zhouxj
Repository: geode Updated Branches: refs/heads/feature/GEM-1299 [created] 5f991020c fix-1 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5f991020 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5f991020 Diff: http

[8/8] geode git commit: 2632: refactor code to use InternalCache instead of GemFireCacheImpl

2017-04-20 Thread klund
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/bbb3b153 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/bbb3b153 Diff: http://

[1/8] geode git commit: GEODE-510 Bug48571DUnitTest.testStatsMatchWithSize failed [Forced Update!]

2017-04-20 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-5 1bde842c8 -> bbb3b153f (forced update) GEODE-510 Bug48571DUnitTest.testStatsMatchWithSize failed This ticket was marked fixed in early 2016 but the Flaky annotation was never removed and it was reopened by Anthony with no comm

[6/8] geode git commit: GEODE-728: Using the correct parameter in withArgs

2017-04-20 Thread klund
GEODE-728: Using the correct parameter in withArgs ServerRegionFunctionExecutor.withArgs was not using it's argument, it was just passing the (null) field named args to setArguments. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/c

[3/8] geode git commit: GEODE-728: Rename Execution.withArgs to Execution.setArguments

2017-04-20 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/aaef124e/geode-core/src/test/java/org/apache/geode/internal/cache/execute/FunctionServiceStatsDUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/internal/cach

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

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

[2/8] geode git commit: GEODE-728: Rename Execution.withArgs to Execution.setArguments

2017-04-20 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/aaef124e/geode-core/src/test/java/org/apache/geode/internal/cache/execute/PRFunctionExecutionTimeOutDUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/interna

[5/8] geode git commit: GEODE-2796: ClassPathLoader does not blow up with null TCCL

2017-04-20 Thread klund
GEODE-2796: ClassPathLoader does not blow up with null TCCL Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/48d662aa Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/48d662aa Diff: http://git-wip-us.apache.org/repos/asf

[4/8] geode git commit: GEODE-728: Rename Execution.withArgs to Execution.setArguments

2017-04-20 Thread klund
GEODE-728: Rename Execution.withArgs to Execution.setArguments * created setArguments * deprecated withArgs * implemented setArguments of all Execution implementations in Geode project * replaced all of withArgs with setArguments This closes #457 Project: http://git-wip-us.apache.org/repos/

geode git commit: GEODE-2681: refactoring to prevent yncronization hang on getAnyInstance

2017-04-20 Thread khowe
Repository: geode Updated Branches: refs/heads/feature/GEODE-2681 [created] ae8350bcb GEODE-2681: refactoring to prevent yncronization hang on getAnyInstance Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ae8350bc Tree: h

[1/4] geode git commit: GEODE-728: Using the correct parameter in withArgs [Forced Update!]

2017-04-20 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-6 625e71b3e -> 9abb33737 (forced update) GEODE-728: Using the correct parameter in withArgs ServerRegionFunctionExecutor.withArgs was not using it's argument, it was just passing the (null) field named args to setArguments. Pr

[4/4] geode git commit: 2632: 1st pass cleaning up GemFireCacheImpl

2017-04-20 Thread klund
2632: 1st pass cleaning up GemFireCacheImpl * remove dead-code * add @Override annotations * remove uselss javadocs and comments * reduce scope of constants/vars/methods where possible * fix misc IDE warnings Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.ap

[3/4] geode git commit: 2632: 1st pass cleaning up GemFireCacheImpl

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

[2/4] geode git commit: 2632: 1st pass cleaning up GemFireCacheImpl

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

[2/2] geode git commit: spotless

2017-04-20 Thread dschneider
spotless Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/232a61e6 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/232a61e6 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/232a61e6 Branch: refs/heads/feature/GE

[1/2] geode git commit: added unit test

2017-04-20 Thread dschneider
Repository: geode Updated Branches: refs/heads/feature/GEODE-2801 30703224e -> 232a61e67 added unit test Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b8e466e4 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b8e4

[2/3] geode git commit: 2632: 1st pass cleaning up GemFireCacheImpl

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

[3/3] geode git commit: 2632: 1st pass cleaning up GemFireCacheImpl

2017-04-20 Thread klund
2632: 1st pass cleaning up GemFireCacheImpl * remove dead-code * add @Override annotations * remove uselss javadocs and comments * reduce scope of constants/vars/methods where possible * fix misc IDE warnings Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.ap

[1/3] geode git commit: 2632: 1st pass cleaning up GemFireCacheImpl [Forced Update!]

2017-04-20 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-6 c64994713 -> 625e71b3e (forced update) http://git-wip-us.apache.org/repos/asf/geode/blob/625e71b3/geode-core/src/main/java/org/apache/geode/internal/cache/InternalCache.java -

geode git commit: GEODE-728: Using the correct parameter in withArgs

2017-04-20 Thread upthewaterspout
Repository: geode Updated Branches: refs/heads/develop 48d662aab -> 5891ed7c4 GEODE-728: Using the correct parameter in withArgs ServerRegionFunctionExecutor.withArgs was not using it's argument, it was just passing the (null) field named args to setArguments. Project: http://git-wip-us.apac

[1/3] geode git commit: 2632: 1st pass cleaning up GemFireCacheImpl

2017-04-20 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-6 [created] c64994713 http://git-wip-us.apache.org/repos/asf/geode/blob/c6499471/geode-core/src/main/java/org/apache/geode/internal/cache/InternalCache.java -- d

[3/3] geode git commit: 2632: 1st pass cleaning up GemFireCacheImpl

2017-04-20 Thread klund
2632: 1st pass cleaning up GemFireCacheImpl * remove dead-code * add @Override annotations * remove uselss javadocs and comments * reduce scope of constants/vars/methods where possible * fix misc IDE warnings Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.ap

[2/3] geode git commit: 2632: 1st pass cleaning up GemFireCacheImpl

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