[incubator-geode] Git Push Summary

2016-11-07 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEM-983 [deleted] 78976c3ec

incubator-geode git commit: GEODE-1971: fix shutDownAll hang

2016-11-07 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop a20a6ba09 -> 02d962c20 GEODE-1971: fix shutDownAll hang changed to an AtomicBoolean, remove cache sync on addPartitionedRegion and requiresNotificationFromPR Project:

incubator-geode git commit: GEODE-2063: Increased the timeout on async thread join

2016-11-07 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 0a96cbd9a -> a20a6ba09 GEODE-2063: Increased the timeout on async thread join * Increase the time for the main thread to wait for the async operation to complete. Project:

incubator-geode git commit: GEODE-2077: Throw appropriate exceptions when get op in a transaction failed instead of return null.

2016-11-07 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 02d962c20 -> 89c522ad6 GEODE-2077: Throw appropriate exceptions when get op in a transaction failed instead of return null. Also added a dunit test which fails without the fix. Project:

[3/3] incubator-geode git commit: GEODE-1985: Updating the SAFE_QUERY_TIME after updating indexes

2016-11-07 Thread upthewaterspout
GEODE-1985: Updating the SAFE_QUERY_TIME after updating indexes This is a fix for pretty specific race condition 1) T1 does a put and gets to the point of calling setIndexBufferTime, but hasn't updated the indexes 2) T2 starts a query and finds the entry in the index even though the value no

[1/3] incubator-geode git commit: Adding a geode-benchmark project with support for running jmh benchmarks

2016-11-07 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/develop 2993e6d6f -> 2e1a8c420 Adding a geode-benchmark project with support for running jmh benchmarks Adding a new project with a couple of simple benchmarks using jmh, to make it easier for developers to write microbenchmarks of

[2/3] incubator-geode git commit: GEODE-1985 Removing some string comparisons in the AttributesDescriptor

2016-11-07 Thread upthewaterspout
GEODE-1985 Removing some string comparisons in the AttributesDescriptor Optimizing the attributes descriptor by removing some string comparisons. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4c0d302f

[02/13] incubator-geode git commit: GEODE-2065 Document defragmentationsInProgress statistic

2016-11-07 Thread udo
GEODE-2065 Document defragmentationsInProgress statistic This is a sub-task of GEODE-1590. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3b55eb69 Tree:

[01/13] incubator-geode git commit: GEODE-2013: throw IllegalStateException if resource type is missing

2016-11-07 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-2017 47d295cb2 -> cc67eddb6 GEODE-2013: throw IllegalStateException if resource type is missing Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[06/13] incubator-geode git commit: GEODE-2073: annotate flaky test with FlakyTest category

2016-11-07 Thread udo
GEODE-2073: annotate flaky test with FlakyTest category Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/082c0849 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/082c0849 Diff:

[7/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
GEODE-1912: use Spring shell's parser and delete our own parsing code Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/809d64d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/809d64d7

[3/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/main/java/org/apache/geode/management/internal/cli/parser/preprocessor/PreprocessorUtils.java -- diff --git

[6/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/main/java/org/apache/geode/management/internal/cli/GfshParser.java -- diff --git

[5/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/ShellCommands.java -- diff --git

[2/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/test/java/org/apache/geode/management/internal/cli/GfshParserJUnitTest.java -- diff --git

[05/13] incubator-geode git commit: GEODE-2072: annotate flaky test with FlakyTest category

2016-11-07 Thread udo
GEODE-2072: annotate flaky test with FlakyTest category Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c73bea74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c73bea74 Diff:

[08/13] incubator-geode git commit: GEODE-1955: fix flaky tests by properly closing the gfsh instance in ConnectToLocatorSSLDUnitTest

2016-11-07 Thread udo
GEODE-1955: fix flaky tests by properly closing the gfsh instance in ConnectToLocatorSSLDUnitTest GEODE-1955: fix flaky tests by properly closing the gfsh instance in ConnectToLocatorSSLDUnitTest GEODE-1955: fix flaky tests by properly closing the gfsh instance in ConnectToLocatorSSLDUnitTest

[07/13] incubator-geode git commit: GEODE-2071: annotate flaky test with FlakyTest category

2016-11-07 Thread udo
GEODE-2071: annotate flaky test with FlakyTest category Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3c0de2a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3c0de2a8 Diff:

[09/13] incubator-geode git commit: GEODE-1985 Removing some string comparisons in the AttributesDescriptor

2016-11-07 Thread udo
GEODE-1985 Removing some string comparisons in the AttributesDescriptor Optimizing the attributes descriptor by removing some string comparisons. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fdf63290

[12/13] incubator-geode git commit: GEODE-1821: Adjust timing to wait for async thread

2016-11-07 Thread udo
GEODE-1821: Adjust timing to wait for async thread This closes #279 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dd2df31b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/dd2df31b

incubator-geode git commit: GEODE-2079: mark the test as flaky

2016-11-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 2e1a8c420 -> b4077414e GEODE-2079: mark the test as flaky Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b4077414 Tree:

[1/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1912 [created] 809d64d71 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/HelpCommandsIntegrationTest.java

[4/7] incubator-geode git commit: GEODE-1912: use Spring shell's parser and delete our own parsing code

2016-11-07 Thread jinmeiliao
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/809d64d7/geode-core/src/main/java/org/apache/geode/management/internal/cli/help/utils/HelpUtils.java -- diff --git

incubator-geode git commit: GEODE-2082: rename aboveZeroKeepsAtLeastOneFile to aboveZeroDeletesOldestFile

2016-11-07 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/develop 64da18de4 -> 35f92e074 GEODE-2082: rename aboveZeroKeepsAtLeastOneFile to aboveZeroDeletesOldestFile Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[03/13] incubator-geode git commit: GEODE-2060 Update docs for security-related poperties

2016-11-07 Thread udo
GEODE-2060 Update docs for security-related poperties Add security-manager and security-post-processor. Deprecate others. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dd5af959 Tree:

[11/13] incubator-geode git commit: GEODE-2074: annotate flaky test with FlakyTest category

2016-11-07 Thread udo
GEODE-2074: annotate flaky test with FlakyTest category Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3cf725f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3cf725f4 Diff:

[09/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/jmx/internal/RMIRegistryService.java -- diff --git

[31/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/StatisticsFactory.java -- diff --git a/geode-core/src/main/java/org/apache/geode/StatisticsFactory.java

[incubator-geode] Git Push Summary

2016-11-07 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-2017 [deleted] 4e51ac5db

[13/13] incubator-geode git commit: GEODE-1985: Updating the SAFE_QUERY_TIME after updating indexes

2016-11-07 Thread udo
GEODE-1985: Updating the SAFE_QUERY_TIME after updating indexes This is a fix for pretty specific race condition 1) T1 does a put and gets to the point of calling setIndexBufferTime, but hasn't updated the indexes 2) T2 starts a query and finds the entry in the index even though the value no

[10/13] incubator-geode git commit: Adding a geode-benchmark project with support for running jmh benchmarks

2016-11-07 Thread udo
Adding a geode-benchmark project with support for running jmh benchmarks Adding a new project with a couple of simple benchmarks using jmh, to make it easier for developers to write microbenchmarks of geode. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-2079: mark the test as flaky

2016-11-07 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-2017 b62cb1d1a -> 4e51ac5db GEODE-2079: mark the test as flaky Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4e51ac5d Tree:

[42/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/extensions/geode-modules/src/main/java/org/apache/geode/modules/util/CreateRegionFunction.java -- diff --git

[44/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/extensions/geode-modules/src/main/java/org/apache/geode/modules/gatewaydelta/GatewayDeltaForwarderCacheListener.java -- diff --git

[52/61] incubator-geode git commit: Convert from ManagementTestCase to ManagementTestRule

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/14189d0e/geode-core/src/test/java/org/apache/geode/management/bean/stats/DistributedSystemStatsDUnitTest.java -- diff --git

[43/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/extensions/geode-modules/src/main/java/org/apache/geode/modules/session/catalina/DeltaSessionManager.java -- diff --git

[59/61] incubator-geode git commit: Convert from ManagementTestCase to ManagementTestRule

2016-11-07 Thread klund
Convert from ManagementTestCase to ManagementTestRule Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/14189d0e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/14189d0e Diff:

[37/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-assembly/src/test/java/org/apache/geode/rest/internal/web/controllers/RestAPIsQueryAndFEJUnitTest.java -- diff --git

[40/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-assembly/src/test/java/org/apache/geode/management/internal/cli/commands/LauncherLifecycleCommandsJUnitTest.java -- diff --git

[58/61] incubator-geode git commit: Convert from ManagementTestCase to ManagementTestRule

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/14189d0e/geode-core/src/test/java/org/apache/geode/management/ClientHealthStatsDUnitTest.java -- diff --git

[46/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/extensions/geode-modules-session/src/test/java/org/apache/geode/modules/session/internal/filter/CommonTests.java -- diff --git

[53/61] incubator-geode git commit: Convert from ManagementTestCase to ManagementTestRule

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/14189d0e/geode-core/src/test/java/org/apache/geode/management/RegionManagementDUnitTest.java -- diff --git

[47/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/extensions/geode-modules-session/src/main/java/org/apache/geode/modules/session/filter/SessionCachingFilter.java -- diff --git

[50/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/build.gradle -- diff --git a/build.gradle b/build.gradle index bc31c92..a734e05 100755 --- a/build.gradle +++ b/build.gradle @@ -24,6 +24,7 @@ buildscript {

incubator-geode git commit: GEODE-2017: removal of nonPRSingleHop stat in client

2016-11-07 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-2017 [created] 3046ea831 GEODE-2017: removal of nonPRSingleHop stat in client Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/6] incubator-geode git commit: GEODE-1874: Checkin after code formatting refactor

2016-11-07 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/develop 3046ea831 -> 15450f5c3 GEODE-1874: Checkin after code formatting refactor Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1661504f Tree:

[3/6] incubator-geode git commit: GEODE-1874: Changed setNextNeighbor to not create HashMap for every p2p invocation

2016-11-07 Thread udo
GEODE-1874: Changed setNextNeighbor to not create HashMap for every p2p invocation Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b3d32850 Tree:

[2/6] incubator-geode git commit: GEODE-1874: Changed setNextNeighbor to not create HashMap for every p2p invocation

2016-11-07 Thread udo
GEODE-1874: Changed setNextNeighbor to not create HashMap for every p2p invocation Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b0c6f05b Tree:

[incubator-geode] Git Push Summary

2016-11-07 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1874 [deleted] c330e5e56

[5/6] incubator-geode git commit: GEODE-1874: Changed setNextNeighbor to not create HashMap for every p2p invocation

2016-11-07 Thread udo
GEODE-1874: Changed setNextNeighbor to not create HashMap for every p2p invocation Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/593c7025 Tree:

[4/6] incubator-geode git commit: GEODE-1874: Changed setNextNeighbor to not create HashMap for every p2p invocation

2016-11-07 Thread udo
GEODE-1874: Changed setNextNeighbor to not create HashMap for every p2p invocation Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5b0c5650 Tree:

[10/50] [abbrv] incubator-geode git commit: GEODE-2079: mark the test as flaky

2016-11-07 Thread klund
GEODE-2079: mark the test as flaky Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b4077414 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b4077414 Diff:

[16/50] [abbrv] incubator-geode git commit: GEODE-288: move admin packages to internal

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bb27bf1/geode-core/src/main/java/org/apache/geode/internal/admin/api/jmx/impl/MemberInfoWithStatsMBean.java -- diff --git

incubator-geode git commit: GEODE-2064: Added check for system shutdown while handlling connect exception

2016-11-07 Thread agingade
Repository: incubator-geode Updated Branches: refs/heads/develop 15450f5c3 -> 0a96cbd9a GEODE-2064: Added check for system shutdown while handlling connect exception While message send in progress, if the system gets shutdown (forced disconnect), the send (message delivery to peers) reports

[20/50] [abbrv] incubator-geode git commit: GEODE-288: move admin packages to internal

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bb27bf1/geode-core/src/main/java/org/apache/geode/internal/admin/api/jmx/impl/AgentImpl.java -- diff --git

[02/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/cache/DynamicRegionFactory.java -- diff --git

[23/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/internal/BackupDataStoreHelper.java -- diff --git

[35/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/CancelCriterion.java -- diff --git a/geode-core/src/main/java/org/apache/geode/CancelCriterion.java

[07/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/cache/AttributesFactory.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/AttributesFactory.java

[14/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/jmx/internal/AgentLauncher.java -- diff --git

[36/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-assembly/src/test/java/org/apache/geode/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java -- diff --git

[19/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/internal/MemberHealthEvaluator.java -- diff --git

[12/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/jmx/internal/MX4JModelMBean.java -- diff --git

[08/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/jmx/internal/SystemMemberJmx.java -- diff --git

[30/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/SystemFailure.java -- diff --git a/geode-core/src/main/java/org/apache/geode/SystemFailure.java

[06/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/cache/AttributesMutator.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/AttributesMutator.java

[17/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/jmx/internal/AdminDistributedSystemJmxImpl.java -- diff --git

[60/61] incubator-geode git commit: Remove unused imports

2016-11-07 Thread klund
Remove unused imports Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e8b55518 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e8b55518 Diff:

[16/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/jmx/internal/AgentConfigImpl.java -- diff --git

[22/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/internal/DistributedSystemConfigImpl.java -- diff --git

[18/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/internal/SystemMemberRegionEventImpl.java -- diff --git

[25/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/SystemMembershipListener.java -- diff --git

[20/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/internal/LogCollator.java -- diff --git

[41/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-assembly/src/test/java/org/apache/geode/BundledJarsJUnitTest.java -- diff --git a/geode-assembly/src/test/java/org/apache/geode/BundledJarsJUnitTest.java

[38/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-assembly/src/test/java/org/apache/geode/rest/internal/web/controllers/RestAPIsAndInterOpsDUnitTest.java -- diff --git

[39/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-assembly/src/test/java/org/apache/geode/rest/internal/web/controllers/Customer.java -- diff --git

[45/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/extensions/geode-modules-session/src/test/java/org/apache/geode/modules/session/junit/PerTestClassLoaderRunner.java -- diff --git

[21/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/internal/EnabledManagedEntityController.java -- diff --git

[55/61] incubator-geode git commit: Convert from ManagementTestCase to ManagementTestRule

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/14189d0e/geode-core/src/test/java/org/apache/geode/management/OffHeapManagementDUnitTest.java -- diff --git

[48/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/extensions/geode-modules-session-internal/src/main/java/org/apache/geode/modules/session/internal/filter/GemfireSessionManager.java -- diff --git

[28/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/CacheServerConfig.java -- diff --git a/geode-core/src/main/java/org/apache/geode/admin/CacheServerConfig.java

[24/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/internal/AdminDistributedSystemImpl.java -- diff --git

[61/61] incubator-geode git commit: Fix TestClientIdsDUnitTest

2016-11-07 Thread klund
Fix TestClientIdsDUnitTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c0a70641 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c0a70641 Diff:

[54/61] incubator-geode git commit: Convert from ManagementTestCase to ManagementTestRule

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/14189d0e/geode-core/src/test/java/org/apache/geode/management/QueryDataDUnitTest.java -- diff --git

[32/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/LogWriter.java -- diff --git a/geode-core/src/main/java/org/apache/geode/LogWriter.java

[33/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/Delta.java -- diff --git a/geode-core/src/main/java/org/apache/geode/Delta.java

[49/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/etc/intellij-java-google-style.xml -- diff --git a/etc/intellij-java-google-style.xml b/etc/intellij-java-google-style.xml new file mode 100644 index

[27/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/GemFireMemberStatus.java -- diff --git

[56/61] incubator-geode git commit: Convert from ManagementTestCase to ManagementTestRule

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/14189d0e/geode-core/src/test/java/org/apache/geode/management/LocatorManagementDUnitTest.java -- diff --git

[26/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/SystemMemberBridgeServer.java -- diff --git

[11/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/jmx/internal/MX4JServerSocketFactory.java -- diff --git

[01/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates. [Forced Up

2016-11-07 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1930 032a37ef3 -> c0a706417 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/cache/EntryNotFoundInRegion.java

[03/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/cache/DiskStoreFactory.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/DiskStoreFactory.java

[15/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/admin/jmx/internal/AgentImpl.java -- diff --git

[05/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/cache/CacheFactory.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/CacheFactory.java

[04/61] [partial] incubator-geode git commit: Added Spotless plugin to enforce formatting standards. Added Google Java Style guide formatter templates, removed existing formatter templates.

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8bf39571/geode-core/src/main/java/org/apache/geode/cache/CacheWriter.java -- diff --git a/geode-core/src/main/java/org/apache/geode/cache/CacheWriter.java

incubator-geode git commit: GEODE-2017: removal of nonPRSingleHop stat in client

2016-11-07 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/develop b4077414e -> 3046ea831 GEODE-2017: removal of nonPRSingleHop stat in client Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3046ea83

[incubator-geode] Git Push Summary

2016-11-07 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-2017 [deleted] 3046ea831

[43/50] [abbrv] incubator-geode git commit: GEODE-288: move admin packages to internal

2016-11-07 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bb27bf1/geode-core/src/main/java/org/apache/geode/admin/internal/GemFireHealthImpl.java -- diff --git

[49/50] [abbrv] incubator-geode git commit: GEODE-288: move admin packages to internal

2016-11-07 Thread klund
GEODE-288: move admin packages to internal * org.apache.geode.admin (old Admin API) moves to org.apache.geode.internal.admin.api * org.apache.geode.admin.internal (old Amin API implementation) moves to org.apache.geode.internal.admin.api.impl * org.apache.geode.admin.jmx (old JMX API) moves to

  1   2   >