This message was deleted.
# general
s
This message was deleted.
s
What throughput are you trying to ingest? What is your streaming job spec? how many tasks are you using? What is your cluster deployment? MMs? MM resource limits? Historicals?
w
Tasks: 2 Running and 1 in a Pending state
Single node and I am injesting netflow data at approximayely 5mbps
s
The task in a pending state is means that you do not have enough worker slots in the Middle Managers to run them concurrently. You can reduce the number of tasks or increase the capacity (druid.worker.capacity) in the Middle Managers. It is usually configured to (vcpus-1) if the middle manager is running on its own or less if it shares resources with another process.