Hi, When we are running a topology the CPU utilization is high around 400%. Also, a high percentage of that is being used in com.lmax.disruptor. ProcessingSequenceBarrier.waitFor(long) -> >TimeoutBlockingWaitStrategy. waitFor(long,Sequence,Sequence,SequenceBarrier).
KafkaSpout Parallelism: 4 Bolt Parallelism: 20 The number of tuples flowing through the kafka spout is around 1600/sec. Any suggestion on how to reduce the CPU utilization. Thanks, Nithin
