jihoonson commented on issue #9212: azure extensions: task log kill crashes 
with "Not Implemented".
URL: https://github.com/apache/druid/issues/9212#issuecomment-590613679
 
 
   Yeah its schema is not very pretty. I would say you will be safe as long as 
you delete only the rows of inactive tasks that have the `created_date` older 
than (`current_timestamp()` - 
`druid.indexer.storage.recentlyFinishedThreshold`). The actual SQL used in 
Druid is [`DELETE FROM %s WHERE created_date < :date_time AND active = 
false`](https://github.com/apache/druid/blob/master/server/src/main/java/org/apache/druid/metadata/SQLMetadataStorageActionHandler.java#L468).

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to