You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/11/07 13:51:08 UTC

[GitHub] [flink] GJL commented on a change in pull request #10085: [FLINK-14373][tests] Fix ZooKeeperHighAvailabilityITCase to pass with NG scheduler

GJL commented on a change in pull request #10085: [FLINK-14373][tests] Fix ZooKeeperHighAvailabilityITCase to pass with NG scheduler
URL: https://github.com/apache/flink/pull/10085#discussion_r343659493
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricNames.java
 ##########
 @@ -51,6 +51,8 @@ private MetricNames() {
 	public static final String TASK_SLOTS_TOTAL = "taskSlotsTotal";
 	public static final String NUM_REGISTERED_TASK_MANAGERS = "numRegisteredTaskManagers";
 
+	public static final String NUMBER_OF_RESTARTS = "numberOfRestarts";
 
 Review comment:
   How about `NUM_RESTARTS = "numRestarts"` to be consistent with the other metrics?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services