This is an automated email from the ASF dual-hosted git repository.
fpaul pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from fb05fab [FLINK-25969][table-runtime] Clean up caches in CompileUtils
more aggressively
new 91c2b8d [FLINK-26126][metrics] Introduce new counter metrics for
sending records by SinkWriter.
new 339cd3c [FLINK-26126][kafka] use record/byte send counter metrics
from SinkWriterMetricGroup directly. Bug fixed. Enable the metric test in
KafkaSinkITCase and KafkaSinkE2ECase again.
new d07df57 [FLINK-26126][kafka] develop record out error counter metric
new 9725933 [FLINK-26126][test] migrate KafkaWriterITCase to AssertJ
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../flink/connector/kafka/sink/KafkaWriter.java | 22 ++--
.../connector/kafka/sink/KafkaSinkITCase.java | 13 ---
.../connector/kafka/sink/KafkaWriterITCase.java | 120 +++++++++++++--------
.../flink/tests/util/kafka/KafkaSinkE2ECase.java | 13 ---
.../metrics/groups/SinkWriterMetricGroup.java | 14 +++
.../apache/flink/runtime/metrics/MetricNames.java | 2 +
.../groups/InternalSinkWriterMetricGroup.java | 14 +++
.../testframe/testsuites/SinkTestSuiteBase.java | 14 ++-
.../test/streaming/runtime/SinkMetricsITCase.java | 31 +++---
9 files changed, 148 insertions(+), 95 deletions(-)