jvarenina commented on a change in pull request #7145:
URL: https://github.com/apache/geode/pull/7145#discussion_r762002897



##########
File path: geode-core/src/main/java/org/apache/geode/internal/cache/Oplog.java
##########
@@ -191,8 +192,8 @@
    */
   private final AtomicLong totalLiveCount = new AtomicLong(0);
 
-  private final ConcurrentMap<Long, DiskRegionInfo> regionMap =
-      new ConcurrentHashMap<>();
+  private final AtomicReference<ConcurrentMap<Long, DiskRegionInfo>> regionMap 
=

Review comment:
       @dschneider-pivotal thank you for the review!
   
   Yes, we agree with you. We have tried to implement what you suggested in 
commit 
https://github.com/apache/geode/pull/7145/commits/b0519f48f96dbe04c8cf4c43366694c756570f24
 .




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to