This is an automated email from the ASF dual-hosted git repository.
zhouxj pushed a change to branch feature/GEODE-3967
in repository https://gitbox.apache.org/repos/asf/geode.git.
omit 974497c GEODE-3967: There're following 6 problems fixed here: 1) When
ConcurrentCacheModificationException happened, GatewaySenderEventImpl should
save the status and notify gatewaysender if it hold primary queue, because
other member might have put the event into the secondary queue. 2) In
AbstractUpdateOperation's doPutOrCreate's 3 tries of basicUpdate, the 3rd try
should allow both create and update. 3) Let event with CME not to dispatch. The
old logic does not allow CME eve [...]
add 10a9124 GEODE-4403: Remove ProtobufErrorCode (#1432)
add 53178f8 GEODE-800: Reduce test iterations to avoid timeouts
add 5252419 GEODE-4511: Ensure a pool is available for durable client
subscription. (#1448)
add 3a2a539 GEODE-4655: Use smaller eviction limit to avoid async
scanning. (#1446)
add f3e37e1 GEODE-4640: Remove potential race condition from
RemoveCommandDUnitTest. (#1421)
add ffd2dc7 Bump version in README
new 5717053 GEODE-3967: There're following 9 problems fixed here: 1) When
ConcurrentCacheModificationException happened, GatewaySenderEventImpl should
save the status and notify gatewaysender if it hold primary queue, because
other member might have put the event into the secondary queue. 2) In
AbstractUpdateOperation's doPutOrCreate's 3 tries of basicUpdate, the 3rd try
should allow both create and update. 3) Let event with CME not to dispatch. The
old logic does not allow CME eve [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (974497c)
\
N -- N -- N refs/heads/feature/GEODE-3967 (5717053)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 2 +-
.../geode/internal/cache/GemFireCacheImpl.java | 12 ++++
.../geode/internal/cache/PoolManagerImpl.java | 3 -
.../geode/internal/cache/DiskRegionJUnitTest.java | 3 +-
.../sockets/RegisterInterestIntegrationTest.java | 11 +---
.../cli/commands/ConcurrentDeployDUnitTest.java | 2 +-
.../cli/commands/RemoveCommandDUnitTest.java | 65 ++++++++--------------
.../protocol/protobuf/v1/ProtobufErrorCode.java | 32 -----------
.../protocol/protobuf/v1/ProtobufOpsProcessor.java | 2 +-
.../operations/GetAllRequestOperationHandler.java | 19 +++----
.../GetRegionRequestOperationHandler.java | 6 +-
.../v1/operations/GetRequestOperationHandler.java | 11 ++--
.../v1/operations/GetServerOperationHandler.java | 3 +-
.../operations/PutAllRequestOperationHandler.java | 18 +++---
.../v1/operations/PutRequestOperationHandler.java | 15 +++--
.../operations/RemoveRequestOperationHandler.java | 12 ++--
...cySecurityProtobufConnectionStateProcessor.java | 6 +-
...NoSecurityProtobufConnectionStateProcessor.java | 4 +-
...obufConnectionAuthenticatingStateProcessor.java | 4 +-
...rotobufConnectionAuthorizingStateProcessor.java | 6 +-
.../ProtobufConnectionHandshakeStateProcessor.java | 4 +-
.../v1/state/ProtobufConnectionStateProcessor.java | 4 +-
...rotobufConnectionTerminatingStateProcessor.java | 4 +-
.../state/exception/ConnectionStateException.java | 8 +--
.../exception/OperationNotAuthorizedException.java | 5 +-
.../v1/utilities/ProtobufResponseUtilities.java | 6 +-
.../protobuf/v1/utilities/ProtobufUtilities.java | 11 ----
.../protocol/protobuf/v1/ErrorCodesJUnitTest.java | 44 ---------------
28 files changed, 102 insertions(+), 220 deletions(-)
delete mode 100644
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/v1/ProtobufErrorCode.java
delete mode 100644
geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/v1/ErrorCodesJUnitTest.java
--
To stop receiving notification emails like this one, please contact
[email protected].