didip commented on issue #11397: URL: https://github.com/apache/druid/issues/11397#issuecomment-871102781
overlord config: ``` # HTTP server threads druid.server.http.readTimeout=PT10M druid.server.http.numConnections=500 druid.server.http.numMaxThreads=500 druid.server.http.numThreads=200 druid.indexer.queue.startDelay=PT30S druid.indexer.runner.type=remote druid.indexer.storage.type=metadata druid.indexer.storage.recentlyFinishedThreshold=PT10M ``` middlemanager config: ``` # Number of tasks per middleManager druid.worker.capacity=20 # Task launch parameters druid.indexer.runner.javaOpts=-server -Xms512m -Duser.timezone=UTC -Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:-UseBiasedLocking -XX:+CrashOnOutOfMemoryError -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -Daws.region=us-west-2 # HTTP server threads druid.server.http.numThreads=60 # Processing threads and buffers druid.processing.buffer.sizeBytes=100000000 druid.processing.numMergeBuffers=2 druid.processing.numThreads=2 druid.processing.tmpDir=var/ebs/middlemanager/processing # Peon configurations druid.indexer.task.baseDir=var/ebs/middlemanager druid.indexer.task.baseTaskDir=var/ebs/middlemanager/task druid.indexer.task.defaultRowFlushBoundary=100000 druid.indexer.task.directoryLockTimeout=PT10M druid.indexer.task.gracefulShutdownTimeout=PT5M druid.indexer.task.restoreTasksOnRestart=true druid.indexer.fork.property.druid.monitoring.monitors=["org.apache.druid.java.util.metrics.JvmMonitor"] ``` -- 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]
