I would suggest that you take a thread dump and analyze what the executor threads are doing. Make sure that you are not blocking the executor threads.
Regards, Srinath On Sep 25, 2015 5:28 AM, "Kashyap Mhaisekar" <[email protected]> wrote: > HI, > I am now facing a unique issue where the nodes of a cluster do not talk to > each other. The spout does not accept messages and even if there are some > messages, they are not sent to other workers on the same node or different > nodes. > > Logs also dont indicate much. Has anyone faced this issue before? > > I am on Storm 0.9.5 and have 8 machines with 8 cores and 32 GB each. > > Thanks for the time. > > Kashyap >
