Created
April 4, 2014 23:03
-
-
Save yukim/9984758 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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