You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2019/12/10 23:41:03 UTC

[geode] branch feature/GEODE-7537 updated (509fcbb -> 91c33aa)

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

eshu11 pushed a change to branch feature/GEODE-7537
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 509fcbb  GEODE-7537: Remove the synchronization lock in CacheFactory.getAnyInstance
     add fad8699  Revert "GEODE-7537: Remove the synchronization lock in CacheFactory.getAnyInstance"
     add 91c33aa  Remove synchronized lock to get cache in CacheFactoryStatics.getAnyInstance.

No new revisions were added by this update.

Summary of changes:
 ...aySenderQueueEntrySynchronizationOperation.java |  6 +-
 .../internal/cache/CacheFactoryStaticsTest.java    | 62 +++++++++++++++++++
 ...nderQueueEntrySynchronizationOperationTest.java | 71 ----------------------
 3 files changed, 65 insertions(+), 74 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/CacheFactoryStaticsTest.java
 delete mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/wan/GatewaySenderQueueEntrySynchronizationOperationTest.java