mirror of https://github.com/apache/druid.git
typo or backward compatibility problem
2147483648 will break the node since druid 0.7 it is parsing it as an `int`
This commit is contained in:
parent
a609e6bcd5
commit
d854ceebbd
|
@ -323,7 +323,7 @@ druid.service=druid/prod/broker
|
|||
druid.broker.http.numConnections=20
|
||||
druid.broker.http.readTimeout=PT5M
|
||||
|
||||
druid.processing.buffer.sizeBytes=2147483648
|
||||
druid.processing.buffer.sizeBytes=2147483647
|
||||
druid.processing.numThreads=31
|
||||
|
||||
druid.server.http.numThreads=50
|
||||
|
|
Loading…
Reference in New Issue