You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/11 19:50:40 UTC

[GitHub] jihoonson opened a new issue #5994: Automatic cleanup druid_tasks table of metastore

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:
users@infra.apache.org


With regards,
Apache Git Services

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