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_r320671873
##########
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
+ * is only required in client-side and we have a dedicated
high-availability services
Review comment:
```suggestion
* is only required on the client-side and we have a dedicated
high-availability services
```
----------------------------------------------------------------
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