You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mikhail Stepura (JIRA)" <ji...@apache.org> on 2013/11/16 04:51:22 UTC

[jira] [Updated] (CASSANDRA-6349) IOException in MessagingService.run() causes orphaned storage server socket

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

Mikhail Stepura updated CASSANDRA-6349:
---------------------------------------

    Attachment: CASSANDRA-2.0-6349.patch

One of the options is to close the socket on IOException and continue

> IOException in MessagingService.run() causes orphaned storage server socket
> ---------------------------------------------------------------------------
>
>                 Key: CASSANDRA-6349
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6349
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: cassandra 2.0+
>            Reporter: Steven Halaka
>            Assignee: Mikhail Stepura
>         Attachments: CASSANDRA-2.0-6349.patch
>
>
> The refactoring of reading the message header in MessagingService.run() vs IncomingTcpConnection seems to mishandle IOException as the loop is broken and MessagingService.SocketThread never seems to get reinitialized.
> To reproduce: telnet to port 7000 and send random data. This then prevents any new or restarting node in the cluster from handshaking with this defunct storage port.



--
This message was sent by Atlassian JIRA
(v6.1#6144)