[1/3] geode git commit: GEODE-2860: Refactor use of EventTracker

2017-07-17 Thread dschneider
Repository: geode Updated Branches: refs/heads/develop 27aa7d30e -> 9e7696a64 http://git-wip-us.apache.org/repos/asf/geode/blob/9e7696a6/geode-core/src/test/java/org/apache/geode/internal/cache/event/EventTrackerExpiryTaskTest.java ---

[3/3] geode git commit: GEODE-2860: Refactor use of EventTracker

2017-07-17 Thread dschneider
GEODE-2860: Refactor use of EventTracker * change EventTracker to an interface with two implementations * move as much logic out of LocalRegion down into subclasses that make use EventTracker * move and refactor static inner classes in EventTracker into own class files * migrate so

[2/3] geode git commit: GEODE-2860: Refactor use of EventTracker

2017-07-17 Thread dschneider
http://git-wip-us.apache.org/repos/asf/geode/blob/9e7696a6/geode-core/src/main/java/org/apache/geode/internal/cache/event/EventSequenceNumberHolder.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/even

geode-examples git commit: GEODE-3202 Adding new lucene example. This closes #10

2017-07-17 Thread zhouxj
Repository: geode-examples Updated Branches: refs/heads/develop 6055021d7 -> 500cc51a6 GEODE-3202 Adding new lucene example. This closes #10 Project: http://git-wip-us.apache.org/repos/asf/geode-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-examples/commit/500cc51a Tree:

geode-native git commit: GEODE-3168: Added Windows only conditional for disabled optimize

2017-07-17 Thread echobravo
Repository: geode-native Updated Branches: refs/heads/develop 351fa598c -> 709ef5f75 GEODE-3168: Added Windows only conditional for disabled optimize Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/709ef5f7 T

geode git commit: GEODE-3166: use the 3 param getCredential interface.

2017-07-17 Thread jinmeiliao
Repository: geode Updated Branches: refs/heads/develop 3b32a3319 -> 27aa7d30e GEODE-3166: use the 3 param getCredential interface. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/27aa7d30 Tree: http://git-wip-us.apache.org

geode-native git commit: GEODE-3168: Fixes CLI tests in Release mode

2017-07-17 Thread echobravo
Repository: geode-native Updated Branches: refs/heads/develop fafa7e0b6 -> 351fa598c GEODE-3168: Fixes CLI tests in Release mode - Disabled all optimization for static lib Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-n

geode git commit: GEODE-3141: Remove misleading comment

2017-07-17 Thread udo
Repository: geode Updated Branches: refs/heads/feature/GEODE-3141 a202e84fc -> 9e9950f37 GEODE-3141: Remove misleading comment Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/9e9950f3 Tree: http://git-wip-us.apache.org/rep

geode git commit: GEODE-3207 Swagger library updates: update user guide

2017-07-17 Thread dbarnes
Repository: geode Updated Branches: refs/heads/develop e0868924d -> 3b32a3319 GEODE-3207 Swagger library updates: update user guide Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3b32a331 Tree: http://git-wip-us.apache.or

geode git commit: GEODE-2189 Docs: Update Swagger UI links Added link to OpenAPI specification.

2017-07-17 Thread dbarnes
Repository: geode Updated Branches: refs/heads/develop 502c0f3a7 -> e0868924d GEODE-2189 Docs: Update Swagger UI links Added link to OpenAPI specification. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e0868924 Tree: htt

geode git commit: GEODE-3213: Initial refactor for Protobuf protocol generic flow

2017-07-17 Thread udo
Repository: geode Updated Branches: refs/heads/feature/GEODE-3213 [created] 2033ba7b4 GEODE-3213: Initial refactor for Protobuf protocol generic flow Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2033ba7b Tree: http://gi

[40/58] [abbrv] geode git commit: GEODE-3072: Changed getMembershipId to use the client version

