Skip to content

Commit

Permalink
Fix ITUnionQueryTest failing on machines with 1 core
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nishantmonu51 committed Nov 13, 2015
1 parent 46527a9 commit 4486b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/docker/middlemanager.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4486b3f

Please sign in to comment.