[geode] 01/01: GEODE-3082 Integrated GenericProtocolServerConnection with ClientHealthMonitor.

2017-09-06 Thread hiteshkhamesra
This is an automated email from the ASF dual-hosted git repository. hiteshkhamesra pushed a commit to branch feature/GEODE-3082 in repository https://gitbox.apache.org/repos/asf/geode.git commit e7ca79659a80134a780b426aedc843551b276a84 Author: Alexander Murmann <amurm...@pivotal.io> Auth

[geode] branch feature/GEODE-3082 created (now e7ca796)

2017-09-06 Thread hiteshkhamesra
This is an automated email from the ASF dual-hosted git repository. hiteshkhamesra pushed a change to branch feature/GEODE-3082 in repository https://gitbox.apache.org/repos/asf/geode.git. at e7ca796 GEODE-3082 Integrated GenericProtocolServerConnection with ClientHealthMonitor

geode git commit: Closing pull request for GEODE-3406. Closes #716

2017-08-23 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop 1b84ecbe4 -> fa29ec13f Closing pull request for GEODE-3406. Closes #716 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/fa29ec13 Tree:

[6/7] geode git commit: GEODE-3406: Address more PR feedback

2017-08-22 Thread hiteshkhamesra
GEODE-3406: Address more PR feedback Signed-off-by: Alexander Murmann Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/0cc60434 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/0cc60434 Diff:

[3/7] geode git commit: GEODE-3406: Address PR feedback

2017-08-22 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/0eb320fa/geode-protobuf/src/test/java/org/apache/geode/protocol/protobuf/operations/PutRequestOperationHandlerJUnitTest.java -- diff --git

[2/7] geode git commit: GEODE-3406: Locator accepts Protobuf requests

2017-08-22 Thread hiteshkhamesra
GEODE-3406: Locator accepts Protobuf requests Also addresses GEODE-3400, GEODE-3399 This allows the locator to respond to Protobuf requests. Currently it will only be able to respond to getAvailableServers. To enable this we are introducing a new value of "0" that will be sent in place of the

[5/7] geode git commit: GEODE-3406: Exclude new exception class from analyze serialiable test

2017-08-22 Thread hiteshkhamesra
GEODE-3406: Exclude new exception class from analyze serialiable test Signed-off-by: Hitesh Khamesra Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a4fc1ddf Tree:

[7/7] geode git commit: GEODE-3406: Fixed test failures.

2017-08-22 Thread hiteshkhamesra
GEODE-3406: Fixed test failures. Now TcpServerFactory doesn't look for protobuf enabled property. If service is not available then it just ignores that Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/31e82d6d Tree:

[4/7] geode git commit: GEODE-3406: Address PR feedback

2017-08-22 Thread hiteshkhamesra
GEODE-3406: Address PR feedback * Rename ExecutionContext -> MessageExecutionContext * Properly close socket when processing ProtoBuf request in TcpServer * GetAvailableServersRequestHandler guards against `null` servers * minor style changes Signed-off-by: Alexander Murmann

[1/7] geode git commit: GEODE-3406: Locator accepts Protobuf requests

2017-08-22 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop be4551191 -> 31e82d6d6 http://git-wip-us.apache.org/repos/asf/geode/blob/530f48f3/geode-protobuf/src/test/java/org/apache/geode/protocol/protobuf/operations/GetRegionNamesRequestOperationHandlerJUnitTest.java

