You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/05 03:51:27 UTC

[jira] [Updated] (STORM-578) Calls to submit-mocked-assignment in supervisor-test use invalid executor-id format

     [ https://issues.apache.org/jira/browse/STORM-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-578:
-------------------------------
    Component/s: storm-core

> Calls to submit-mocked-assignment in supervisor-test use invalid executor-id format
> -----------------------------------------------------------------------------------
>
>                 Key: STORM-578
>                 URL: https://issues.apache.org/jira/browse/STORM-578
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>         Environment: Ubuntu 14.04
>            Reporter: Mansheng Yang
>            Assignee: Mansheng Yang
>            Priority: Minor
>              Labels: test
>             Fix For: 0.10.0
>
>
> Calls to submit-mocked-assignment in supervisor-test are using invalid executor-id format, e.g.:
> {noformat}
> {
> [1] ["sup1" 1]
> [2] ["sup1" 2] 
> [3] ["sup2" 1] 
> [4] ["sup2" 1]
> }
> {noformat}
> Since executor ids should be of the form \[first-task last-task], the correct argument should be
> {noformat}
> {
> [1 1] ["sup1" 1] 
> [2 2] ["sup1" 2] 
> [3 3] ["sup2" 1] 
> [4 4] ["sup2" 1]
> }
> {noformat}
> See https://github.com/apache/storm/pull/319



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