Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-556

netty Client reconnect bug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.9.2-incubating
    • 0.9.3
    • storm-core

    Description

      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.

      Attachments

        Activity

          People

            fxw Xavier Fu
            fxw Xavier Fu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: