You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/01/08 00:41:21 UTC

[GitHub] [geode] gesterzhou commented on a change in pull request #7234: GEODE-9854: Orphaned .drf file causing memory leak

gesterzhou commented on a change in pull request #7234:
URL: https://github.com/apache/geode/pull/7234#discussion_r780601256



##########
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:
       This line is the only difference than the previous pull request. You moved to handleEmpty() from cleanupAfterCompaction()?




-- 
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-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org