bvaradar commented on code in PR #10323:
URL: https://github.com/apache/hudi/pull/10323#discussion_r1426068928


##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/HoodieLogFileReader.java:
##########
@@ -358,12 +359,11 @@ private long scanForNextAvailableBlockOffset() throws 
IOException {
 
   @Override
   public void close() throws IOException {
-    if (!closed) {
+    if (null != shutdownThread) {

Review Comment:
   @nsivabalan : what is the reason for changing the order here ? 



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