geode git commit: GEODE-3396 Provide pub-tools support for product name & version variables

2017-08-04 Thread dbarnes
Repository: geode Updated Branches: refs/heads/develop 3fd633004 -> 23f7a75f7 GEODE-3396 Provide pub-tools support for product name & version variables Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/23f7a75f Tree: http://

[21/27] geode git commit: GEODE-3321: Adding ErrorCode values to protobuf protocol. This now closes #676

2017-08-04 Thread klund
GEODE-3321: Adding ErrorCode values to protobuf protocol. This now closes #676 Signed-off-by: Bruce Schuchardt Signed-off-by: Brian Rowe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c8cc4e60 Tree: http://git-wip-us.apach

[23/27] geode git commit: GEODE-3387: Cleaned up and minor refactoring of Lucene module

2017-08-04 Thread klund
GEODE-3387: Cleaned up and minor refactoring of Lucene module * In waitUntilFlushedFunction, cleaned out the unused vaiables * Removed mentions of gemfire from the module in comments * Removed comment “/* wrapper of IndexWriter */“ in LuceneIndexForPartitionedRegion

[20/27] geode git commit: GEODE-3307: CI failure: Uncaught exception in Membership View Creator

2017-08-04 Thread klund
GEODE-3307: CI failure: Uncaught exception in Membership View Creator Now we catch DistributedSystemDisconnectedException in ViewCreator thread and then mark shutdown true Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3c517

[19/27] geode git commit: GEODE-3286: Failing to cleanup connections from ConnectionTable

2017-08-04 Thread klund
GEODE-3286: Failing to cleanup connections from ConnectionTable In previous fix, we were checking "if thread is stopped then add connection to receiver list". Instead, it should be if thread is stopped then we should not add connection to receiver list. As a fix, we add connection to reciver list

[04/27] geode git commit: GEODE-1359: Refactor IndexCommandsDUnitTest to use test rules and allow for removal of CliCommandTestBase

2017-08-04 Thread klund
GEODE-1359: Refactor IndexCommandsDUnitTest to use test rules and allow for removal of CliCommandTestBase * this closes #670 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/636e970d Tree: http://git-wip-us.apache.org/repos/a

[09/27] geode git commit: GEODE-3380: There're 2 problems here 1) when removeAll is retried, it will get EntryNotFound exception. It should still put the remove event into the AEQ. 2) An old bug fix i

2017-08-04 Thread klund
GEODE-3380: There're 2 problems here 1) when removeAll is retried, it will get EntryNotFound exception. It should still put the remove event into the AEQ. 2) An old bug fix in 8.2 was not merged into develop: when removeAll encounter EntryNotFound exception, should return version tag of the tombs

[01/27] geode git commit: GEODE-3322: remove empty @return javadoc [Forced Update!]

2017-08-04 Thread klund
Repository: geode Updated Branches: refs/heads/feature/GEODE-3299 88b893b4b -> 634cbb34e (forced update) GEODE-3322: remove empty @return javadoc * make member fields immutable with final * fix minor IDE warnings Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-w

[26/27] geode git commit: Convert to use FunctionContext.getCache()

2017-08-04 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/634cbb34/geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/ExportDataFunction.java -- diff --git a/geode-core/src/main/java/org/apache/geode/management/in

[13/27] geode git commit: GEODE-3308: Lucene rolling upgrade and backwards compatibility tests added

2017-08-04 Thread klund
GEODE-3308: Lucene rolling upgrade and backwards compatibility tests added Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/37d388b3 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/37d388b3 Diff: http://git-wip-us.apach

[27/27] geode git commit: Convert to use FunctionContext.getCache()

2017-08-04 Thread klund
Convert to use FunctionContext.getCache() Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/634cbb34 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/634cbb34 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/634cbb

[22/27] geode git commit: GEODE-3387: Cleaned up and minor refactoring of Lucene module

