n3nash commented on a change in pull request #2249:
URL: https://github.com/apache/hudi/pull/2249#discussion_r527392458



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/util/collection/LazyFileIterable.java
##########
@@ -38,6 +38,8 @@
   // Stores the key and corresponding value's latest metadata spilled to disk
   private final Map<T, DiskBasedMap.ValueMetadata> 
inMemoryMetadataOfSpilledData;
 
+  private transient Thread shutdownThread = null;

Review comment:
       @bvaradar Any reason this needs to be transient ? Are we serializing 
this ?




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


Reply via email to