This message was deleted.
# troubleshooting
s
This message was deleted.
g
try using http load queues on the coordinator and enable batching something like this on Coordinator:
Copy code
druid.coordinator.loadqueuepeon.type=http
druid.coordinator.loadqueuepeon.http.batchSize=8
🙌 1
that should allow all your loading threads to be used
k
Sure
Thanks @Gian Merlino it is working
🚀 2