[ https://issues.apache.org/jira/browse/FLINK-33568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17786758#comment-17786758 ]
Matthias Pohl commented on FLINK-33568: --------------------------------------- This issue starts appearing in [20231113.1|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=54516&view=results] (29e49482). The previous build [20231112.1|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=54512&view=results] is based on 3dd98430. {{git log}} lists only three changes. One of those is [c3a07f98e5d1d7624adc967932f57d31355d9ddd|https://github.com/apache/flink/commit/c3a07f98e5d1d7624adc967932f57d31355d9ddd] which touches sink metric code: {code:java} commit c3a07f98e5d1d7624adc967932f57d31355d9ddd Author: pvary <peter.vary.apa...@gmail.com> Date: Sun Nov 12 17:31:34 2023 +0100 [FLINK-25857] Add committer metrics to track the status of committables Temporarily disables failing python connector tests which should be moved to external repositories. --------- Co-authored-by: Peter Vary <peter_va...@apple.com> {code} [~pvary] can you have a look at this? > SinkV2MetricsITCase.testCommitterMetrics fails with NullPointerException > ------------------------------------------------------------------------ > > Key: FLINK-33568 > URL: https://issues.apache.org/jira/browse/FLINK-33568 > Project: Flink > Issue Type: Bug > Components: Runtime / Metrics > Affects Versions: 1.19.0 > Reporter: Matthias Pohl > Priority: Critical > > {code} > Nov 16 01:48:57 01:48:57.537 [ERROR] Tests run: 2, Failures: 0, Errors: 1, > Skipped: 0, Time elapsed: 6.023 s <<< FAILURE! - in > org.apache.flink.test.streaming.runtime.SinkV2MetricsITCase > Nov 16 01:48:57 01:48:57.538 [ERROR] > org.apache.flink.test.streaming.runtime.SinkV2MetricsITCase.testCommitterMetrics > Time elapsed: 0.745 s <<< ERROR! > Nov 16 01:48:57 java.lang.NullPointerException > Nov 16 01:48:57 at > org.apache.flink.test.streaming.runtime.SinkV2MetricsITCase.assertSinkCommitterMetrics(SinkV2MetricsITCase.java:254) > Nov 16 01:48:57 at > org.apache.flink.test.streaming.runtime.SinkV2MetricsITCase.testCommitterMetrics(SinkV2MetricsITCase.java:153) > Nov 16 01:48:57 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [...] > {code} > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=54602&view=logs&j=8fd9202e-fd17-5b26-353c-ac1ff76c8f28&t=ea7cf968-e585-52cb-e0fc-f48de023a7ca&l=8546 > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=54602&view=logs&j=baf26b34-3c6a-54e8-f93f-cf269b32f802&t=8c9d126d-57d2-5a9e-a8c8-ff53f7b35cd9&l=8605 -- This message was sent by Atlassian Jira (v8.20.10#820010)