jasonk000 commented on issue #11140: URL: https://github.com/apache/druid/issues/11140#issuecomment-844617339
@bharadwajrembar regarding your ticket, could you confirm which `druid.indexer.storage.type` was in use in your environment? @FrankChen021 I have not investigated any metadata store based task storage. Scanning code briefly I do not see any obvious points of contention, however there may be indexing or other query opts required. Perhaps best if we track down if this really is the same issue or a different one, and if it was can they test using the additional fix. (If not, I suppose I'd open a new issue to track heap memory task issue against). As you say, the [quickstart samples do show that metadata is used for task storage](https://github.com/apache/druid/blob/master/examples/conf/druid/single-server/large/coordinator-overlord/runtime.properties#L33). However, it also seems that the `druid.indexer.storage.type` [documented here](https://druid.apache.org/docs/latest/configuration/index.html#overlord-operations) `local` would be used by default if none other configured. -- 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]
