erankor commented on issue #5979: Kafka Indexing Service lagging every hour
URL: 
https://github.com/apache/incubator-druid/issues/5979#issuecomment-403872189
 
 
   Problem solved!
   The issue was that the druid_pendingSegments table in MySQL grew huge over 
time (~800k rows), this caused very slow queries to MySQL. In turn, this made 
segment allocation tasks work very slowly on the overlord, which slowed down 
the bootstrapping of the Kafka tasks.
   Anyway, I stopped all services, truncated the table and reinserted some of 
the recent rows (not sure if this is actually needed, but wanted to be on the 
safe side). 
   Now everything is working well again :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org
For additional commands, e-mail: dev-h...@druid.apache.org

Reply via email to