tillrohrmann commented on a change in pull request #9609:
[FLINK-13750][client][coordination] Separate HA services between client-side
and server-side
URL: https://github.com/apache/flink/pull/9609#discussion_r320671722
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/HighAvailabilityServices.java
##########
@@ -98,6 +98,15 @@
*/
LeaderRetrievalService getJobManagerLeaderRetriever(JobID jobID, String
defaultJobManagerAddress);
+ /**
+ * This retriever should be no longer used in cluster side. The
retriever to web monitor
Review comment:
```suggestion
* This retriever should no longer be used on the cluster side. The web
monitor retriever
```
----------------------------------------------------------------
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