jvarenina commented on a change in pull request #7234: URL: https://github.com/apache/geode/pull/7234#discussion_r780963215
########## File path: geode-core/src/main/java/org/apache/geode/internal/cache/Oplog.java ########## @@ -5714,6 +5719,7 @@ private void handleEmpty(boolean calledByCompactor) { cancelKrf(); close(); deleteFiles(getHasDeletes()); + regionMap.close(); Review comment: Yes. this is the only difference in solution. We have moved regionMap close in handleEmpty() to cover one edge scenario that was not covered with the reverted PR. Also we have added new test case for the scenario. Please find more information's about it in comment section in ticket https://issues.apache.org/jira/browse/GEODE-9903. -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org