2017-07-17 Thread abaker
GEODE-3072: Changed getMembershipId to use the client version (cherry picked from commit dd90c71d036d9d28b8c593ab8cbae57357a64b03) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f6a390ec Tree: http://git-wip-us.apache.org/re

[39/58] [abbrv] geode git commit: GEODE-2301: Deprecate JTA transaction manager from Geode

2017-07-17 Thread abaker
GEODE-2301: Deprecate JTA transaction manager from Geode Geode JTA transaction manager is deprecated and a warning message is logged if it is being used. cherry picked from commit a21c97111a288ac0a0986bb30545f1aacbec5880 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http:/

[27/58] [abbrv] geode git commit: GEODE-2420: Warn a user if they try to export too much data, update gfsh command ref to match latest code changes

2017-07-17 Thread abaker
GEODE-2420: Warn a user if they try to export too much data, update gfsh command ref to match latest code changes Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/74328d26 Tree: http://git-wip-us.apache.org/repos/asf/geode/tre

[49/58] [abbrv] geode git commit: GEODE-3152: Changed to create a region name appropriate to the client version

2017-07-17 Thread abaker
GEODE-3152: Changed to create a region name appropriate to the client version (cherry picked from commit 55f7a1c9f1f152a6d2f8643d5e71fe3fa9986a51) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/38d49a88 Tree: http://git-wip-

[52/58] [abbrv] geode git commit: GEODE-3139: Fixing compilation errors

2017-07-17 Thread abaker
GEODE-3139: Fixing compilation errors ProcessManager appears to have been screwed up in the merge from develop. Changed the class so that it matches the contents on develop. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/00a

[26/58] [abbrv] geode git commit: GEODE-3044: User Manual: Update Swagger screen shots to match latest code revision

2017-07-17 Thread abaker
GEODE-3044: User Manual: Update Swagger screen shots to match latest code revision Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/287bdd04 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/287bdd04 Diff: http://git-wip

[57/58] [abbrv] geode git commit: GEODE-3175 backward-compatibility tests fail with bad classpath

2017-07-17 Thread abaker
GEODE-3175 backward-compatibility tests fail with bad classpath temporarily backing out removal of current-version class files and resources to observe build behavior. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/964f2749

[56/58] [abbrv] geode git commit: GEODE-3172: Fix serialization errors copying queue between 1.0 and 1.2

2017-07-17 Thread abaker
GEODE-3172: Fix serialization errors copying queue between 1.0 and 1.2 Deserialize a HAEventWrapper using the version of the sender when receiving a GII. Serialize entries using the version of the remote member when sending data as part of GII. This works for the client queues because client queu

