vinothchandar commented on a change in pull request #2217:
URL: https://github.com/apache/hudi/pull/2217#discussion_r514640834
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/log/HoodieLogFormatWriter.java
##########
@@ -55,6 +55,8 @@
private final String rolloverLogWriteToken;
private FSDataOutputStream output;
private boolean closed = false;
+ private transient Thread shutdownThread = null;
Review comment:
is there a reason why this should be `transient`. we dont serialize
this, right
----------------------------------------------------------------
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]