[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

[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:

geode git commit: GEODE-3314: Fix DLockService token leak.

2017-08-02 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop d77d69f65 -> d91096c19 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

geode git commit: WIP

2017-07-31 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/feature/GEODE-3285 7bdd362be -> 5139a6c2f WIP Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5139a6c2 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5139a6c2 Diff:

geode git commit: GEODE-3052 Need to reset isCoordinator flag in GMSLocator.

2017-07-14 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop 9905794eb -> 15a3b5a6e GEODE-3052 Need to reset isCoordinator flag in GMSLocator. isCoordinator flag ensures that this process is becoming the coordinator thus other process should join this process. But when network parttion happens, we

geode git commit: GEODE-3121 Applied spotless

2017-07-11 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop 1c35f8665 -> c48b5381c GEODE-3121 Applied spotless Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c48b5381 Tree:

geode git commit: GEODE-2998: Add remove operation

2017-07-11 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop e02be316e -> aef891296 GEODE-2998: Add remove operation Signed-off-by: Alexander Murmann Signed-off-by: Matt Kalinowski This closes #624 Project:

[2/2] geode git commit: GEODE-3153 applied spotless

2017-07-10 Thread hiteshkhamesra
GEODE-3153 applied spotless Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2974dab3 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/2974dab3 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/2974dab3 Branch:

[1/2] geode git commit: GEODE-3153 Client receives duplicate events during rolling upgrade

2017-07-10 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/release/1.2.0 40fdc5d33 -> 2974dab32 GEODE-3153 Client receives duplicate events during rolling upgrade The previous fix worked fine for 1.0.0 and 1.1.0 clients but there are old GemFire 8.2 clients still in use that the fix did not work for.

geode git commit: GEODE-3153 applied spotless

2017-07-07 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop b4ebcbac1 -> 1537847e6 GEODE-3153 applied spotless Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/1537847e Tree:

geode git commit: GEODE-2804 Caching the InetAddress for configured ip string

2017-07-03 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop f1161994a -> 92f270805 GEODE-2804 Caching the InetAddress for configured ip string 1. We keep configure host string in HostAddress class 2. We reuse InetsocketAddress if it is ipString. 3. Client has logic to retry thus we keep

geode git commit: GEODE-3154 Add geode-protobuf to expected_jars

2017-06-29 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop 0698238a9 -> ac0474d8b GEODE-3154 Add geode-protobuf to expected_jars This closes #614 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ac0474d8 Tree:

geode git commit: GEODE-3105: adding GetRegions handler for protobuf protocol

2017-06-28 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop 61075610e -> b0fafd3da GEODE-3105: adding GetRegions handler for protobuf protocol Added a handler which will catch incoming getRegion requests and will call into the cache's rootRegion and return the names of the region it finds. Added

geode git commit: GEODE-2996: incorporating review feedback and adding integration test

2017-06-27 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop 06961ec16 -> 565e61f74 GEODE-2996: incorporating review feedback and adding integration test Addresses review feedback for GEODE-2996, mainly refactoring getOpertionHandler to handle failures like the putOperationHandler Adding put

[34/50] [abbrv] geode git commit: GEODE-2995: Handle stream of ProtoBuf encoded messages

2017-06-27 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/cdcc4d95/geode-protobuf/src/main/resources/META-INF/services/org.apache.geode.protocol.operations.OperationHandler -- diff --git

[17/50] [abbrv] geode git commit: GEODE-3104 : correct help string to use --include-locators

2017-06-27 Thread hiteshkhamesra
GEODE-3104 : correct help string to use --include-locators * this closes #595 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b517ef8d Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b517ef8d Diff:

[37/50] [abbrv] geode git commit: GEODE-2995: Implementing review feedback

2017-06-27 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/31f4de06/geode-protobuf/src/test/java/org/apache/geode/protocol/serializer/ProtobufProtocolSerializerJUnitTest.java -- diff --git

[13/50] [abbrv] geode git commit: GEODE-3091: remove empty method

2017-06-27 Thread hiteshkhamesra
GEODE-3091: remove empty method This closes #585 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d8160d6e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/d8160d6e Diff:

[28/50] [abbrv] geode git commit: GEODE-2919: Provide finer grained security

2017-06-27 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/451d12e8/geode-core/src/main/java/org/apache/geode/management/internal/beans/DistributedSystemMBean.java -- diff --git

[08/50] [abbrv] geode git commit: GEODE-2601: Fixing banner being logged twice during locator startup.

2017-06-27 Thread hiteshkhamesra
GEODE-2601: Fixing banner being logged twice during locator startup. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2d3e05ec Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/2d3e05ec Diff:

[35/50] [abbrv] geode git commit: GEODE-2995: Handle stream of ProtoBuf encoded messages

2017-06-27 Thread hiteshkhamesra
GEODE-2995: Handle stream of ProtoBuf encoded messages This for now exists in isolation, but will be hooked up with the code currently in review for GEODE-3075 Signed-off-by: Alexander Murmann Signed-off-by: Brian Rowe Project:

[21/50] [abbrv] geode git commit: GEODE-3101: Release local locks held by the JTA beforeCompletion() in client when the JTA failed on the server.

2017-06-27 Thread hiteshkhamesra
GEODE-3101: Release local locks held by the JTA beforeCompletion() in client when the JTA failed on the server. Also added a unit test would fail without the fix. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[09/50] [abbrv] geode git commit: GEODE-2601: Updated based on feedback

2017-06-27 Thread hiteshkhamesra
GEODE-2601: Updated based on feedback This closes #582 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/87c26be4 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/87c26be4 Diff:

[01/50] [abbrv] geode git commit: GEODE-2301 Doc note to deprecate Geode JTA trans mgr [Forced Update!]

2017-06-27 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/feature/GEODE-2804v3 b73119046 -> ea8840fc9 (forced update) GEODE-2301 Doc note to deprecate Geode JTA trans mgr This closes #581 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[15/50] [abbrv] geode git commit: GEODE-3095: fix parameter type mismatch between the diskstore command and controller

2017-06-27 Thread hiteshkhamesra
GEODE-3095: fix parameter type mismatch between the diskstore command and controller Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ee5f60c7 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/ee5f60c7 Diff:

[04/50] [abbrv] geode git commit: GEODE-2854: GEODE REST API Docs Missing Authentication This closes #583

2017-06-27 Thread hiteshkhamesra
GEODE-2854: GEODE REST API Docs Missing Authentication This closes #583 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/78f08e8a Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/78f08e8a Diff:

[48/50] [abbrv] geode git commit: GEODE-2919: revert: fix lucene security tests

2017-06-27 Thread hiteshkhamesra
GEODE-2919: revert: fix lucene security tests Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/718583b2 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/718583b2 Diff:

[38/50] [abbrv] geode git commit: GEODE-2995: Implementing review feedback

2017-06-27 Thread hiteshkhamesra
GEODE-2995: Implementing review feedback Numerous tweaks and fixes Created protobuf package under org.apache.geode.protocol and moved several classes Added javadoc comments Signed-off-by: Galen O'Sullivan Project: http://git-wip-us.apache.org/repos/asf/geode/repo

[27/50] [abbrv] geode git commit: GEODE-2919: Provide finer grained security

2017-06-27 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/451d12e8/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/FunctionCommands.java -- diff --git

[29/50] [abbrv] geode git commit: GEODE-2919: Provide finer grained security

2017-06-27 Thread hiteshkhamesra
GEODE-2919: Provide finer grained security - For full details, see https://cwiki.apache.org/confluence/display/GEODE/Finer+grained+security Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/451d12e8 Tree:

[12/50] [abbrv] geode git commit: Merge branch 'feature/GEODE-3071' into develop

2017-06-27 Thread hiteshkhamesra
Merge branch 'feature/GEODE-3071' into develop Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/80667f30 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/80667f30 Diff:

[45/50] [abbrv] geode git commit: Move new exception to sanctioned serializables.

2017-06-27 Thread hiteshkhamesra
Move new exception to sanctioned serializables. Although we don't serialize it, exceptions sometimes get sent between JVMs so it's best to be careful. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e1c6c3a9 Tree:

[50/50] [abbrv] geode git commit: GEODE-2804 Caching the InetAddress for configured ip string

2017-06-27 Thread hiteshkhamesra
GEODE-2804 Caching the InetAddress for configured ip string 1. We keep configure host string in HostAddress class 2. We reuse InetsocketAddress if it is ipString. 3. Client has logic to retry thus we keep InetsocketAddress even if it is not ip string. GEODE-3017 IPv6

[39/50] [abbrv] geode git commit: GEODE-2995: more review feedback and spotlessApply

2017-06-27 Thread hiteshkhamesra
GEODE-2995: more review feedback and spotlessApply 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/0de1d97e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/0de1d97e Diff:

[31/50] [abbrv] geode git commit: Revert: GEODE-2924: fix lucene commands security test

2017-06-27 Thread hiteshkhamesra
Revert: GEODE-2924: fix lucene commands security test Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/658b20fa Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/658b20fa Diff:

[03/50] [abbrv] geode git commit: GEODE-3072: Ignore dunit test

2017-06-27 Thread hiteshkhamesra
GEODE-3072: Ignore dunit test Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/dbc3197f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/dbc3197f Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/dbc3197f Branch:

[14/50] [abbrv] geode git commit: GEODE-3056: fix the message for invalid partition-resolver

2017-06-27 Thread hiteshkhamesra
GEODE-3056: fix the message for invalid partition-resolver Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d8a11d1e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/d8a11d1e Diff:

[30/50] [abbrv] geode git commit: GEODE-2924: fix lucene commands security test

2017-06-27 Thread hiteshkhamesra
GEODE-2924: fix lucene commands security test Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/80534501 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/80534501 Diff:

[16/50] [abbrv] geode git commit: (no ticket) docs code cleanup - gfsh start command reference

2017-06-27 Thread hiteshkhamesra
(no ticket) docs code cleanup - gfsh start command reference Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7df5af35 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/7df5af35 Diff:

[40/50] [abbrv] geode git commit: GEODE-2995: incorporating even more review feedback

2017-06-27 Thread hiteshkhamesra
GEODE-2995: incorporating even more review feedback Addressing feedback from Udo and Hitesh Refactored test locations to match new src layout Signed-off-by: Galen O'Sullivan Signed-off-by: Brian Rowe Project:

[05/50] [abbrv] geode git commit: GEODE-3071: Pull config of docker volumes into top level script so that they can be overridden

2017-06-27 Thread hiteshkhamesra
GEODE-3071: Pull config of docker volumes into top level script so that they can be overridden Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/07e8986e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/07e8986e Diff:

[47/50] [abbrv] geode git commit: GEODE-2919: fix lucene security tests

2017-06-27 Thread hiteshkhamesra
GEODE-2919: fix lucene security tests Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e5204ce1 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e5204ce1 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/e5204ce1

[42/50] [abbrv] geode git commit: GEODE-3075: fix an integration test.

2017-06-27 Thread hiteshkhamesra
GEODE-3075: fix an integration test. I think the test fails because another test doesn't clean up system properties when it's done. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e62e8250 Tree:

[26/50] [abbrv] geode git commit: GEODE-2919: Provide finer grained security

2017-06-27 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/451d12e8/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/RegionCommands.java -- diff --git

[23/50] [abbrv] geode git commit: GEODE-3052 Restarting 2 locators together causes potential locator split brain

2017-06-27 Thread hiteshkhamesra
GEODE-3052 Restarting 2 locators together causes potential locator split brain There were four problems that new unit tests hit: 1. when recovering a view from disk we were treating it as a definitive (live) view. I've moved it to a new variable in GMSLocator and set its viewId to -1. At the

[19/50] [abbrv] geode git commit: GEODE-1958: Working on removing PasswordUtil and all related commands, classes, etc. Keeping decrypt() method to maintain backwards compatibility.

2017-06-27 Thread hiteshkhamesra
GEODE-1958: Working on removing PasswordUtil and all related commands, classes, etc. Keeping decrypt() method to maintain backwards compatibility. * this closes #578 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/43b00bd8

[22/50] [abbrv] geode git commit: GEODE-3062: create new SecurityService after receiving cluster config

2017-06-27 Thread hiteshkhamesra
GEODE-3062: create new SecurityService after receiving cluster config Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/6f60785c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/6f60785c Diff:

[41/50] [abbrv] geode git commit: GEODE-3075: Initial refactor adding NewProtocolServerConnection

2017-06-27 Thread hiteshkhamesra
GEODE-3075: Initial refactor adding NewProtocolServerConnection subclassing `ServerConnection`. The new code is broken but it won't be called under normal operation, since it's gated on a system property, "geode.feature-protobuf-protocol" Further refactoring and feature work to come. Project:

[10/50] [abbrv] geode git commit: GEODE-3092: fix specifiedDefaultValue for cacheLoader and cacheWriter

2017-06-27 Thread hiteshkhamesra
GEODE-3092: fix specifiedDefaultValue for cacheLoader and cacheWriter Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c6d88f74 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c6d88f74 Diff:

[24/50] [abbrv] geode git commit: GEODE-2919: Provide finer grained security

2017-06-27 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/451d12e8/geode-core/src/test/java/org/apache/geode/management/internal/security/TestCommand.java -- diff --git

[49/50] [abbrv] geode git commit: Added change to change InetAddress when there is IOException

2017-06-27 Thread hiteshkhamesra
Added change to change InetAddress when there is IOException Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3a46b791 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3a46b791 Diff:

[44/50] [abbrv] geode git commit: merge GEODE-2995, GEODE-3775 into develop with integration test.

2017-06-27 Thread hiteshkhamesra
merge GEODE-2995, GEODE-3775 into develop with integration test. 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/db11ebc1 Tree:

[25/50] [abbrv] geode git commit: GEODE-2919: Provide finer grained security

2017-06-27 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/451d12e8/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/CreateAlterDestroyRegionCommandsTest.java -- diff --git

[36/50] [abbrv] geode git commit: GEODE-3075: changes in response to feedback; refactor some.

2017-06-27 Thread hiteshkhamesra
GEODE-3075: changes in response to feedback; refactor some. `AcceptorImpl.handleNewClientConnection` has had refactoring and should be a bit more understandable. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c71c28df Tree:

[06/50] [abbrv] geode git commit: Merge branch 'develop' into feature/GEODE-3071

2017-06-27 Thread hiteshkhamesra
Merge branch 'develop' into feature/GEODE-3071 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/dba7dcd3 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/dba7dcd3 Diff:

[43/50] [abbrv] geode git commit: Add ServiceLoadingFailureException to excludedClasses.txt so tests pass.

2017-06-27 Thread hiteshkhamesra
Add ServiceLoadingFailureException to excludedClasses.txt so tests pass. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/da64fc6f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/da64fc6f Diff:

[02/50] [abbrv] geode git commit: GEODE-3072: Ignore dunit test

2017-06-27 Thread hiteshkhamesra
GEODE-3072: Ignore dunit test Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4bf80a6a Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/4bf80a6a Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/4bf80a6a Branch:

[32/50] [abbrv] geode git commit: GEODE-2819 Document http status code 414 for PUT

2017-06-27 Thread hiteshkhamesra
GEODE-2819 Document http status code 414 for PUT - Include that 2000-byte size limits should work for most components. This closes #599 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/49123c47 Tree:

[20/50] [abbrv] geode git commit: GEODE-2820: Added awaitlity clause to wait for the index size to be correct

2017-06-27 Thread hiteshkhamesra
GEODE-2820: Added awaitlity clause to wait for the index size to be correct * Added awaitility clause to wait for all the indexes to have all the entries * This is done to make sure that the queries are executed after the indexes are ready. This closes #588 Project:

[33/50] [abbrv] geode git commit: GEODE-3075: Add an integration test for the ServerConnectionFactory

2017-06-27 Thread hiteshkhamesra
GEODE-3075: Add an integration test for the ServerConnectionFactory the current implementation is bogus, but does test that the flow works. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4ace36af Tree:

[07/50] [abbrv] geode git commit: GEODE-2601: Fixing banner being logged twice during locator startup (now only logs once if both locator and distributed systems are started)

2017-06-27 Thread hiteshkhamesra
GEODE-2601: Fixing banner being logged twice during locator startup (now only logs once if both locator and distributed systems are started) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/31544243 Tree:

geode git commit: GEODE-2804 Caching the InetAddress for configured ip string

2017-06-27 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/feature/GEODE-2804v3 [created] b73119046 GEODE-2804 Caching the InetAddress for configured ip string 1. We keep configure host string in HostAddress class 2. We reuse InetsocketAddress if it is ipString. 3. Client has logic to retry

[geode] Git Push Summary

2017-06-27 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/feature/GEODE-2804v2 [created] 718583b29

geode git commit: GEODE-2804 Caching the InetAddress for configured ip string

2017-06-27 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/feature/GEODE-2804 d303e7c95 -> 5c60b9696 GEODE-2804 Caching the InetAddress for configured ip string 1. We keep configure host string in HostAddress class 2. We reuse InetsocketAddress if it is ipString. 3. Client has logic to retry

geode git commit: Revert "GEODE-2804 Caching the InetAddress for configured ip string"

2017-06-27 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/feature/GEODE-2804 58afd6869 -> d303e7c95 Revert "GEODE-2804 Caching the InetAddress for configured ip string" This reverts commit 58afd6869980028e6b8d0e5848a8fc7a00270262. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2804 Caching the InetAddress for configured ip string

2017-06-27 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/feature/GEODE-2804 cf7274e6c -> 58afd6869 GEODE-2804 Caching the InetAddress for configured ip string 1. We keep configure host string in HostAddress class 2. We reuse InetsocketAddress if it is ipString. 3. Client has logic to retry thus we keep

[13/13] geode git commit: Move new exception to sanctioned serializables.

2017-06-26 Thread hiteshkhamesra
Move new exception to sanctioned serializables. Although we don't serialize it, exceptions sometimes get sent between JVMs so it's best to be careful. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e1c6c3a9 Tree:

[12/13] geode git commit: GEODE-3075: fix an integration test.

2017-06-26 Thread hiteshkhamesra
GEODE-3075: fix an integration test. I think the test fails because another test doesn't clean up system properties when it's done. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e62e8250 Tree:

[09/13] geode git commit: GEODE-2995: Handle stream of ProtoBuf encoded messages

2017-06-26 Thread hiteshkhamesra
GEODE-2995: Handle stream of ProtoBuf encoded messages This for now exists in isolation, but will be hooked up with the code currently in review for GEODE-3075 Signed-off-by: Alexander Murmann Signed-off-by: Brian Rowe Project:

[04/13] geode git commit: GEODE-2995: Implementing review feedback

2017-06-26 Thread hiteshkhamesra
GEODE-2995: Implementing review feedback Numerous tweaks and fixes Created protobuf package under org.apache.geode.protocol and moved several classes Added javadoc comments Signed-off-by: Galen O'Sullivan Project: http://git-wip-us.apache.org/repos/asf/geode/repo

[06/13] geode git commit: GEODE-3075: changes in response to feedback; refactor some.

2017-06-26 Thread hiteshkhamesra
GEODE-3075: changes in response to feedback; refactor some. `AcceptorImpl.handleNewClientConnection` has had refactoring and should be a bit more understandable. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c71c28df Tree:

[02/13] geode git commit: GEODE-2995: more review feedback and spotlessApply

2017-06-26 Thread hiteshkhamesra
GEODE-2995: more review feedback and spotlessApply 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/0de1d97e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/0de1d97e Diff:

[08/13] geode git commit: GEODE-2995: Handle stream of ProtoBuf encoded messages

2017-06-26 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/cdcc4d95/geode-protobuf/src/main/resources/META-INF/services/org.apache.geode.protocol.operations.OperationHandler -- diff --git

[07/13] geode git commit: GEODE-3075: Add an integration test for the ServerConnectionFactory

2017-06-26 Thread hiteshkhamesra
GEODE-3075: Add an integration test for the ServerConnectionFactory the current implementation is bogus, but does test that the flow works. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4ace36af Tree:

[01/13] geode git commit: GEODE-2995: incorporating even more review feedback

2017-06-26 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/develop 49123c475 -> e1c6c3a97 GEODE-2995: incorporating even more review feedback Addressing feedback from Udo and Hitesh Refactored test locations to match new src layout Signed-off-by: Galen O'Sullivan Signed-off-by:

[10/13] geode git commit: Add ServiceLoadingFailureException to excludedClasses.txt so tests pass.

2017-06-26 Thread hiteshkhamesra
Add ServiceLoadingFailureException to excludedClasses.txt so tests pass. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/da64fc6f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/da64fc6f Diff:

[05/13] geode git commit: GEODE-3075: Initial refactor adding NewProtocolServerConnection

2017-06-26 Thread hiteshkhamesra
GEODE-3075: Initial refactor adding NewProtocolServerConnection subclassing `ServerConnection`. The new code is broken but it won't be called under normal operation, since it's gated on a system property, "geode.feature-protobuf-protocol" Further refactoring and feature work to come. Project:

[03/13] geode git commit: GEODE-2995: Implementing review feedback

2017-06-26 Thread hiteshkhamesra
http://git-wip-us.apache.org/repos/asf/geode/blob/31f4de06/geode-protobuf/src/test/java/org/apache/geode/protocol/serializer/ProtobufProtocolSerializerJUnitTest.java -- diff --git

[7/7] geode git commit: Remove debug println

2017-06-19 Thread hiteshkhamesra
Remove debug println Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/1f78fc45 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/1f78fc45 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/1f78fc45 Branch:

[6/7] geode git commit: GEODE-3091: remove empty method

2017-06-19 Thread hiteshkhamesra
GEODE-3091: remove empty method This closes #585 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/cf7274e6 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/cf7274e6 Diff:

[5/7] geode git commit: GEODE-3071: Pull config of docker volumes into top level script so that they can be overridden

2017-06-19 Thread hiteshkhamesra
GEODE-3071: Pull config of docker volumes into top level script so that they can be overridden Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b18571ae Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b18571ae Diff:

[1/7] geode git commit: GEODE-3071: Provide capability to parallelize distributedTests

2017-06-19 Thread hiteshkhamesra
Repository: geode Updated Branches: refs/heads/feature/GEODE-2804 601b338fd -> cf7274e6c GEODE-3071: Provide capability to parallelize distributedTests Herewith the ability to leverage Gradle's parallel test execution capability to run dunits in parallel. This is combined with launching tests

[4/7] geode git commit: GEODE_3071: Add Apache license header

2017-06-19 Thread hiteshkhamesra
GEODE_3071: Add Apache license header Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d4412a68 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/d4412a68 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/d4412a68

[2/7] geode git commit: Update geode-book/README.md

2017-06-19 Thread hiteshkhamesra
Update geode-book/README.md Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f808d3b6 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f808d3b6 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/f808d3b6 Branch:

[3/7] geode git commit: GEODE-3092: fix specifiedDefaultValue for cacheLoader and cacheWriter

2017-06-19 Thread hiteshkhamesra
GEODE-3092: fix specifiedDefaultValue for cacheLoader and cacheWriter Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/15c32d95 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/15c32d95 Diff:

[11/29] geode git commit: GEODE-2818: add aliases to the undeploy command

2017-06-19 Thread hiteshkhamesra
GEODE-2818: add aliases to the undeploy command * this closes #560 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/63102266 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/63102266 Diff:

[28/29] geode git commit: GEODE-2601: Updated based on feedback

2017-06-19 Thread hiteshkhamesra
GEODE-2601: Updated based on feedback This closes #582 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/601b338f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/601b338f Diff:

[09/29] geode git commit: GEODE-2626: fix FastLoggerJUnitTest use of Mockito 2.7.11

2017-06-19 Thread hiteshkhamesra
GEODE-2626: fix FastLoggerJUnitTest use of Mockito 2.7.11 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4121261e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/4121261e Diff:

[08/29] geode git commit: GEODE-2629: fix ConnectionJUnitTest use of Mockito 2.7.11

2017-06-19 Thread hiteshkhamesra
GEODE-2629: fix ConnectionJUnitTest use of Mockito 2.7.11 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/78dd36ee Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/78dd36ee Diff:

[27/29] geode git commit: GEODE-2601: Fixing banner being logged twice during locator startup.

2017-06-19 Thread hiteshkhamesra
GEODE-2601: Fixing banner being logged twice during locator startup. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/04de174e Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/04de174e Diff:

  1   2   3   >