You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2020/03/12 15:50:06 UTC

[geode] branch develop updated (5234ed1 -> 356ef6d)

This is an automated email from the ASF dual-hosted git repository.

dschneider pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 5234ed1  Geode 7850: Implement Redis Rename Command (#4774)
     add 356ef6d  GEODE-7830: fix race in rebalance start (#4769)

No new revisions were added by this update.

Summary of changes:
 .../internal/operation/OperationManager.java       |   6 +-
 .../internal/operation/OperationState.java         |  27 +++-
 .../operation/RebalanceOperationPerformer.java     |  55 +++++---
 .../operation/RegionOperationStateStore.java       |  13 +-
 .../operation/OperationStateConcurrentTest.java    |  74 ++++++++++
 .../internal/operation/OperationStateTest.java     |  32 +++++
 .../operation/RebalanceOperationPerformerTest.java | 149 +++++++++++++++++++++
 .../operation/RegionOperationStateStoreTest.java   |  12 +-
 .../internal/rest/RebalanceIntegrationTest.java    |   2 +-
 9 files changed, 342 insertions(+), 28 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/operation/OperationStateConcurrentTest.java
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/operation/RebalanceOperationPerformerTest.java