You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2021/03/04 01:10:05 UTC

[geode] branch develop updated (dabb610 -> 3faf283)

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

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


    from dabb610  GEODE-8671: Two threads calling get and retrieve the same PdxInstance, resulting in corruption (#5925)
     add 3faf283  GEODE-8996: Fixed rebalance gfsh and REST API in mixed version mode (#6080)

No new revisions were added by this update.

Summary of changes:
 geode-assembly/build.gradle                        |   3 +-
 .../web/controllers/RestAPICompatibilityTest.java  | 201 +++++++++++++++++++++
 .../api/LocatorClusterManagementService.java       |  48 ++++-
 .../functions/CacheRealizationFunction.java}       |  11 +-
 .../internal/cli/functions/RebalanceFunction.java} |   8 +-
 .../functions/CacheRealizationFunction.java        |   1 +
 .../operation/RebalanceOperationPerformer.java     |  34 +++-
 .../sanctioned-geode-core-serializables.txt        |   4 +-
 .../operation/RebalanceOperationPerformerTest.java |   4 +-
 .../internal/cli/commands/RebalanceCommand.java    |   3 +-
 .../geode/management/GfshCompatibilityTest.java    |  29 ++-
 11 files changed, 317 insertions(+), 29 deletions(-)
 create mode 100644 geode-assembly/src/distributedTest/java/org/apache/geode/rest/internal/web/controllers/RestAPICompatibilityTest.java
 copy geode-core/src/main/java/org/apache/geode/management/internal/{exceptions/NoMembersException.java => cli/functions/CacheRealizationFunction.java} (75%)
 copy geode-core/src/main/java/org/apache/geode/{internal/cache/wan/GatewaySenderEventProcessor.java => management/internal/cli/functions/RebalanceFunction.java} (78%)