[
https://issues.apache.org/jira/browse/FLINK-8917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16652355#comment-16652355
]
ASF GitHub Bot commented on FLINK-8917:
---------------------------------------
zentol commented on issue #5686: [FLINK-8917] [Job-Submission] FlinkMiniCluster
default createHighAvailabilityServices is not same as ClusterClient
URL: https://github.com/apache/flink/pull/5686#issuecomment-430377948
The affected classes will be removed soon in FLINK-10540.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> FlinkMiniCluster default createHighAvailabilityServices is not same as
> ClusterClient
> ------------------------------------------------------------------------------------
>
> Key: FLINK-8917
> URL: https://issues.apache.org/jira/browse/FLINK-8917
> Project: Flink
> Issue Type: Bug
> Components: Job-Submission
> Affects Versions: 1.4.0
> Reporter: jianran.tfh
> Priority: Minor
>
> FlinkMiniCluster default createHighAvailabilityServices is not same as
> ClusterClient,
> the FlinkMiniCluster used
> HighAvailabilityServicesUtils.createAvailableOrEmbeddedServices
> but the ClusterClient used
> HighAvailabilityServicesUtils.createHighAvailabilityServices,so if you use
> the flink-1.4 in zeppelin,the job submission will be failed with the follow
> msg:
> Discard message
> LeaderSessionMessage(00000000-0000-0000-0000-000000000000,SubmitJob(JobGraph(jobId:
> 33d8e7d74aa48f76a1622d4d8f78105e),EXECUTION_RESULT_AND_STATE_CHANGES))
> because the expected leader session ID 87efb7ca-b761-4977-9696-d521bc178703
> did not equal the received leader session ID
> 00000000-0000-0000-0000-000000000000.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)