You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jc...@apache.org on 2020/07/10 21:43:17 UTC

[geode] branch develop updated (8c35d9c -> 426b9de)

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

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


    from 8c35d9c  GEODE-8302: Fixed 'events not queued conflated' stats when group-tran… (#5313)
     add 426b9de  GEODE-8200: Rebalance operations stuck in "IN_PROGRESS" state forever (#5350)

No new revisions were added by this update.

Summary of changes:
 .../management/OperationManagementUpgradeTest.java | 123 +++++++++++++++++++++
 .../api/LocatorClusterManagementService.java       |   3 +-
 .../operation/OperationHistoryManager.java         |  35 +++++-
 .../internal/operation/OperationManager.java       |   3 +-
 .../internal/operation/OperationState.java         |  17 ++-
 .../internal/operation/OperationStateStore.java    |   2 +-
 .../operation/RegionOperationStateStore.java       |   4 +-
 .../sanctioned-geode-core-serializables.txt        |   2 +-
 .../api/LocatorClusterManagementServiceTest.java   |  32 ++++++
 .../operation/OperationHistoryManagerTest.java     |  35 +++++-
 .../internal/operation/OperationManagerTest.java   |  30 +++--
 .../internal/operation/OperationStateTest.java     |   8 ++
 .../operation/RegionOperationStateStoreTest.java   |   6 +-
 13 files changed, 262 insertions(+), 38 deletions(-)
 create mode 100644 geode-assembly/src/upgradeTest/java/org/apache/geode/management/OperationManagementUpgradeTest.java