Changing num threads to 9 (#3492)

This commit is contained in:
Maciej Bryński 2016-09-28 18:44:51 +02:00 committed by David Lim
parent 91e6ab4fcf
commit d0ea84149f
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ druid.port=8082
# HTTP server threads # HTTP server threads
druid.broker.http.numConnections=5 druid.broker.http.numConnections=5
druid.server.http.numThreads=8 druid.server.http.numThreads=9
# Processing threads and buffers # Processing threads and buffers
druid.processing.buffer.sizeBytes=256000000 druid.processing.buffer.sizeBytes=256000000

View File

@ -2,7 +2,7 @@ druid.service=druid/historical
druid.port=8083 druid.port=8083
# HTTP server threads # HTTP server threads
druid.server.http.numThreads=8 druid.server.http.numThreads=9
# Processing threads and buffers # Processing threads and buffers
druid.processing.buffer.sizeBytes=256000000 druid.processing.buffer.sizeBytes=256000000

View File

@ -9,7 +9,7 @@ druid.indexer.runner.javaOpts=-server -Xmx2g -Duser.timezone=UTC -Dfile.encoding
druid.indexer.task.baseTaskDir=var/druid/task druid.indexer.task.baseTaskDir=var/druid/task
# HTTP server threads # HTTP server threads
druid.server.http.numThreads=8 druid.server.http.numThreads=9
# Processing threads and buffers # Processing threads and buffers
druid.processing.buffer.sizeBytes=256000000 druid.processing.buffer.sizeBytes=256000000

View File

@ -69,6 +69,6 @@
"druid.discovery.curator.path" : "/druid/discovery", "druid.discovery.curator.path" : "/druid/discovery",
"druid.selectors.indexing.serviceName" : "druid/overlord", "druid.selectors.indexing.serviceName" : "druid/overlord",
"http.port" : "8200", "http.port" : "8200",
"http.threads" : "8" "http.threads" : "9"
} }
} }