danny0405 commented on code in PR #7397:
URL: https://github.com/apache/hudi/pull/7397#discussion_r1046653338


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/StreamWriteOperatorCoordinator.java:
##########
@@ -291,19 +291,19 @@ public void handleEventFromOperator(int i, OperatorEvent 
operatorEvent) {
   }
 
   @Override
-  public void subtaskFailed(int i, @Nullable Throwable throwable) {
-    // reset the event
-    this.eventBuffer[i] = null;
-    LOG.warn("Reset the event for task [" + i + "]", throwable);
+  public void subtaskReset(int i, long l) {

Review Comment:
   Is the change Forward-compatible ?



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