You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/18 15:25:26 UTC

[jira] [Commented] (FLINK-5495) ZooKeeperMesosWorkerStore cannot be instantiated

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

ASF GitHub Bot commented on FLINK-5495:
---------------------------------------

GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/flink/pull/3155

    [FLINK-5495] [mesos] Provide executor to ZooKeeperMesosWorkerStore

    The ZooKeeperMesosWorkerStore instantiates a ZooKeeperStateHandleStore which requires an
    Executor instance. This executor is now given to the ZooKeeperMesosWorkerStore.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tillrohrmann/flink mesosFixStateHandleStore

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3155.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3155
    
----
commit dd2f56568745ade036de4d0ee333e7e7fdb47400
Author: Till Rohrmann <tr...@apache.org>
Date:   2017-01-16T13:14:18Z

    [FLINK-5495] [mesos] Provide executor to ZooKeeperMesosWorkerStore
    
    The ZooKeeperMesosWorkerStore instantiates a ZooKeeperStateHandleStore which requires an
    Executor instance. This executor is now given to the ZooKeeperMesosWorkerStore.

----


> ZooKeeperMesosWorkerStore cannot be instantiated
> ------------------------------------------------
>
>                 Key: FLINK-5495
>                 URL: https://issues.apache.org/jira/browse/FLINK-5495
>             Project: Flink
>          Issue Type: Bug
>          Components: Mesos
>    Affects Versions: 1.2.0
>            Reporter: Till Rohrmann
>            Priority: Critical
>
> The {{ZooKeeperMesosWorkerStore}} cannot be instantiated because it dynamically instantiates a {{ZooKeeperStateHandleStore}} without providing an {{Executor}} to the constructor. This effectively breaks Mesos HA mode.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)