zjffdu commented on a change in pull request #3390: [ZEPPELIN-3784] Cluster management web page URL: https://github.com/apache/zeppelin/pull/3390#discussion_r299525965
########## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/cluster/meta/ClusterMeta.java ########## @@ -51,12 +51,14 @@ public static String MEMORY_CAPACITY = "MEMORY_CAPACITY"; public static String MEMORY_USED = "MEMORY_USED"; - public static String HEARTBEAT = "HEARTBEAT"; + public static String LAST_HEARTBEAT = "LAST_HEARTBEAT"; Review comment: LATEST_HEARTBEAT ? I guess you mean the latest heartbeat ? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services