geode-native git commit: GEODE-2741: Fixes testEntriesMap.

2017-05-18 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 767033e5c -> 67c6ee2c2 GEODE-2741: Fixes testEntriesMap. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/67c6ee2c Tree:

[1/3] geode git commit: Cleanup CacheClientNotifier

2017-05-18 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-16 [created] 9b5bb06c4 http://git-wip-us.apache.org/repos/asf/geode/blob/9b5bb06c/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientProxy.java

[2/3] geode git commit: Cleanup CacheClientNotifier

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

[3/3] geode git commit: Cleanup CacheClientNotifier

2017-05-18 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/9b5bb06c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/9b5bb06c Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/9b5bb06c Branch:

[10/13] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-18 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/f0218047/geode-core/src/test/java/org/apache/geode/cache/query/internal/index/ConcurrentIndexUpdateWithInplaceObjectModFalseDUnitTest.java -- diff --git

[05/13] geode git commit: GEODE-2804 Update InetSocketAddress, when there is IOException.

2017-05-18 Thread klund
GEODE-2804 Update InetSocketAddress, when there is IOException. Geode keeps InetSocketAddress for locators. So, if locators ip changes in cloud/VM enviroment then Geode process unable to connect to locator. Thus we have fixed this problem in two way. a. If Geode client sees IOException while

[07/13] geode git commit: GEODE-2938: Removed the deprecated tag

2017-05-18 Thread klund
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:

[04/13] geode git commit: GEODE-2874: Fix StringIndexOutOfBoundsException while initializing logger

2017-05-18 Thread klund
GEODE-2874: Fix StringIndexOutOfBoundsException while initializing logger Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/90ee3d8a Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/90ee3d8a Diff:

[12/13] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-18 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/f0218047/geode-core/src/main/java/org/apache/geode/internal/cache/DistributedRegionFunctionStreamingMessage.java -- diff --git

[01/13] geode git commit: GEODE-2587: Refactored the OrderByComparator's compare method [Forced Update!]

2017-05-18 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2929-1 4d61b82e9 -> f02180476 (forced update) GEODE-2587: Refactored the OrderByComparator's compare method * This prevents creation of extra data structures like arrays of arrays * Hence let number of GC, faster

[06/13] geode git commit: GEODE-2937: Restore removeFromQueueOnException

2017-05-18 Thread klund
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:

[11/13] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-18 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/f0218047/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinRegionEntryHeap.java -- diff --git

[02/13] geode git commit: GEODE-2927: fix pulse logging and useLocator, SSL flags

2017-05-18 Thread klund
GEODE-2927: fix pulse logging and useLocator, SSL flags * using local mbs server connection will bypass all the mbean security checks * do not update the mbean attribute since pulse user has no cluster:write privilege at all * Created EmbeddedPulseRule for tests * simplify PulseAppListener * use

[03/13] geode git commit: GEODE-2875 shutdown is taking as long as 20 seconds

2017-05-18 Thread klund
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.

[1/6] geode git commit: GEODE-2929: remove superfluous final from methods [Forced Update!]

2017-05-18 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-2929-1 f28c415c8 -> 4d61b82e9 (forced update) http://git-wip-us.apache.org/repos/asf/geode/blob/4d61b82e/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/LogWriterAppenderJUnitTest.java

[3/6] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-18 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/4d61b82e/geode-core/src/test/java/org/apache/geode/cache/query/internal/index/ConcurrentIndexUpdateWithInplaceObjectModFalseDUnitTest.java -- diff --git

[4/6] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-18 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/4d61b82e/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinRegionEntryHeap.java -- diff --git

[2/6] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-18 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/4d61b82e/geode-core/src/test/java/org/apache/geode/internal/cache/NonLocalRegionEntryTest.java -- diff --git

[5/6] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-18 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/4d61b82e/geode-core/src/main/java/org/apache/geode/internal/cache/DistributedRegionFunctionStreamingMessage.java -- diff --git

[6/6] geode git commit: GEODE-2929: remove superfluous final from methods

2017-05-18 Thread klund
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/4d61b82e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/4d61b82e Diff:

geode git commit: GEODE-2938: Removed the deprecated tag

2017-05-18 Thread nnag
Repository: geode Updated Branches: refs/heads/develop d9343d440 -> da6c28c32 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:

geode git commit: GEODE-2937: Restore removeFromQueueOnException

2017-05-18 Thread jasonhuynh
Repository: geode Updated Branches: refs/heads/develop e216fde1e -> d9343d440 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:

geode git commit: GEODE-2937: Restore removeFromQueueOnException

2017-05-18 Thread jasonhuynh
Repository: geode Updated Branches: refs/heads/feature/GEODE-2937 [created] 9d5581b70 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/9d5581b7 Tree:

geode git commit: GEODE-2804 Update InetSocketAddress, when there is IOException.

2017-05-18 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop 90ee3d8a0 -> e216fde1e GEODE-2804 Update InetSocketAddress, when there is IOException. Geode keeps InetSocketAddress for locators. So, if locators ip changes in cloud/VM enviroment then Geode process unable to connect to locator. Thus we

geode git commit: GEODE-2874: Fix StringIndexOutOfBoundsException while initializing logger

2017-05-18 Thread jstewart
Repository: geode Updated Branches: refs/heads/develop 15245dfd2 -> 90ee3d8a0 GEODE-2874: Fix StringIndexOutOfBoundsException while initializing logger Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/90ee3d8a Tree:

geode git commit: GEODE-2875 shutdown is taking as long as 20 seconds

2017-05-18 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 0f978a6df -> 15245dfd2 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

geode git commit: GEODE-2927: fix pulse logging and useLocator, SSL flags

2017-05-18 Thread jinmeiliao
Repository: geode Updated Branches: refs/heads/develop b3fc0c814 -> 0f978a6df GEODE-2927: fix pulse logging and useLocator, SSL flags * using local mbs server connection will bypass all the mbean security checks * do not update the mbean attribute since pulse user has no cluster:write