Yifan Cai created CASSANDRASC-62:
------------------------------------

             Summary: Fix uncaught exception in sidecar client that causes 
request to freeze
                 Key: CASSANDRASC-62
                 URL: https://issues.apache.org/jira/browse/CASSANDRASC-62
             Project: Sidecar for Apache Cassandra
          Issue Type: Bug
          Components: Rest API
            Reporter: Yifan Cai
            Assignee: Yifan Cai


When processing response, the sidecar client does not catch throwable rather 
than IOException. The uncaught exception leads to the response future never 
gets closes and the client that is waiting on the completion of it never make 
progress. 

The fix is to catch all throwable instead of only IOException. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to