wenbingshen commented on code in PR #10767:
URL: https://github.com/apache/hudi/pull/10767#discussion_r1508705339
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/TestWriteCopyOnWrite.java:
##########
@@ -175,6 +176,35 @@ public void testPartialFailover() throws Exception {
.end();
}
+ // Task level failed retry, we should reuse the unfinished Instant with
INSERT operationType
+ @Test
+ public void testTaskPartialFailover() throws Exception {
+ conf.setLong(FlinkOptions.WRITE_COMMIT_ACK_TIMEOUT, 1L);
Review Comment:
Okay. merged.
--
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]