Hi, Thanks for your reply. Test Case 3: Changed number of servers to 1 and it took 2 hours to process the xml message.
That means parallelism is working fine if number of servers are changed. But it is not working with increased number of parallelism hint for each server. I have even tried increasing 2 nodes for 1 topology but that too did not made processing faster. Regards, Viraj On Thu, 14 Sep, 2023, 7:06 pm Étienne Miret, <[email protected]> wrote: > Hi! > > Without seeing your code, we can’t know for sure. But the first thing to > look at is whether your code is running in parallel. > > Obviously, a mono-thread app running on 10 computers with 4 CPUs each > will not run any faster than on a single computer with a single CPU. > > Increasing storm parallelism is the same. If the topology you deployed > uses a single component at a time, it won’t make processing any faster. > > Regards, > > -- > Étienne > >
