vogievetsky commented on PR #13563: URL: https://github.com/apache/druid/pull/13563#issuecomment-1352406830
Ok so you might have read my comment above and wondered, wait what indexer configs are you using? It is a fair question. I copy a custom set of indexer configs into the micro-quickstart and then I swap middleManager to indexer in the supervise script. I did a visual diff of my working configs with the non working auto configs and mine had this section in them: ``` # Processing threads and buffers on Peons druid.processing.numMergeBuffers=1 druid.processing.buffer.sizeBytes=100000000 druid.processing.numThreads=4 ``` I copied the block above to `conf/druid/auto/indexer/runtime.properties` and restarted `./bin/start-druid -m 16g -s broker,router,historical,coordinator-overlord,indexer,zookeeper` and the ingest worked. I hope this gives a clue to how to fix this. I presume one of these configs (probably `druid.processing.buffer.sizeBytes` needs to be hooked to the auto tuning) ` -- 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]
