Skip to content

Instantly share code, notes, and snippets.

@yukim
Created April 4, 2014 23:03
Show Gist options
  • Save yukim/9984758 to your computer and use it in GitHub Desktop.
Save yukim/9984758 to your computer and use it in GitHub Desktop.
diff --git a/src/java/org/apache/cassandra/streaming/ConnectionHandler.java b/src/java/org/apache/cassandra/streaming/ConnectionHandler.java
index 356138b..b06a818 100644
--- a/src/java/org/apache/cassandra/streaming/ConnectionHandler.java
+++ b/src/java/org/apache/cassandra/streaming/ConnectionHandler.java
@@ -366,7 +366,7 @@ public class ConnectionHandler
{
throw new AssertionError(e);
}
- catch (IOException e)
+ catch (Throwable e)
{
session.onError(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment