geode git commit: GEODE-2959: remove DistributedSystem instance in tearDown

2017-05-22 Thread klund
Repository: geode Updated Branches: refs/heads/develop 64798a583 -> aa189b1a6 GEODE-2959: remove DistributedSystem instance in tearDown Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/aa189b1a Tree:

[15/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsDiskRegionEntryHeapUUIDKey.java -- diff --git

[31/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/ObjIdConcurrentMap.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/ObjIdConcurrentMap.java

[30/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/admin/statalerts/GaugeThresholdDecoratorImpl.java -- diff --git

[27/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsDiskLRURegionEntryHeapUUIDKey.java -- diff --git

[50/69] [abbrv] geode git commit: GEODE-2938: Removed the deprecated tag

2017-05-22 Thread udo
GEODE-2938: Removed the deprecated tag * Removed the deprecated tag in OrderByComparatorUnmapped. * This code is still being used. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/da6c28c3 Tree:

[46/69] [abbrv] geode git commit: GEODE-2875 shutdown is taking as long as 20 seconds

2017-05-22 Thread udo
GEODE-2875 shutdown is taking as long as 20 seconds With a 1.2.0 release pending I am backing out the part of the fix for this issue that routed certain messages over UDP unicast. This change needs more testing as Hitesh suspects it is implicated in a number of hangs he has seen in his tests.

[16/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsDiskLRURegionEntryOffHeapStringKey2.java -- diff --git

[03/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/tcp/MsgStreamer.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/tcp/MsgStreamer.java

[07/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinLRURegionEntryOffHeapUUIDKey.java -- diff --git

[62/69] [abbrv] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/97a6e1ae/geode-core/src/test/java/org/apache/geode/cache/query/internal/index/ConcurrentIndexUpdateWithInplaceObjectModFalseDUnitTest.java -- diff --git

[56/69] [abbrv] geode git commit: GEODE-1994: Overhaul of internal.lang.StringUtils to extend and heavily use commons.lang.StringUtils

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/d16d192b/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliUtil.java -- diff --git

[67/69] [abbrv] geode git commit: GEODE-2582: New client can send a Put request with Protobuf IDL.

2017-05-22 Thread udo
GEODE-2582: New client can send a Put request with Protobuf IDL. * Update the proto IDL * Get a put request working. Currently this only uses String serialization; serialization protocols still have to be implemented. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[23/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsLRURegionEntryOffHeapUUIDKey.java -- diff --git

[33/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
GEODE-2929: remove superfluous uses of final from internal classes Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a4458531 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a4458531 Diff:

[19/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMThinLRURegionEntryOffHeapIntKey.java -- diff --git

[49/69] [abbrv] geode git commit: GEODE-2937: Restore removeFromQueueOnException

2017-05-22 Thread udo
GEODE-2937: Restore removeFromQueueOnException Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d9343d44 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/d9343d44 Diff:

[01/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes [Forced Update!]

2017-05-22 Thread udo
Repository: geode Updated Branches: refs/heads/feature/GEODE-2580 82cdd7bf5 -> 2ccedd062 (forced update) http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-web/src/test/java/org/apache/geode/management/internal/web/shell/RestHttpOperationInvokerJUnitTest.java

[64/69] [abbrv] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/97a6e1ae/geode-core/src/main/java/org/apache/geode/internal/cache/DistributedRegionFunctionStreamingMessage.java -- diff --git

[20/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMThinDiskRegionEntryOffHeapIntKey.java -- diff --git

[29/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/ExpiryTask.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/ExpiryTask.java

[61/69] [abbrv] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/97a6e1ae/geode-core/src/test/java/org/apache/geode/internal/cache/NonLocalRegionEntryTest.java -- diff --git

[18/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMThinRegionEntryOffHeapObjectKey.java -- diff --git

[36/69] [abbrv] geode git commit: GEODE-2915 Messages rejected due to unknown "vmkind"

2017-05-22 Thread udo
GEODE-2915 Messages rejected due to unknown "vmkind" The fix for GEODE_2875 has exacerbated this problem, which we used to only see in cases where disable-tcp=true or when multicast was enabled. The problem is that JGroupsMessenger is not sending the "vmkind" of the sender in message headers.

[58/69] [abbrv] geode git commit: GEODE-1994: Overhaul of internal.lang.StringUtils to extend and heavily use commons.lang.StringUtils

2017-05-22 Thread udo
GEODE-1994: Overhaul of internal.lang.StringUtils to extend and heavily use commons.lang.StringUtils * geode.internal.lang.StringUtils has been deprecated. In the interim, it has been heavily refactored and extends commons.lang.StringUtils. * * Renamed: * -- EMPTY_STRING -> EMPTY

[53/69] [abbrv] geode git commit: GEODE-1994: Overhaul of internal.lang.StringUtils to extend and heavily use commons.lang.StringUtils

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/d16d192b/geode-core/src/test/java/org/apache/geode/distributed/ServerLauncherIntegrationTest.java -- diff --git

[32/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionManager.java -- diff --git

[17/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsDiskLRURegionEntryHeapStringKey2.java -- diff --git

[40/69] [abbrv] geode git commit: GEODE-2914: Fixed few javadoc formatting issues.

2017-05-22 Thread udo
GEODE-2914: Fixed few javadoc formatting issues. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a22b9405 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a22b9405 Diff:

[66/69] [abbrv] geode git commit: GEODE-2959: add pre-condition assertion to LocatorLauncherTest

2017-05-22 Thread udo
GEODE-2959: add pre-condition assertion to LocatorLauncherTest * If this assertion fails then that means some other test that ran previously to this one created and left a DistributedSystem instance in existence. That other test needs to be found and it requires a tearDown to close and null out

[14/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsLRURegionEntryHeapLongKey.java -- diff --git

[57/69] [abbrv] geode git commit: GEODE-1994: Overhaul of internal.lang.StringUtils to extend and heavily use commons.lang.StringUtils

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/d16d192b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/HandShake.java -- diff --git

[38/69] [abbrv] geode git commit: GEODE-2836: CacheCallback now extends Declarable

2017-05-22 Thread udo
GEODE-2836: CacheCallback now extends Declarable Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a2ddc618 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a2ddc618 Diff:

[05/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/RemoveIndexesMessage.java -- diff --git

[11/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinDiskLRURegionEntryHeapLongKey.java -- diff --git

[60/69] [abbrv] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/97a6e1ae/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/LogWriterAppenderJUnitTest.java -- diff --git

[14/17] geode git commit: Add ServerLauncherUtils and CacheServerUtils

2017-05-22 Thread klund
Add ServerLauncherUtils and CacheServerUtils Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ed9a5ba9 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/ed9a5ba9 Diff:

[02/17] geode git commit: Cleanup CacheClientNotifier

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/eeab2576/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientProxy.java -- diff --git

[04/17] geode git commit: Cleanup CacheClientNotifier

2017-05-22 Thread klund
Cleanup CacheClientNotifier Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/eeab2576 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/eeab2576 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/eeab2576 Branch:

[06/17] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/71918769/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/RegisterInterest.java -- diff --git

[11/17] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/71918769/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientNotifier.java -- diff --git

[17/17] geode git commit: Run spotlessApply

2017-05-22 Thread klund
Run spotlessApply Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c6c2f5c0 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c6c2f5c0 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/c6c2f5c0 Branch:

[13/17] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
Cleanup BaseCommand Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/71918769 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/71918769 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/71918769 Branch:

[09/17] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/71918769/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/GatewayReceiverCommand.java -- diff --git

[12/17] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/71918769/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/BaseCommand.java -- diff --git

[10/17] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/71918769/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/DestroyRegion.java -- diff --git

[03/17] geode git commit: Cleanup CacheClientNotifier

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/eeab2576/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientNotifier.java -- diff --git

[16/17] geode git commit: Run spotlessApply

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/c6c2f5c0/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/GatewayReceiverCommand.java -- diff --git

[07/17] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/71918769/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/Put65.java -- diff --git

[01/17] geode git commit: GEODE-2959: add pre-condition assertion to LocatorLauncherTest [Forced Update!]

2017-05-22 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-16 b6527b31c -> c6c2f5c05 (forced update) GEODE-2959: add pre-condition assertion to LocatorLauncherTest * If this assertion fails then that means some other test that ran previously to this one created and left a

[08/17] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/71918769/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/GetFunctionAttribute.java -- diff --git

[05/17] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/71918769/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/RollbackCommand.java -- diff --git

[15/17] geode git commit: Run spotlessApply

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/c6c2f5c0/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/RegisterDataSerializers.java -- diff --git

[4/5] geode git commit: Merge branch 'feature/GEODE-269' of https://github.com/deepakddixit/incubator-geode into develop

2017-05-22 Thread jasonhuynh
Merge branch 'feature/GEODE-269' of https://github.com/deepakddixit/incubator-geode into develop Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/227f08be Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/227f08be Diff:

[3/5] geode git commit: GEODE-269 : Resolving conflicts with develop.

2017-05-22 Thread jasonhuynh
GEODE-269 : Resolving conflicts with develop. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3054de42 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3054de42 Diff:

[2/5] geode git commit: GEODE-269 : Resolving conflicts with develop.

2017-05-22 Thread jasonhuynh
GEODE-269 : Resolving conflicts with develop. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/929687e2 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/929687e2 Diff:

[5/5] geode git commit: GEODE-269: spotlessApply on merge resolution

2017-05-22 Thread jasonhuynh
GEODE-269: spotlessApply on merge resolution Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f1280fe8 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f1280fe8 Diff:

[1/5] geode git commit: GEODE-269 : Removing deprecated API's from FunctionService.

2017-05-22 Thread jasonhuynh
Repository: geode Updated Branches: refs/heads/develop aa189b1a6 -> f1280fe89 GEODE-269 : Removing deprecated API's from FunctionService. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e2f337a2 Tree:

geode git commit: Revert "GEODE-269: Removing deprecated API's from FunctionService."

2017-05-22 Thread jasonhuynh
Repository: geode Updated Branches: refs/heads/develop 7da9047a2 -> b47450667 Revert "GEODE-269: Removing deprecated API's from FunctionService." This reverts commit 7da9047a21f6b677066a107c5d378540b5e8b3fd. Reverting pull request completely, will wait for a new pull request without

geode git commit: GEODE-1597: fix auto-complete when user input ends with space

2017-05-22 Thread jinmeiliao
Repository: geode Updated Branches: refs/heads/develop b47450667 -> ae1c56f70 GEODE-1597: fix auto-complete when user input ends with space Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ae1c56f7 Tree:

[2/2] geode git commit: Revert "Merge branch 'feature/GEODE-269' of https://github.com/deepakddixit/incubator-geode into develop"

2017-05-22 Thread nnag
Revert "Merge branch 'feature/GEODE-269' of https://github.com/deepakddixit/incubator-geode into develop" This reverts commit 227f08be636d12d5e4a268a7039acae528c341d4, reversing changes made to aa189b1a620e543c5fabf007384612f20376be4c. Project: http://git-wip-us.apache.org/repos/asf/geode/repo

[1/2] geode git commit: Revert "GEODE-269: spotlessApply on merge resolution"

2017-05-22 Thread nnag
Repository: geode Updated Branches: refs/heads/develop f1280fe89 -> 4e3a4d762 Revert "GEODE-269: spotlessApply on merge resolution" This reverts commit f1280fe89984b6f5034708524db6278ec476439b. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-269: Removing deprecated API's from FunctionService.

2017-05-22 Thread jasonhuynh
Repository: geode Updated Branches: refs/heads/develop 4e3a4d762 -> 7da9047a2 GEODE-269: Removing deprecated API's from FunctionService. This closes #511 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7da9047a Tree:

[13/22] geode git commit: Run spotlessApply

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/7ab9c785/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/RegisterDataSerializers.java -- diff --git

geode git commit: GEODE-2956: Trimmed analyzer strings in create index

2017-05-22 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 8782f0b73 -> d88d2de96 GEODE-2956: Trimmed analyzer strings in create index This closes #524 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d88d2de9 Tree:

[1/2] geode git commit: Cleanup HARegionQueueJUnitTest and BlockingHARegionQueueJUnitTest [Forced Update!]

2017-05-22 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-16 4d4305dec -> 2a6959573 (forced update) http://git-wip-us.apache.org/repos/asf/geode/blob/2a695957/geode-core/src/test/java/org/apache/geode/internal/cache/ha/HARegionQueueJUnitTest.java

[2/2] geode git commit: Cleanup HARegionQueueJUnitTest and BlockingHARegionQueueJUnitTest

2017-05-22 Thread klund
Cleanup HARegionQueueJUnitTest and BlockingHARegionQueueJUnitTest Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2a695957 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/2a695957 Diff:

[02/22] geode git commit: Cleanup CacheClientNotifier

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/24ea6e67/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientNotifier.java -- diff --git

[11/22] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/92bc5159/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/BaseCommand.java -- diff --git

[03/22] geode git commit: Cleanup CacheClientNotifier

2017-05-22 Thread klund
Cleanup CacheClientNotifier Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/24ea6e67 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/24ea6e67 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/24ea6e67 Branch:

[19/22] geode git commit: Cleanup CacheClientUpdater

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/fe3a9568/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientUpdater.java -- diff --git

[20/22] geode git commit: Cleanup CacheClientUpdater

2017-05-22 Thread klund
Cleanup CacheClientUpdater Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/fe3a9568 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/fe3a9568 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/fe3a9568 Branch:

[15/22] geode git commit: Run spotlessApply

2017-05-22 Thread klund
Run spotlessApply Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7ab9c785 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/7ab9c785 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/7ab9c785 Branch:

[12/22] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
Cleanup BaseCommand Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/92bc5159 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/92bc5159 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/92bc5159 Branch:

[17/22] geode git commit: Cleanup Message class

2017-05-22 Thread klund
Cleanup Message class Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f2a70513 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f2a70513 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/f2a70513 Branch:

[06/22] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/92bc5159/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/Put65.java -- diff --git

[05/22] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/92bc5159/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/RegisterInterest.java -- diff --git

[18/22] geode git commit: Cleanup CacheClientUpdater

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/fe3a9568/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderOperationsDUnitTest.java -- diff --git

[14/22] geode git commit: Run spotlessApply

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/7ab9c785/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/GatewayReceiverCommand.java -- diff --git

[22/22] geode git commit: Cleanup HARegionQueueJUnitTest and BlockingHARegionQueueJUnitTest

2017-05-22 Thread klund
Cleanup HARegionQueueJUnitTest and BlockingHARegionQueueJUnitTest Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/fd84df29 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/fd84df29 Diff:

[16/22] geode git commit: Add ServerLauncherUtils and CacheServerUtils

2017-05-22 Thread klund
Add ServerLauncherUtils and CacheServerUtils Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f6c11738 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f6c11738 Diff:

[09/22] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/92bc5159/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/DestroyRegion.java -- diff --git

[08/22] geode git commit: Cleanup BaseCommand

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/92bc5159/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/GatewayReceiverCommand.java -- diff --git

[01/22] geode git commit: Cleanup CacheClientNotifier

2017-05-22 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-17 [created] fd84df29b http://git-wip-us.apache.org/repos/asf/geode/blob/24ea6e67/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientProxy.java

geode git commit: GEODE-269 : Removing deprecated API's from FunctionService.

2017-05-22 Thread nnag
Repository: geode Updated Branches: refs/heads/develop d88d2de96 -> 18db4bf38 GEODE-269 : Removing deprecated API's from FunctionService. * Modified test cases after removing deprecated API's This closes #526 Project: http://git-wip-us.apache.org/repos/asf/geode/repo

geode git commit: GEODE-2916: Fix a flaky timing issue.

2017-05-22 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop ae1c56f70 -> 8782f0b73 GEODE-2916: Fix a flaky timing issue. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/8782f0b7 Tree:

[3/6] geode git commit: Cleanup CacheClientUpdater

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/f13ceee6/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientUpdater.java -- diff --git

[4/6] geode git commit: Cleanup CacheClientUpdater

2017-05-22 Thread klund
Cleanup CacheClientUpdater Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f13ceee6 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f13ceee6 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/f13ceee6 Branch:

[6/6] geode git commit: Cleanup HARegionQueueJUnitTest and BlockingHARegionQueueJUnitTest

2017-05-22 Thread klund
Cleanup HARegionQueueJUnitTest and BlockingHARegionQueueJUnitTest Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4d4305de Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/4d4305de Diff:

[2/6] geode git commit: Cleanup CacheClientUpdater

2017-05-22 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/f13ceee6/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderOperationsDUnitTest.java -- diff --git

geode-native git commit: GEODE-2741: Update Windows build to use Visual Studio 2015.

2017-05-22 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 1658a120a -> 9d840acef GEODE-2741: Update Windows build to use Visual Studio 2015. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/9d840ace Tree:

[1/6] geode git commit: Cleanup Message class

2017-05-22 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-16 c6c2f5c05 -> 4d4305dec Cleanup Message class Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/971ab8b5 Tree:

[26/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsDiskLRURegionEntryOffHeapUUIDKey.java -- diff --git

[22/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsRegionEntryOffHeapStringKey2.java -- diff --git

[68/69] [abbrv] geode git commit: GEODE-2582: Add get request; add serializer to new protocol handler.

2017-05-22 Thread udo
GEODE-2582: Add get request; add serializer to new protocol handler. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/9973c493 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/9973c493 Diff:

[35/69] [abbrv] geode git commit: GEODE-2915 Messages rejected due to unknown "vmkind"

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/973eb33e/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt -- diff --git

[24/69] [abbrv] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-22 Thread udo
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsLRURegionEntryHeapStringKey2.java -- diff --git

[52/69] [abbrv] geode git commit: GEODE-2662: Gfsh displays field value on wrong line when receiving objects with missing fields

2017-05-22 Thread udo
GEODE-2662: Gfsh displays field value on wrong line when receiving objects with missing fields * DataCommandResult.buildTable refactored to scan for all necessary fields and build rows, padding with MISSING_VALUE as necessary. * ServerStarterRule adjusted to build .withPDXPersistent() rather

[43/69] [abbrv] geode git commit: GEODE-2934: fix typos

2017-05-22 Thread udo
GEODE-2934: fix typos Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/52dadee3 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/52dadee3 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/52dadee3 Branch:

[65/69] [abbrv] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-22 Thread udo
GEODE-2929: remove superfluous final from methods Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/97a6e1ae Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/97a6e1ae Diff:

  1   2   >