I am upgrading from Apache Storm 1.0.3 to 2.2.0 and facing a peculiar issue where the topology tasks are not running on all the workers and is only running on the same worker as the Spout.
I am using shuffleGrouping and have configured 6 workers and a total of 51 executors among 2 bolts and 1 spout. When I start the topology all 6 the workers are started as expected but only the one worker with the spout is doing all the work.
Do I need any special configuration for 2.2.0, all my topologies are working fine with version 1.0.3
As a test I am also running the ExclamationTopology from Strom-starter but seeing the same issue of only one worker doing all the work.
Thanks in advance for any help.
Regards,