ocadaruma commented on PR #15993:
URL: https://github.com/apache/kafka/pull/15993#issuecomment-2125110174

   @junrao thanks for the review.
   
   I'll address the comments and rebase.
   By the way, I found that current async-write could cause a race with topic 
deletion. (truncateFromEnd is called and async-write is scheduled => the dir is 
renamed to `-deleted` due to topic-deletion => async-flush throws IOException 
=> log-dir is marked as offline unexpectedly)
   
   We need to ignore NoSuchFileException for async-write failure (which is 
assumed to be safe).
   
   I'll fix that part too.


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