You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Eric Ruel <er...@wantedanalytics.com> on 2015/12/16 00:18:09 UTC

Trident does not use all threads (executor?) for a bolt

Hello


We have a Trident topology with about 30 bolts

When we monitor the process with visualVM and java monitor in eclipse, we see that only one thread work for a specific bolt and all other threads do nothing


all our connections between bolts includes a partitionBy(id), indeed, there is no duplicates in the batch we just hoped that all tuples would be splitted evenly across all threads (similar to a .shuffle() I suppose) but it does not seem to be the case.


any idea?


Eric