This message was deleted.
# general
s
This message was deleted.
s
Ingestion rate is around 2000 rows per second..
k
If the log snippet is from
var/druid/indexing-logs/
then most likely its the peon launched by the middle manager . I am assuming you are using realtime ingestion Some things to check: 1. Do you have lookups enabled. If yes, are the the tasks gating on look ups being loaded. 2. Do you have enough query threads inside the tasks to serve the queries https://druid.apache.org/docs/latest/operations/metrics.html#jetty 3. Whats your task duration.
4. Take a flamegraph of the task while you fire the query to see where the query is getting bottlenecked on.
search for thread qtpXXX
g
you can also enable request logging if you want to see the specific queries that time out: https://druid.apache.org/docs/latest/operations/request-logging.html
s
Yes I will try those options and update this thread. cc: @Karan Kumar @Gian Merlino