jihoonson commented on issue #9212: azure extensions: task log kill crashes with "Not Implemented". URL: https://github.com/apache/druid/issues/9212#issuecomment-606755674 @bharadwajrembar, yes the SQL internally calls an Overlord API which needs to materialize old tasks in memory which can cause OOM if you have a huge number of tasks. The OOM doesn't usually happen because it doesn't return tasks older than `druid.indexer.storage.recentlyFinishedThreshold`. BTW, this issue was fixed in https://github.com/apache/druid/pull/9523 which will be included in 0.18.0. I'm closing this issue for now. Please reopen it if you think this issue still exists.
---------------------------------------------------------------- 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]
