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

[geode] branch develop updated (e5426f7 -> 0f763ea)

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

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


    from e5426f7  change more string commands to have CommandFunction support (#5184)
     add 0f763ea  GEODE-8099: add dlock around cms create/delete operations. (#5188)

No new revisions were added by this update.

Summary of changes:
 .../InternalConfigurationPersistenceService.java   |  22 +-
 .../distributed/internal/locks/DLockService.java   |  12 ++
 .../management/internal/BaseManagementService.java |   7 +
 .../api/LocatorClusterManagementService.java       | 228 ++++++++++++---------
 .../distributed/internal/InternalLocatorTest.java} |  80 ++++----
 .../api/LocatorClusterManagementServiceTest.java   |  31 +++
 6 files changed, 223 insertions(+), 157 deletions(-)
 rename geode-core/src/{integrationTest/java/org/apache/geode/distributed/internal/InternalLocatorClusterManagementServiceIntegrationTest.java => test/java/org/apache/geode/distributed/internal/InternalLocatorTest.java} (85%)