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/09 02:06:27 UTC

[jira] [Updated] (STORM-64) Add Handshake when establishing new connection to worker.

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

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

> Add Handshake when establishing new connection to worker.
> ---------------------------------------------------------
>
>                 Key: STORM-64
>                 URL: https://issues.apache.org/jira/browse/STORM-64
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>            Reporter: James Xu
>
> https://github.com/nathanmarz/storm/issues/503
> Right now it's possible for a worker to connect to a worker of a different topology during a reassignment. Generally this happens very rarely in practice, and when it does causes ClassNotFoundExceptions.
> Add in a handshake when worker connection is first established, and ensure they agree on topology id. If they don't agree they shouldn't transfer any data, but neither should halt their process.



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