2017-08-04 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/3fd63300/geode-lucene/src/test/java/org/apache/geode/cache/lucene/test/IndexRepositorySpy.java -- diff --git a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/test/IndexRe

[16/27] geode git commit: GEODE-3379: Fix a typo in the tests.

2017-08-04 Thread klund
GEODE-3379: Fix a typo in the tests. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/df104fce Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/df104fce Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/df104fce B

[25/27] geode git commit: Convert to use FunctionContext.getCache()

2017-08-04 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/634cbb34/geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/MemberRegionFunction.java -- diff --git a/geode-core/src/main/java/org/apache/geode/management/

[14/27] geode git commit: GEODE-3305 testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED

2017-08-04 Thread klund
GEODE-3305 testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED Reinstated cleaning up of TcpClient locator version information in tearDownVM. This was lost when DistributedTestCase was emptied and its contents poured into JUnit4DistributedTestCase. Project: http://git-wip-us.apache.org/repo

[08/27] geode git commit: GEODE-3314: Fix DLockService token leak.

2017-08-04 Thread klund
GEODE-3314: Fix DLockService token leak. And add a test so that we don't do that again. We had been unlocking the DLock on the remote server before freeing the local `DLockToken`. This meant that the local token got reused by another thread acquiring the same lock and the count went up and up and

[18/27] geode git commit: GEODE-3328: simplify GfshParserRule

2017-08-04 Thread klund
GEODE-3328: simplify GfshParserRule Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f52ebcaf Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f52ebcaf Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/f52ebcaf Br

[02/27] geode git commit: GEODE-3315: Replaced PreferBytes... with VMCachedDeserializable

2017-08-04 Thread klund
GEODE-3315: Replaced PreferBytes... with VMCachedDeserializable When getting a HAEventWrapper as part of a GII, make sure that we store the wrapper in a VMCachedDeserializable. This object needs to have a reference to the HAContainer. If PREFER_SERIALIZED is set to true, we we using a PreferBytesS

[07/27] geode git commit: GEODE-3028: Fix the expected value of the test that depended on Locale

2017-08-04 Thread klund
GEODE-3028: Fix the expected value of the test that depended on Locale Fix the test that uses the English message as the expected value so that it does not depend on the locale at runtime environment. This closes #556 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git

[05/27] geode git commit: GEODE-3284: New flow: getAvailableServers. This now closed #673

2017-08-04 Thread klund
GEODE-3284: New flow: getAvailableServers. This now closed #673 Signed-off-by: Bruce Schuchardt Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/bf2e0f6e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/bf2e0f6e Diff:

[12/27] geode git commit: GEODE-3380: spotlessApply to fix format

2017-08-04 Thread klund
GEODE-3380: spotlessApply to fix format Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/8d370977 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/8d370977 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/8d370977

[24/27] geode git commit: Convert to use FunctionContext.getCache()

2017-08-04 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/634cbb34/geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/SizeExportLogsFunction.java -- diff --git a/geode-core/src/main/java/org/apache/geode/managemen

[17/27] geode git commit: GEODE-3379: Geode transaction need to commit on primary buckets only.

2017-08-04 Thread klund
GEODE-3379: Geode transaction need to commit on primary buckets only. Fail the transaction commit if primary buckets have been moved from transaction hosting node. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f719

[11/27] geode git commit: GEODE-3055: The old primary's the shadow bucket is not initialized when rebalance remove it. Thus the new primary candidate can never initialize from it. The fix is to wait u

2017-08-04 Thread klund
GEODE-3055: The old primary's the shadow bucket is not initialized when rebalance remove it. Thus the new primary candidate can never initialize from it. The fix is to wait until new primary exists before remove the old primary's bucket in rebalance. When the colocated child bucket failed to initi

[03/27] geode git commit: GEODE-3339: Refactoring ClusterConfigurationServiceEndToEndDUnitTest

