AHeise commented on a change in pull request #11098: [FLINK-16060][task]
Implement working StreamMultipleInputProcessor
URL: https://github.com/apache/flink/pull/11098#discussion_r383201388
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricNames.java
##########
@@ -42,8 +42,11 @@ private MetricNames() {
public static final String IO_NUM_BUFFERS_OUT_RATE = IO_NUM_BUFFERS_OUT
+ SUFFIX_RATE;
public static final String IO_CURRENT_INPUT_WATERMARK =
"currentInputWatermark";
+ @Deprecated
public static final String IO_CURRENT_INPUT_1_WATERMARK =
"currentInput1Watermark";
+ @Deprecated
public static final String IO_CURRENT_INPUT_2_WATERMARK =
"currentInput2Watermark";
+ public static final String IO_CURRENT_INPUT_WATERMARK_PATERN =
"currentInput%dWatermark";
Review comment:
Could also be done with prefix.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services