keepmeup opened a new issue #12265: URL: https://github.com/apache/druid/issues/12265
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version druid-0.22.0 The Druid version where the problem was encountered. ### Description The description of config item `druid.worker.globalIngestionHeapLimitBytes` in the indexer general configration is incorrect. The description of the configuration item is 60%.  But it's actually 1/6 in the code. code:org.apache.druid.indexing.worker.config.WorkerConfig#globalIngestionHeapLimitBytes  -- 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]
