You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2015/01/09 22:31:35 UTC

[jira] [Resolved] (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 ]

Robert Joseph Evans resolved STORM-578.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.0

[~mansheng] Thanks again for the fix I merged this into master.

> 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
>         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)