Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/897#discussion_r45674327
--- Diff: storm-core/test/clj/backtype/storm/multilang_test.clj ---
@@ -47,7 +47,7 @@
"test"
{TOPOLOGY-WORKERS 20 TOPOLOGY-MESSAGE-TIMEOUT-SECS 3
TOPOLOGY-DEBUG true}
topology)
- (Thread/sleep 11000)
+ (Thread/sleep 31000)
--- End diff --
I ran test via my machine, and found it shuts down topology as soon as
topology is submitted and activated. It seems that it couldn't even emit tuples.
(Please note that we're changing strategy of topology submission from #810)
---
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.
---