showuon commented on a change in pull request #11426: URL: https://github.com/apache/kafka/pull/11426#discussion_r734374544
########## File path: clients/src/main/java/org/apache/kafka/common/utils/Utils.java ########## @@ -948,10 +948,12 @@ public static void atomicMoveWithFallback(Path source, Path target, boolean need /** * Flushes dirty directories to guarantee crash consistency. * + * Note: We don't fsync directory on Windows OS because it'll throw AccessDeniedException (KAFKA-13391) Review comment: Thanks for the comment. Updated. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org