incubator-geode git commit: GEODE-1999: Fix offheap memory leak when exception is thrown during basicDestroy call to remove GatewaySenderEventImpl from the sender queue

2016-10-13 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 582694d3d -> 08adacd2c GEODE-1999: Fix offheap memory leak when exception is thrown during basicDestroy call to remove GatewaySenderEventImpl from the sender queue Using try and finally to make sure the offheap reference will be

incubator-geode git commit: GEODE-2021: Non colocated gets in a transaction should get TransactionDataNotColocatedException

2016-10-21 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop fadd92b05 -> 56917a26a GEODE-2021: Non colocated gets in a transaction should get TransactionDataNotColocatedException Throw TransactionDataNotColocatedException when get locally failed with BucketNotFoundException Added a duni

incubator-geode git commit: GEODE-1692: Handle IllegalStateException when node is disconnecting from distributed system.

2016-07-26 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 08016b32b -> b3b2c8909 GEODE-1692: Handle IllegalStateException when node is disconnecting from distributed system. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos

incubator-geode git commit: GEODE-1678: Fix offheap memory leak when gateway sender events failed to be enqueued to GatewaySenderQueue.

2016-07-29 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 547fc4886 -> bf6cf4147 GEODE-1678: Fix offheap memory leak when gateway sender events failed to be enqueued to GatewaySenderQueue. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.a

incubator-geode git commit: GEODE-1517: fix TXStateProxyImpl continue working after TXManagerImpl is closed.

2016-06-13 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop d07c966bb -> 6f70cd703 GEODE-1517: fix TXStateProxyImpl continue working after TXManagerImpl is closed. Holding the ReentrantLock during TXManagerImpl.close() when closing TXStateProxyImpl. Provent any TXStateProxyImpl to work f

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: http://git-wip-us.apache.org/repos/asf/i

incubator-geode git commit: GEODE-2091: Do not return false when containsValueForKey call failed in a transaction

2016-11-10 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop bd229d768 -> e01dbe6f5 GEODE-2091: Do not return false when containsValueForKey call failed in a transaction Correctly handle exception to fail the transaction instead of returning null. Add check for colocated buckets so that c

incubator-geode git commit: GEODE-2088: Correctly throw TransactionDataRebalancedException when bucket is moved during rebalance.

2016-11-15 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop c9e3b0540 -> 139398a1f GEODE-2088: Correctly throw TransactionDataRebalancedException when bucket is moved during rebalance. Turns out the transaction layer code has already handled when to throw TransactionDataNotColocatedExce

incubator-geode git commit: GEODE-1234: add a test hook to track client transactions scheduled to be removed.

2016-05-09 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 3fe55d4ad -> 0bf542549 GEODE-1234: add a test hook to track client transactions scheduled to be removed. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incuba

[1/2] incubator-geode git commit: Handle inflight p2p transaction message received later than failover message. Add unit test cases.

2016-05-24 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1400 [created] 2d70868b5 Handle inflight p2p transaction message received later than failover message. Add unit test cases. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apa

[2/2] incubator-geode git commit: Handle late arrival of inflight p2p transaction message.

2016-05-24 Thread eshu11
Handle late arrival of inflight p2p transaction message. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2d70868b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2d70868b Diff: http://git-

[2/2] incubator-geode git commit: Move hasTxAlreadyFinished method to TXManagerImpl. Modified unit tests accordingly.

2016-05-25 Thread eshu11
Move hasTxAlreadyFinished method to TXManagerImpl. Modified unit tests accordingly. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a429d8f9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree

[1/2] incubator-geode git commit: Change to unix file.

2016-05-25 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1400 2d70868b5 -> a429d8f9c Change to unix file. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7f9ba299 Tree: http://git-wip-us.a

incubator-geode git commit: Mock TXManagerImpl instead of using real one in testing PartitionMessage and RemoteOperationMessage. Avoid Thead.sleep in the unit test.

2016-05-26 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1400 a429d8f9c -> b7f5d31d8 Mock TXManagerImpl instead of using real one in testing PartitionMessage and RemoteOperationMessage. Avoid Thead.sleep in the unit test. Project: http://git-wip-us.apache.org/repos/asf/incubato

incubator-geode git commit: GEODE-1169 Free offheap memory for recovered region entries when there is a configuration change.

2016-04-05 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop e7b7360b3 -> 36f3f8da0 GEODE-1169 Free offheap memory for recovered region entries when there is a configuration change. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/

incubator-geode git commit: GEODE-1221 Move no longer supported use case to test tree.

2016-04-13 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 90ab09cc4 -> 6c033cfe7 GEODE-1221 Move no longer supported use case to test tree. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6c033cf

