What does this mean in a storm topology "storm Insufficient Capacity on queue to emit"? And how can I increase the queue size or fix this? -
i have storm topology running , message in debug logs 1 of bolts "storm insufficient capacity on queue emit". bolt sends message bolt on particular stream. next bolt trying write data db , hence slower.
does mean next bolt's internal queue full , hence no more messages emitted? how can increase queue size? these messages re tried once next bolt has processed messages?
Comments
Post a Comment