rahil-c commented on code in PR #7397:
URL: https://github.com/apache/hudi/pull/7397#discussion_r1047911803
##########
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:
I believe this method `subtaskReset` was just moved as opposed to actually
changed ( atleast when im examining this diff).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]