XComp commented on a change in pull request #17152:
URL: https://github.com/apache/flink/pull/17152#discussion_r702932785
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/sink/CommitterOperator.java
##########
@@ -72,6 +73,7 @@ public CommitterOperator(
public void initializeState(StateInitializationContext context) throws
Exception {
super.initializeState(context);
committerHandler.initializeState(context);
+ commitRetrier.retryWithDelay();
Review comment:
"as quickly as possible" kind-of contradicts "retryWithDelay" ;-) Would
it make sense to extend the public API of `CommitRetrier` to provide a method
`retry` method without any delay? 🤔
--
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]