Skip to content

Commit

Permalink
[FLINK-10631] Set number of slots per TM to 3 for Jepsen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Nov 1, 2018
1 parent e3812b3 commit 6047321
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flink-jepsen/src/jepsen/flink/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
(def deb-mesos-package "1.5.0-2.0.2")
(def deb-marathon-package "1.6.322")

(def taskmanager-slots 1)
(def taskmanager-slots 3)

(defn flink-configuration
[test node]
Expand Down Expand Up @@ -293,7 +293,6 @@
"-Djobmanager.rpc.port=6123 "
"-Dmesos.resourcemanager.tasks.mem=2048 "
"-Dtaskmanager.heap.mb=2048 "
"-Dtaskmanager.numberOfTaskSlots=2 "
"-Dmesos.resourcemanager.tasks.cpus=1 "
"-Drest.bind-address=$(hostname -f) "))

Expand Down

0 comments on commit 6047321

Please sign in to comment.