mirror of
https://github.com/apache/druid.git
synced 2025-02-22 18:30:13 +00:00
Fix ITUnionQueryTest failing on machines with 1 core
ITUnionQueryTest runs 4 realtime tasks and runs a unionQuery over them, the worker is not able to run all the tasks concurrently on machines with less cpu cores as it picks default worker capacity. Explicitly specify worker capacity to avoid this.
This commit is contained in:
parent
46527a9610
commit
4486b3fe8b
@ -10,6 +10,7 @@ command=java
|
||||
-Dfile.encoding=UTF-8
|
||||
-Ddruid.host=%(ENV_HOST_IP)s
|
||||
-Ddruid.zk.service.host=druid-zookeeper-kafka
|
||||
-Ddruid.worker.capacity=8
|
||||
-Ddruid.indexer.logs.directory=/shared/tasklogs
|
||||
-Ddruid.storage.storageDirectory=/shared/storage
|
||||
-Ddruid.indexer.runner.javaOpts=-server -Xmx256m -Xms256m -XX:NewSize=128m -XX:MaxNewSize=128m -XX:+UseConcMarkSweepGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps
|
||||
|
Loading…
x
Reference in New Issue
Block a user