gianm opened a new pull request, #18431: URL: https://github.com/apache/druid/pull/18431
DruidMeta owns an executor service, which spawns a thread that retains a reference to it. This service must be shut down for the DruidMeta to be garbage-collectable, which is important when DruidAvaticaTestDriver is closed. Otherwise, any segments retained by the DruidMeta will stick around. This fix includes a `@LifecycleStop` so the same shutdown happens when an actual server is shutting down. It seems like good hygiene. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
