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%.
   
![image](https://user-images.githubusercontent.com/41229600/154439054-5bc9ae5c-f847-4b1f-9481-2ecfec24ad88.png)
   
   But it's actually 1/6 in the code.
   
code:org.apache.druid.indexing.worker.config.WorkerConfig#globalIngestionHeapLimitBytes
   
![image](https://user-images.githubusercontent.com/41229600/154439354-c807bd52-51e7-402f-8924-c23a3e38e786.png)
   
   
   


-- 
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]

Reply via email to