AHeise merged PR #25547:
URL: https://github.com/apache/flink/pull/25547
--
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: issues-unsubscr...@flink.apache
fapaul commented on code in PR #25547:
URL: https://github.com/apache/flink/pull/25547#discussion_r1827385788
##
flink-core/src/main/java/org/apache/flink/configuration/SinkOptions.java:
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
AHeise commented on code in PR #25547:
URL: https://github.com/apache/flink/pull/25547#discussion_r1827370992
##
flink-core/src/main/java/org/apache/flink/configuration/SinkOptions.java:
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
fapaul commented on code in PR #25547:
URL: https://github.com/apache/flink/pull/25547#discussion_r1822429861
##
flink-runtime/src/main/java/org/apache/flink/streaming/runtime/operators/sink/CommitterOperator.java:
##
@@ -164,41 +165,37 @@ public void notifyCheckpointComplete(lo
fapaul commented on code in PR #25547:
URL: https://github.com/apache/flink/pull/25547#discussion_r1822432325
##
flink-core/src/main/java/org/apache/flink/configuration/SinkOptions.java:
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
AHeise commented on code in PR #25547:
URL: https://github.com/apache/flink/pull/25547#discussion_r1820836505
##
flink-runtime/src/main/java/org/apache/flink/streaming/runtime/operators/sink/CommitterOperator.java:
##
@@ -164,41 +165,37 @@ public void notifyCheckpointComplete(lo
AHeise commented on PR #25547:
URL: https://github.com/apache/flink/pull/25547#issuecomment-2444290856
Reverted the deprecation of numFailed and added a config option for the
retries. PTAL @fapaul
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
AHeise commented on code in PR #25547:
URL: https://github.com/apache/flink/pull/25547#discussion_r1819084931
##
flink-runtime/src/main/java/org/apache/flink/streaming/api/connector/sink2/CommittableSummary.java:
##
@@ -39,11 +39,21 @@ public class CommittableSummary implements
fapaul commented on code in PR #25547:
URL: https://github.com/apache/flink/pull/25547#discussion_r1818576013
##
flink-runtime/src/main/java/org/apache/flink/streaming/api/connector/sink2/CommittableSummary.java:
##
@@ -39,11 +39,21 @@ public class CommittableSummary implements
flinkbot commented on PR #25547:
URL: https://github.com/apache/flink/pull/25547#issuecomment-2422494183
## CI report:
* c4672fc5f56fc099f46520017755ebafaadcbd25 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
AHeise opened a new pull request, #25547:
URL: https://github.com/apache/flink/pull/25547
## What is the purpose of the change
Sinks so far retried asynchronously to increase commit throughput in case of
temporary issues. However, the contract of notifyCheckpointCompleted stat
11 matches
Mail list logo