incubator-geode git commit: [GEODE-176] fixes the issue

2015-08-03 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 3393f5a31 -> 7ae27529a [GEODE-176] fixes the issue Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7ae27529 Tree: http://git-wip-us.apach

incubator-geode git commit: Fixes GEODE-444 by closing client cache before closing server cache.

2015-10-19 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-409 5da17d120 -> 26fbf659c Fixes GEODE-444 by closing client cache before closing server cache. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-

incubator-geode git commit: [fixes GEODE-414] Add a retry so that PRMetaData will be updated with correct data.

2015-10-22 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-409 1e6cc66d4 -> a73dc1b7d [fixes GEODE-414] Add a retry so that PRMetaData will be updated with correct data. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos

incubator-geode git commit: [fixes GEODE-456] Fixes a race condition in the test by waiting for the condition instead.

2015-10-23 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-409 791a4184b -> 20c39d7f3 [fixes GEODE-456] Fixes a race condition in the test by waiting for the condition instead. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.o

incubator-geode git commit: [fixes GEODE-493] Fixes a race that an async thread not yet updating the PR metadata.

2015-10-28 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-409 c9a7f1027 -> 0cc9d895b [fixes GEODE-493] Fixes a race that an async thread not yet updating the PR metadata. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/re

incubator-geode git commit: [fixes GEODE-477] add the exception as expected for the test.

2015-10-30 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-409 e26f3dacf -> 6e4edbd1a [fixes GEODE-477] add the exception as expected for the test. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/c

incubator-geode git commit: [fixes GEODE-507] Add the exception as expected.

2015-10-30 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-409 6e4edbd1a -> 74ecbe14a [fixes GEODE-507] Add the exception as expected. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/74ecbe1

incubator-geode git commit: Removed unused variables in the test. Add pollInterval and pollDelay when await.

2016-05-31 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1400 b7f5d31d8 -> 5d6313910 Removed unused variables in the test. Add pollInterval and pollDelay when await. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/a

[07/50] [abbrv] incubator-geode git commit: GEODE-1458: Prevent sequence logger from launching and closing a thread

2016-05-31 Thread eshu11
GEODE-1458: Prevent sequence logger from launching and closing a thread The sequence logger code was launching a thread from a static block, even if it was not enabled. The thread was then immediately dying. Fixing the code to not launch the thread unless it is enabled, and to not die immediately

[04/50] [abbrv] incubator-geode git commit: GEODE-1453: when parsing field value, should consider it is null

2016-05-31 Thread eshu11
GEODE-1453: when parsing field value, should consider it is null Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/31096fbf Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/31096fbf Diff: htt

[14/50] [abbrv] incubator-geode git commit: GEODE-1456: fix race in GemFireCacheImplTest

2016-05-31 Thread eshu11
GEODE-1456: fix race in GemFireCacheImplTest The race was caused by the GemFireCacheImpl constructor creating a real TypeRegistry. The TypeRegistry creates a region which scheduled an async create region event with the event pool. So when the test set "initialCount" this create region event migh

[13/50] [abbrv] incubator-geode git commit: GEODE-17: when connecting to a secure manager, prompt for username and password

2016-05-31 Thread eshu11
GEODE-17: when connecting to a secure manager, prompt for username and password * refactor the connect command for better readability and retry handling * throw AuthenticationFailedException for consistency Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-w

[50/50] [abbrv] incubator-geode git commit: GEODE-1400: An inflight transaction op could arrive later than a client failover operation

2016-05-31 Thread eshu11
GEODE-1400: An inflight transaction op could arrive later than a client failover operation * Handle inflight p2p transaction message received later than failover message. * Add unit tests. * Move hasTxAlreadyFinished method to TXManagerImpl. Project: http://git-wip-us.apache.org/repos/asf

[15/50] [abbrv] incubator-geode git commit: GEODE-1460 RemoveAll fails with NPE in com.gemstone.gemfire.internal.cache.tier.sockets.CacheClientNotifier.checkAndRemoveFromClientMsgsRegion()

2016-05-31 Thread eshu11
GEODE-1460 RemoveAll fails with NPE in com.gemstone.gemfire.internal.cache.tier.sockets.CacheClientNotifier.checkAndRemoveFromClientMsgsRegion() Make haContainer volatile. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubat

[05/50] [abbrv] incubator-geode git commit: GEODE-1425: fix callback arg parameter order

2016-05-31 Thread eshu11
GEODE-1425: fix callback arg parameter order Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cae8f7fe Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/cae8f7fe Diff: http://git-wip-us.apach

