a2l007 opened a new pull request, #18064: URL: https://github.com/apache/druid/pull/18064
### Description This fixes an issue where realtime ingestion tasks do not respect the lookup loading mode set in the task context. As a result of this behavior, realtime tasks with lookup loading mode as `NONE` or `ONLY_REQUIRED` will end up loading all the lookups during the lookup management by `LookupCoordinatorManager`. I saw this issue was reported in one of the slack discussions as well. #### Release note Fixes an issue where realtime ingestion tasks ignore the lookup loading mode in task context. <hr> This PR has: - [x] been self-reviewed. - [x] a release note entry in the PR description. - [x] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [x] been tested in a test Druid cluster. -- 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]
