pjain1 edited a comment on issue #11297:
URL: https://github.com/apache/druid/issues/11297#issuecomment-847547238


   @jihoonson A similar method to 
`deleteExpiredSuprevisorTaskPartitionsIfNotRunning` in 
`IntermediaryDataManager` can be implemented for other managers as well. If we 
want to enforce this for all managers then we can move probably make 
`IntermediaryDataManager` abstract have a default implementation in start 
method where we use an executor to call this method periodically. This method 
can be moved to the abstract class so that it is always implemented. Does this 
make sense ?


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



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

Reply via email to