[09/50] [abbrv] incubator-geode git commit: GEODE-748: Unexpected version string returned from gfsh

2016-05-31 Thread eshu11
GEODE-748: Unexpected version string returned from gfsh Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/525cd811 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/525cd811 Diff: http://git-w

[25/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/test/java/com/gemstone/gemfire/cache/query/internal/QueryObjectSerializationJUnitTest.java -- diff --git a/geode-core/src/test/java/com/gemstone/g

[48/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/extensions/geode-modules/src/main/java/com/gemstone/gemfire/modules/util/RegionConfiguration.java -- diff --git a/extensions/geode-modules/src/main/java/com/gems

[44/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionInDoubtException.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/Transact

[41/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/cache/query/types/MapType.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/query/types/MapT

[30/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/logging/SecurityLogWriter.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/logg

[26/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/management/membership/ClientMembershipEvent.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/mana

[45/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAction.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAction.java

[38/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/admin/Alert.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/admin/Alert.java

[16/50] [abbrv] incubator-geode git commit: GEODE-11: Adding a test of queries with redundancy

2016-05-31 Thread eshu11
GEODE-11: Adding a test of queries with redundancy Adding a test of distributed queries on PRs with redundancy Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/13399301 Tree: http://git-wip-us.apache.org/re

[27/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/GfshConfig.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/managem

[20/50] [abbrv] incubator-geode git commit: GEODE-1454: Have "region" attribute, in JSONAuthorization json file be an array

2016-05-31 Thread eshu11
GEODE-1454: Have "region" attribute, in JSONAuthorization json file be an array - Also converted to Jackson. Be gone org.json!! Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/03246b40 Tree: http://git-wip

[33/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/ha/HARegionQueue.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/h

[17/50] [abbrv] incubator-geode git commit: GEODE-11: Adding stats for lucene index updates and queries

2016-05-31 Thread eshu11
GEODE-11: Adding stats for lucene index updates and queries Adding some initial stats for lucene indexes tracking updates and queries. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3e8fe7af Tree: http://

[34/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/VMThinLRURegionEntry.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cac

[28/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/MemberCommands.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/

[37/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/ClientSubscriptionConfigImpl.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/inte

[22/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/test/java/com/gemstone/gemfire/security/generator/AuthzCredentialGenerator.java -- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/secu

[19/50] [abbrv] incubator-geode git commit: GEODE-1455: Add SecurityTest JUnit category to outstanding gfsh / JMX security tests

2016-05-31 Thread eshu11
GEODE-1455: Add SecurityTest JUnit category to outstanding gfsh / JMX security tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c427eb3a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tr

[49/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
GEODE-1316: Changing @since tags to @GemFire or @Geode * Modified existing @since tags that had 9.0 to @since Geode 1.0 * Modified existing @since 1.0 tags to @Geode 1.0 if appropriate * Modified all other existing @since tags to @GemFire * Fixed a comment with mispelling * Changed 59poc and 57_ma

[18/50] [abbrv] incubator-geode git commit: GEODE-1267: Remove unneeded ASF attributions

2016-05-31 Thread eshu11
GEODE-1267: Remove unneeded ASF attributions For ASF projects, we do not need to include the following boilerplate text from the dependent NOTICE files: Apache Foo Copyright 2016 The Apache Software Foundation We only need to include the dependent NOTICE when the text goes beyond the above (see

[42/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/cache/partition/PartitionRegionHelper.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/part

[29/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/tcp/MsgStreamer.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/tcp/MsgStreame

incubator-geode git commit: GEODE-1400: An inflight transaction op could arrive later than a client failover operation

2016-05-31 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 8eac0fa8c -> 384d379ae GEODE-1400: An inflight transaction op could arrive later than a client failover operation * Handle inflight p2p transaction message received later than failover message. * Add unit tests. * Move has

[31/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheXml.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/

[23/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DeltaEOFException.java -- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/in

[32/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheClientNotifier.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/

[incubator-geode] Git Push Summary

2016-05-31 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1400 [deleted] 384d379ae

[08/50] [abbrv] incubator-geode git commit: GEODE-1296: change conditional in getRawBytes to assert

2016-05-31 Thread eshu11
GEODE-1296: change conditional in getRawBytes to assert Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6c626b7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6c626b7e Diff: http://git-w

[12/50] [abbrv] incubator-geode git commit: GEODE-17: when connecting to a secure manager, prompt for username and password

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a2f7c6bd/geode-core/src/main/java/com/gemstone/gemfire/management/internal/web/shell/AbstractHttpOperationInvoker.java -- diff --git a/geode-core/src/main/java/com/gemsto

[43/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/cache/client/internal/ReadyForEventsOp.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/cli

[47/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/admin/SystemMember.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/admin/SystemMember.java b/ge

[03/50] [abbrv] incubator-geode git commit: GEODE-1413: Replaced wait with awaitility clause on receiver regionSize

2016-05-31 Thread eshu11
GEODE-1413: Replaced wait with awaitility clause on receiver regionSize * Replaced the wait for 2 seconds with awaitility clause which waits for the receiver region size to become the expected size. This closes #146 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: h

[10/50] [abbrv] incubator-geode git commit: This closes #148

2016-05-31 Thread eshu11
This closes #148 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cae188cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/cae188cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ge

[06/50] [abbrv] incubator-geode git commit: GEODE-1428: deliver event synchronously if it is rejected

2016-05-31 Thread eshu11
GEODE-1428: deliver event synchronously if it is rejected Changed unit test to use close instead of emergencyClose. Doing this caused an event to be sent after the async thread pool was shutdown which resulted in a suspect warning without this fix. Project: http://git-wip-us.apache.org/repos/asf

[21/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-pulse/src/main/java/com/vmware/gemfire/tools/pulse/internal/service/MemberHeapUsageService.java -- diff --git a/geode-pulse/src/main/java/com/vmware/gemfir

[11/50] [abbrv] incubator-geode git commit: GEODE-1451: refactor decodeAddressToBytes into two methods

2016-05-31 Thread eshu11
GEODE-1451: refactor decodeAddressToBytes into two methods The boolean parameters have been removed and two methods now exist: 1. decodeAddressToRawBytes(long) 2. decodeUncompressedAddressToBytes(long) Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us

[40/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/DistributionAdvisor.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/distrib

[02/50] [abbrv] incubator-geode git commit: GEODE-1121: Reduced the memory configurations in the overflow tests.

2016-05-31 Thread eshu11
GEODE-1121: Reduced the memory configurations in the overflow tests. * Reduced the sender's max memory to 1MB. * Reduced the amount of puts to 5MB. * Introduced a listener to sleep on create event in the receiver to slow down the sender. * Modified the addListenerToSleepOnCreate function signatur

[46/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/admin/jmx/internal/GemFireHealthConfigJmxImpl.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/ad

[24/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/test/java/com/gemstone/gemfire/distributed/DistributedSystemDUnitTest.java -- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/distribut

[35/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/RemotePutMessage.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/R

[36/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/LocalRegion.java -- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/LocalR

[01/50] [abbrv] incubator-geode git commit: GEODE-11: let query to use index's analyzer; add tests for customized analyzer and analyzer per field [Forced Update!]

2016-05-31 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1400 5d6313910 -> 384d379ae (forced update) GEODE-11: let query to use index's analyzer; add tests for customized analyzer and analyzer per field Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit

[39/50] [abbrv] incubator-geode git commit: GEODE-1316: Changing @since tags to @GemFire or @Geode

2016-05-31 Thread eshu11
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8eac0fa8/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/locks/NonGrantorDestroyedProcessor.java -- diff --git a/geode-core/src/main/java/com/gemstone/

incubator-geode git commit: GEODE-1491: Make sure when checking if a transaction is completed from isHostedTxRecentlyCompleted() method, the rolled back transaction is considered as well.

2016-06-06 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 001a4e167 -> 0815e1b6e GEODE-1491: Make sure when checking if a transaction is completed from isHostedTxRecentlyCompleted() method, the rolled back transaction is considered as well. Project: http://git-wip-us.apache.org/repos

incubator-geode git commit: GEODE-1546: fix issue when a proxy server was shut down before its scheduled task of removing departed client is invoked.

2016-06-24 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop f38d6964b -> 87876a720 GEODE-1546: fix issue when a proxy server was shut down before its scheduled task of removing departed client is invoked. Move transactionTimeToLive setting into TXManagerImpl. Update proxy server to track

incubator-geode git commit: GEODE-1607: Fix ConcurrentModificationException during cache close

2016-06-30 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop ee057745c -> 186a09a74 GEODE-1607: Fix ConcurrentModificationException during cache close Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit

incubator-geode git commit: GOEDE-1621: Do not throw IllegalArgumentException in TXState cleanup() code if expected or before offheap resources are released.

2016-07-08 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop f8a899ca9 -> 8c71023b7 GOEDE-1621: Do not throw IllegalArgumentException in TXState cleanup() code if expected or before offheap resources are released. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit

incubator-geode git commit: GEODE-1649: Fixes IllegalStateException in mock junit test.

2016-07-12 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop 8b83f825a -> b35d330fc GEODE-1649: Fixes IllegalStateException in mock junit test. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b35d33