n3nash commented on a change in pull request #2374: URL: https://github.com/apache/hudi/pull/2374#discussion_r569198671
########## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java ########## @@ -98,6 +112,7 @@ private transient HoodieWriteCommitCallback commitCallback; private transient AsyncCleanerService asyncCleanerService; protected final boolean rollbackPending; + protected AtomicReference<Option<HoodieInstant>> latestCompletedWriteInstant = new AtomicReference<>(); Review comment: Created issue -> https://issues.apache.org/jira/browse/HUDI-1577 ---------------------------------------------------------------- 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: us...@infra.apache.org