[
https://issues.apache.org/jira/browse/STORM-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xavier Fu closed STORM-556.
---------------------------
Resolution: Duplicate
Fix Version/s: 0.9.3
https://issues.apache.org/jira/browse/STORM-406
> netty Client reconnect bug
> ---------------------------
>
> Key: STORM-556
> URL: https://issues.apache.org/jira/browse/STORM-556
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 0.9.2-incubating
> Reporter: Xavier Fu
> Assignee: Xavier Fu
> Labels: ClientID, hangup, netty
> Fix For: 0.9.3
>
>
> if a storm worker die then restarted and the nimbus reassign the task on the
> restarted worker with same host:port, the upstream task will not reconnect
> the host:port and the topology will hang up。
> because the connect has broken and netty Client flush timer
> if (null != channel && channel.isWritable()) {
> flush(channel);
> }
> always false.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)