[14/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/test/java/org/apache/geode/management/internal/security/CacheServerMBeanShiroJUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/manage

[05/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/IndexCommands.java -- diff --git a/geode-core/src/main/java/org/apache/geode/management/internal

[37/58] [abbrv] geode git commit: GEODE-3024 race condition between server locator preparing membership views

2017-07-17 Thread abaker
GEODE-3024 race condition between server locator preparing membership views If a locator is preparing a conflicting membership view we now abandon preparation of a view in a cache server and pause before retrying. This gives the locator time to gather information from the cache server's view (whic

[32/58] [abbrv] geode git commit: GEODE-3023: removing incorrect assertion

2017-07-17 Thread abaker
GEODE-3023: removing incorrect assertion (cherry picked from commit 70483db0ef3b8045565bc48d83d2daea3cb5d8eb) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f588184f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f5

[30/58] [abbrv] geode git commit: GEODE-3065: Marking RedisServerTest.java as Flaky. Seemed to be failing with bind address exceptions. Maybe the redis server needs to be started with random redis por

2017-07-17 Thread abaker
GEODE-3065: Marking RedisServerTest.java as Flaky. Seemed to be failing with bind address exceptions. Maybe the redis server needs to be started with random redis port. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4d5716bf

[09/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/ClearRegion.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/tie

[18/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/main/java/org/apache/geode/internal/security/EnabledSecurityService.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/security/Enabled

[17/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/IndexCommands.java -- diff --git a/geode-core/src/main/java/org/apache/geode/management/internal

[43/58] [abbrv] geode git commit: GEODE-3072: Ignore dunit test

2017-07-17 Thread abaker
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/b6598890 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b6598890 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/b6598890 Branch:

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

2017-07-17 Thread abaker
GEODE-3092: fix specifiedDefaultValue for cacheLoader and cacheWriter (cherry picked from commit c6d88f7) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/63cd4c71 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/63cd4c

[58/58] [abbrv] geode git commit: Merge branch 'release/1.2.0'

2017-07-17 Thread abaker
Merge branch 'release/1.2.0' Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/8d97f7eb Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/8d97f7eb Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/8d97f7eb Branch: r

[35/58] [abbrv] geode git commit: GEODE-2294: revert to avoid rest protocol change

2017-07-17 Thread abaker
GEODE-2294: revert to avoid rest protocol change (cherry picked from commit 9faa978) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2cee6f39 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/2cee6f39 Diff: http://git-w

[33/58] [abbrv] geode git commit: GEODE-3023: TcpServer move soTimout for the socket for SSL Locators

2017-07-17 Thread abaker
GEODE-3023: TcpServer move soTimout for the socket for SSL Locators (cherry picked from commit 214cd732d17b20252f8b52b24dedfa088ec3b245) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/953dcb58 Tree: http://git-wip-us.apache.

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

2017-07-17 Thread abaker
GEODE-3095: fix parameter type mismatch between the diskstore command and controller (cherry picked from commit ee5f60c) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/0788ae14 Tree: http://git-wip-us.apache.org/repos/asf/g

[53/58] [abbrv] geode git commit: Revert "Revert "GEODE-3139 remove current artifacts from classpath of backward-compatibility tests""

2017-07-17 Thread abaker
Revert "Revert "GEODE-3139 remove current artifacts from classpath of backward-compatibility tests"" This reverts commit 9f55eb12551488ca77cfb2a11283cf8f33657938. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/40fdc5d3 Tree

[13/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/test/java/org/apache/geode/security/SecurityManagerLifecycleIntegrationTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/security/Security

[24/58] [abbrv] geode git commit: Revert "GEODE-2804 Update InetSocketAddress, when there is IOException."

2017-07-17 Thread abaker
Revert "GEODE-2804 Update InetSocketAddress, when there is IOException." This reverts commit e216fde1e4b1613bde22112cfb1544be022c3aac. We are reverting previous fix. As that fix caused some more issues. Currently we cache InetAddress in Geode. Solution was to cache hostname but in certain cases t

[42/58] [abbrv] geode git commit: GEODE-2301 Doc note to deprecate Geode JTA trans mgr

2017-07-17 Thread abaker
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: http://git-wip-us.apache.org/repos/asf/geode/commit/5e584ca8 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5e584ca8 Diff: http://git-wip-us.apach

[06/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/main/java/org/apache/geode/internal/security/EnabledSecurityService.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/security/Enabled

[36/58] [abbrv] geode git commit: Update LICENSE after review

2017-07-17 Thread abaker
Update LICENSE after review Add explicit dependencies on jackson-annotations and slf4j-api to ensure that we are using a single version in all modules. Clean up javascript references in LICENSE. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos

[04/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/command/CreateRegionTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/internal/cach

[19/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/PutAll70.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/s

[01/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
Repository: geode Updated Branches: refs/heads/master 3254fd5da -> 8d97f7ebe http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/test/java/org/apache/geode/security/SecurityManagerLifecycleIntegrationTest.java ---

[23/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
Revert "GEODE-2632: use immutable SecurityService impls to improve performance" This reverts commit 5eca6f0393c1a05804a4c4b7f97203ee2ec226a2. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/fd638d52 Tree: http://git-wip-us.ap

[47/58] [abbrv] geode git commit: GEODE-3072: Events do not get removed from the client queue for 1.0 clients

2017-07-17 Thread abaker
GEODE-3072: Events do not get removed from the client queue for 1.0 clients EventID and ThreadIdentifier hold the serialized form of portions of an InternalDistributedMember identifier. This serialized form changed in v1.0.0 and was causing .equals and .hashCode for these objects to return false

[25/58] [abbrv] geode git commit: GEODE-3025: Lucene queries are not allowed withing a transaction.

2017-07-17 Thread abaker
GEODE-3025: Lucene queries are not allowed withing a transaction. This closes #562 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5853cc2f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5853cc2f Diff: http:/

[54/58] [abbrv] geode git commit: GEODE-3153 Client receives duplicate events during rolling upgrade

2017-07-17 Thread abaker
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. This patch changes the serialization to always send UUID bytes to pre Version.GFE_90 (1.0.0-

[16/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/command/CreateRegionTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/internal/cach

[11/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
GEODE-2632: use immutable SecurityService impls to improve performance * misc code clean up in classes touched by changes * new unit tests for SecurityService Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5eca6f03 Tree: htt

[07/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/PutAll70.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/s

[21/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/ClearRegion.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/tie

[28/58] [abbrv] geode git commit: GEODE-3042: Quick doc of new string-based partition resolver

2017-07-17 Thread abaker
GEODE-3042: Quick doc of new string-based partition resolver This closes #572 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/29be69be Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/29be69be Diff: http://git-wip-

[10/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/main/java/org/apache/geode/distributed/internal/membership/gms/Services.java -- diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/

[03/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/test/java/org/apache/geode/internal/security/DisabledSecurityServiceTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/internal/security/Di

[51/58] [abbrv] geode git commit: GEODE-3139 remove artifacts from classpath of backward-compatibility tests

2017-07-17 Thread abaker
GEODE-3139 remove artifacts from classpath of backward-compatibility tests reinstating this - passes precheckin GEODE-3153 Client receives duplicate events during rolling upgrade Another problem was found in backward-compatibility testing. If a 1.0.0 client was receiving subscription events gen

[46/58] [abbrv] geode git commit: GEODE-3092: fix specifiedDefaultValue for cacheLoader and cacheWriter - add imports

2017-07-17 Thread abaker
GEODE-3092: fix specifiedDefaultValue for cacheLoader and cacheWriter - add imports (cherry picked from commit c6d88f7) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/15b031a5 Tree: http://git-wip-us.apache.org/repos/asf/ge

[41/58] [abbrv] geode git commit: Fix typo in dependency declaration from LICENSE review

2017-07-17 Thread abaker
Fix typo in dependency declaration from LICENSE review Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3743dd57 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3743dd57 Diff: http://git-wip-us.apache.org/repos/asf/geod

[29/58] [abbrv] geode git commit: GEODE-3021: Any call after the first to setPdxStringFlag should no-op

2017-07-17 Thread abaker
GEODE-3021: Any call after the first to setPdxStringFlag should no-op * The flag isIndexedPdxKeysFlagSet is now checked before setting pdx string flag (cherry picked from commit f34d04754f27ad8f577ba54d0d0f18880322eaf7) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http:

[02/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/test/java/org/apache/geode/management/internal/security/CacheServerMBeanShiroJUnitTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/manage

[34/58] [abbrv] geode git commit: Fix spotless failure

2017-07-17 Thread abaker
Fix spotless failure (cherry picked from commit 8a10c1aac11f6383d720738c2a99164e3a5c04a9) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/775fdfcf Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/775fdfcf Diff: http://

[15/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/test/java/org/apache/geode/internal/security/DisabledSecurityServiceTest.java -- diff --git a/geode-core/src/test/java/org/apache/geode/internal/security/Di

[20/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/ExecuteRegionFunction66.java -- diff --git a/geode-core/src/main/java/org/apache/geode/intern

[55/58] [abbrv] geode git commit: GEODE-3153 applied spotless

2017-07-17 Thread abaker
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: re

[08/58] [abbrv] geode git commit: GEODE-2632: use immutable SecurityService impls to improve performance

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/5eca6f03/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/ExecuteRegionFunction66.java -- diff --git a/geode-core/src/main/java/org/apache/geode/intern

[31/58] [abbrv] geode git commit: Update geode-book README instructions

2017-07-17 Thread abaker
Update geode-book README instructions Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ed15feee Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/ed15feee Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/ed15feee

[38/58] [abbrv] geode git commit: GEODE-3024 race condition between server locator preparing membership views

2017-07-17 Thread abaker
GEODE-3024 race condition between server locator preparing membership views Added new exception to sanctionedSerializables.txt (cherry picked from commit 6fc757aba59c1dcd52a1a1e6691a211d23daca93) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/rep

[50/58] [abbrv] geode git commit: Revert "GEODE-3139 remove current artifacts from classpath of backward-compatibility tests"

2017-07-17 Thread abaker
Revert "GEODE-3139 remove current artifacts from classpath of backward-compatibility tests" This reverts commit 84bf7394aaa13cc2da4b20b33c1242348b69f7ea. This revision may have caused CI failures. I'm reverting it now just in case. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Co

[12/58] [abbrv] geode git commit: GEODE-3054: escaping the escape character in the command string before passing it to the SimpleParser

2017-07-17 Thread abaker
GEODE-3054: escaping the escape character in the command string before passing it to the SimpleParser (cherry picked from commit 2579a0d) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/20bfe32c Tree: http://git-wip-us.apach

[48/58] [abbrv] geode git commit: GEODE-3139 remove current artifacts from classpath of backward-compatibility tests

2017-07-17 Thread abaker
GEODE-3139 remove current artifacts from classpath of backward-compatibility tests This removes the geode-core product artifacts from old-version JVM classpaths for backward-compatibility testing. I had to change the distributed test framework to not refer to InternalClientCache but surprisingly

[22/58] [abbrv] geode git commit: Revert "GEODE-2632: use immutable SecurityService impls to improve performance"

2017-07-17 Thread abaker
http://git-wip-us.apache.org/repos/asf/geode/blob/fd638d52/geode-core/src/main/java/org/apache/geode/distributed/internal/membership/gms/Services.java -- diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/

geode git commit: GEODE-2920: added security tests for create diskstore and create persistent region.

2017-07-17 Thread jinmeiliao
Repository: geode Updated Branches: refs/heads/develop 0bce1eaff -> 502c0f3a7 GEODE-2920: added security tests for create diskstore and create persistent region. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/502c0f3a Tr

geode-site git commit: Update htaccess for 1.2.0

2017-07-17 Thread abaker
Repository: geode-site Updated Branches: refs/heads/asf-site 22311e929 -> 307dfc782 Update htaccess for 1.2.0 Project: http://git-wip-us.apache.org/repos/asf/geode-site/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-site/commit/307dfc78 Tree: http://git-wip-us.apache.org/repos/asf/

geode-site git commit: Fix redirect for 1.2.0

2017-07-17 Thread abaker
Repository: geode-site Updated Branches: refs/heads/master 3094adc6d -> 135e9e64c Fix redirect for 1.2.0 Project: http://git-wip-us.apache.org/repos/asf/geode-site/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-site/commit/135e9e64 Tree: http://git-wip-us.apache.org/repos/asf/geode

geode git commit: GEODE-3204: txApplyInvalidate in AbstractRegionMap on farside does not update on a region entry with removed token.

2017-07-17 Thread eshu11
Repository: geode Updated Branches: refs/heads/develop a1ee957b3 -> 0bce1eaff GEODE-3204: txApplyInvalidate in AbstractRegionMap on farside does not update on a region entry with removed token. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/re