mhansonp commented on a change in pull request #5473:
URL: https://github.com/apache/geode/pull/5473#discussion_r476878803



##########
File path: geode-core/src/main/java/org/apache/geode/internal/cache/Oplog.java
##########
@@ -5653,7 +5667,7 @@ private void deleteFile(final OplogFile olf) {
       if (!olf.f.exists())
         return;
       assert olf.RAFClosed;
-      if (!olf.RAFClosed || olf.raf != null) {
+      if (!olf.RAFClosed && olf.raf != null) {

Review comment:
       Other than that, it all looks good.




----------------------------------------------------------------
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.

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


Reply via email to