+2 votes
in Apache Storm by
What are some of the best ways to get a worker to mysteriously and bafflingly die?

1 Answer

0 votes
by

Do you have write access to the log directory

  1. Are you blowing out your heap?
  2. Are all the right libraries installed on all of the workers?
  3. Is the zookeeper hostname still set to localhost?
  4. Did you supply a correct, unique hostname — one that resolves back to the machine — to each worker, and put it in the storm conf file?

Have you opened firewall/securitygroup permissions bidirectionally among 

a) all the workers, 

b) the storm master, 

c) zookeeper? 

Also, from the workers to any kafka/kestrel/database/etc that your topology accesses? Use netcat to poke the appropriate ports and be sure.

Related questions

+1 vote
asked Oct 28, 2022 in Python by SakshiSharma
+1 vote
asked Apr 13, 2020 in QuickTest Professional (QTP) by rajeshsharma
...