jihoonson opened a new issue #5994: Automatic cleanup druid_tasks table of 
metastore
URL: https://github.com/apache/incubator-druid/issues/5994
 
 
   `druid_tasks` table stores all submitted tasks to overlords. Since this is 
never cleaned up automatically, it always grows as more tasks are submitted 
until people tidy up it manually. 
   
   So, it makes sense to periodically delete old entries from that table as the 
coordinator does for old segments. I think it also makes sense to delete old 
entries if `druid.indexer.logs.kill.enabled` option is set because deleting 
task logs usually mean you don't want to check that task anymore.
   

----------------------------------------------------------------
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