Github user harshach commented on the pull request:
https://github.com/apache/incubator-storm/pull/177#issuecomment-54191625
I've gone through the code and ran the build with node v0.10.28 installed
on osx all the test passes. I ran a single node cluster and deployed
WordCountTopologyNode and it stops after less than minute with this Spout
errror
Emitting: spout __ack_init [1107591454335615211 4198602525173443000 24]
2014-09-02 10:51:42 b.s.util [ERROR] Async loop died!
java.lang.RuntimeException: java.lang.RuntimeException:
backtype.storm.multilang.NoOutputException: Pipe to subprocess seems to be
broken! No output read.
Serializer Exception:
apache-storm-0.9.3-incubating-SNAPSHOT/storm-local/supervisor/stormdist/wordcount-1-1409680231/resources/randomsentence.js
:59
self.log(this.pending[id] + ' sent to task ids - ' + taskIds);
^
ReferenceError: self is not defined
and my topology complete latency at 30757.945. I haven't debugged enough to
find the cause.
I am able to run WordCountTopology without any issues on the same cluster.
It might be related my environment (os x). I'll look into this to find more
details. If anyone encountered similar issue or ran WordCountTopologyNode
without any issues please let me know.
---
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.
---