You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/05/18 22:36:01 UTC

[jira] [Created] (CASSANDRA-9419) CqlRecordWriter does not adequately determine if driver failed to connect due to interrupt

Philip Thompson created CASSANDRA-9419:
------------------------------------------

             Summary: CqlRecordWriter does not adequately determine if driver failed to connect due to interrupt
                 Key: CASSANDRA-9419
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9419
             Project: Cassandra
          Issue Type: Bug
            Reporter: Philip Thompson
            Assignee: Philip Thompson
             Fix For: 2.2 rc1


Until https://datastax-oss.atlassian.net/browse/JAVA-769 is implemented, I have had to implement a workaround.

Java's thread interrupt status flag can be cleared for any number of reasons. After discussion, I've changed to parsing the driver's DriverException to tell if we are safe to retry the failed connection.



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