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 2015/02/16 15:08:11 UTC

[jira] [Commented] (FLINK-1554) LocalFlinkMiniCluster cannot start multiple local TaskManagers

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

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

GitHub user tillrohrmann opened a pull request:

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

    [FLINK-1554] Allows the LocalFlinkMiniCluster to start multiple TaskManager in the same ActorSystem

    Allows the ```LocalFlinkMiniCluster``` to start multiple ```TaskManager``` in the same ```ActorSystem``` by assigning them unique actor names.

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

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

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

    https://github.com/apache/flink/pull/403.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 #403
    
----
commit cecb45d45f05c0aa86f4ae780e8b49830f3ea6ac
Author: Till Rohrmann <tr...@apache.org>
Date:   2015-02-16T14:04:42Z

    [FLINK-1554] [runtime] Allows the LocalFlinkMiniCluster to start multiple TaskManager in the same ActorSystem.

----


> LocalFlinkMiniCluster cannot start multiple local TaskManagers
> --------------------------------------------------------------
>
>                 Key: FLINK-1554
>                 URL: https://issues.apache.org/jira/browse/FLINK-1554
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Till Rohrmann
>
> The {{LocalFlinkMiniCluster}} cannot currently start multiple {{TaskManager}}s in the same {{ActorSystem}}, because it assigns them the same actor name.



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