Github user davidyan74 commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/171#discussion_r45100534
--- Diff:
common/src/main/java/com/datatorrent/common/util/PubSubWebSocketClient.java ---
@@ -289,11 +298,11 @@ public void assertUsable() throws IOException
Throwable t = throwable.get();
if (t instanceof IOException) {
throw (IOException)t;
- }
- else {
+ } else {
DTThrowable.rethrow(t);
--- End diff --
Not sure if we should use this opportunity to remove all
DTThrowable.rethrow() calls.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---