athanatos commented on a change in pull request #1769: ISSUE-1757: prevent race 
between flush and delete from recreating index
URL: https://github.com/apache/bookkeeper/pull/1769#discussion_r229373328
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/FileInfo.java
 ##########
 @@ -257,13 +260,26 @@ public synchronized void readHeader() throws IOException 
{
         }
     }
 
+    public synchronized boolean isDeleted() {
+        return deleted;
+    }
+
+    public static class FileInfoDeleted extends IOException {
 
 Review comment:
   Ok

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to