danny0405 commented on code in PR #6737:
URL: https://github.com/apache/hudi/pull/6737#discussion_r991022634
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/StreamWriteFunction.java:
##########
@@ -129,6 +137,7 @@ public void snapshotState() {
// it would check the validity.
// wait for the buffer data flush out and request a new instant
flushRemaining(false);
+ this.updateStrategy.reset();
}
Review Comment:
Do we have solution for concurrent update on clustering buckets ? If not
(only throws exception is not a solution), i would suggest we move the
clustering update logic into the sub-clazz now.
--
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]