yihua commented on a change in pull request #4962:
URL: https://github.com/apache/hudi/pull/4962#discussion_r828623933



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java
##########
@@ -120,6 +121,7 @@
   protected transient AsyncArchiveService asyncArchiveService;
   protected final TransactionManager txnManager;
   protected Option<Pair<HoodieInstant, Map<String, String>>> 
lastCompletedTxnAndMetadata = Option.empty();
+  protected List<HoodieInstant> pendingReplaceRequestedInstants = new 
ArrayList<>();

Review comment:
       +1.  This can happen for multi-writer and echoes my comment above.  The 
c2 is from backfill and takes a long time to finish, that can cause the same 
issue as the replacecommit case.




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to