2017-08-04 Thread klund
GEODE-3339: Refactoring ClusterConfigurationServiceEndToEndDUnitTest * this closes #675 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/67026df7 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/67026df7 Diff: http://gi

[06/27] geode git commit: GEODE-3319 - refactor to use protobuf encoding for primitive types. This now closes #661

2017-08-04 Thread klund
GEODE-3319 - refactor to use protobuf encoding for primitive types. This now closes #661 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e5f8e8cb Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e5f8e8cb Diff: http://g

[15/27] geode git commit: GEODE-3328: simply extract connect command from ShellCommand

2017-08-04 Thread klund
GEODE-3328: simply extract connect command from ShellCommand Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b61078a1 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b61078a1 Diff: http://git-wip-us.apache.org/repos/as

[10/27] geode git commit: GEODE-3384: Javadoc change for PageableLuceneQueryResults

2017-08-04 Thread klund
GEODE-3384: Javadoc change for PageableLuceneQueryResults * Javadocs now mention that PageableLuceneQueryResults are serializable and can be sent to other members This closes #678 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/rep

geode git commit: GEODE-3249

2017-08-04 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-3249 1b0352478 -> 9e68875df GEODE-3249 Moved new test code into a new test method instead of overloading an existing test method. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos

geode git commit: GEODE-3249: Validate internal client/server messages

2017-08-04 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-3249 [created] 1b0352478 GEODE-3249: Validate internal client/server messages Work in progress. Messages that could harm a server now send credentials. TODO: perform authorization checks on the server Project: http://git-wip-us.ap

[1/2] geode git commit: GEODE-3387: Cleaned up and minor refactoring of Lucene module

2017-08-04 Thread nnag
Repository: geode Updated Branches: refs/heads/develop c8cc4e60b -> 3fd633004 http://git-wip-us.apache.org/repos/asf/geode/blob/3fd63300/geode-lucene/src/test/java/org/apache/geode/cache/lucene/test/IndexRepositorySpy.java -- d

[2/2] geode git commit: GEODE-3387: Cleaned up and minor refactoring of Lucene module

2017-08-04 Thread nnag
GEODE-3387: Cleaned up and minor refactoring of Lucene module * In waitUntilFlushedFunction, cleaned out the unused vaiables * Removed mentions of gemfire from the module in comments * Removed comment “/* wrapper of IndexWriter */“ in LuceneIndexForPartitionedRegion

geode git commit: GEODE-3321: Adding ErrorCode values to protobuf protocol. This now closes #676

2017-08-04 Thread udo
Repository: geode Updated Branches: refs/heads/develop 3c517d39b -> c8cc4e60b GEODE-3321: Adding ErrorCode values to protobuf protocol. This now closes #676 Signed-off-by: Bruce Schuchardt Signed-off-by: Brian Rowe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://g

[1/2] geode git commit: GEODE-3286: Failing to cleanup connections from ConnectionTable

2017-08-04 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop f52ebcaf4 -> 3c517d39b GEODE-3286: Failing to cleanup connections from ConnectionTable In previous fix, we were checking "if thread is stopped then add connection to receiver list". Instead, it should be if thread is stopped then we should

[2/2] geode git commit: GEODE-3307: CI failure: Uncaught exception in Membership View Creator

2017-08-04 Thread hiteshkhamesra
GEODE-3307: CI failure: Uncaught exception in Membership View Creator Now we catch DistributedSystemDisconnectedException in ViewCreator thread and then mark shutdown true Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3c517

geode git commit: GEODE-3393: One-way SSL commit failing with userHome/.keystore not found [Forced Update!]

2017-08-04 Thread udo
Repository: geode Updated Branches: refs/heads/feature/GEODE-3393 413c03ece -> 2ad2ef222 (forced update) GEODE-3393: One-way SSL commit failing with userHome/.keystore not found Signed-off-by: Galen O'Sullivan Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip