[ 
https://issues.apache.org/jira/browse/FLINK-13750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910162#comment-16910162
 ] 

TisonKun commented on FLINK-13750:
----------------------------------

The main requirement of client side on HA service is to communicate to 
Dispatcher/WebMonitor. Any LeaderElectionServices, BlobServices and other 
LeaderRetrievalServices are no need for client side.

I think it is reasonable to separate HA service exposed to client- and 
server-side.

I'd like to take a closer look and provide a solution to this :-)

> Separate HA services between client-/ and server-side
> -----------------------------------------------------
>
>                 Key: FLINK-13750
>                 URL: https://issues.apache.org/jira/browse/FLINK-13750
>             Project: Flink
>          Issue Type: Improvement
>          Components: Command Line Client, Runtime / Coordination
>            Reporter: Chesnay Schepler
>            Priority: Major
>
> Currently, we use the same {{HighAvailabilityServices}} on the client and 
> server. However, the client does not need several of the features that the 
> services currently provide (access to the blobstore or checkpoint metadata).
> Additionally, due to how these services are setup they also require the 
> client to have access to the blob storage, despite it never actually being 
> used, which can cause issues, like FLINK-13500.
> [~Tison] Would be be interested in this issue?



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to