Skip to content

Commit

Permalink
Pulsar 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Mar 1, 2023
1 parent ed82764 commit defa46f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions driver-pulsar/deploy/ssd/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
serviceUrl: "pulsar://{{ hostvars[groups['pulsar'][0]].private_ip }}:6650/"
httpUrl: "http://{{ hostvars[groups['pulsar'][0]].private_ip }}:8080/"
- set_fact:
pulsar_version: "{{ pulsar_version | default('2.10.2') }}"
pulsar_version: "{{ pulsar_version | default('2.11.0') }}"
node_exporter_version: "{{ node_exporter_version | default('1.2.2') }}"
prometheus_version: "{{ prometheus_version | default('2.31.1') }}"
disk_dev: "{{ disk_dev | default(['/dev/nvme1n1', '/dev/nvme2n1']) }}"
Expand Down Expand Up @@ -416,12 +416,12 @@
lineinfile:
dest: /opt/benchmark/bin/benchmark-worker
regexp: '^JVM_MEM='
line: 'JVM_MEM="-Xms100G -Xmx100G -XX:+UseZGC"'
line: 'JVM_MEM="-Xms64G -Xmx64G -XX:+UseZGC"'
- name: Configure memory
lineinfile:
dest: /opt/benchmark/bin/benchmark
regexp: '^JVM_MEM='
line: 'JVM_MEM="-Xmx4G"'
line: 'JVM_MEM="-Xmx16G"'
- name: Install benchmark systemd service
template:
src: "templates/benchmark-worker.service"
Expand Down
2 changes: 1 addition & 1 deletion driver-pulsar/deploy/ssd/extra_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.
#

pulsar_version: 2.10.2
pulsar_version: 2.11.0
node_exporter_version: 1.2.2
prometheus_version: 2.31.1

Expand Down
2 changes: 1 addition & 1 deletion driver-pulsar/deploy/ssd/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ instance_types = {

num_instances = {
"client" = 4
"pulsar" = 3
"pulsar" = 5
"zookeeper" = 3
"prometheus" = 1
}
2 changes: 1 addition & 1 deletion driver-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<artifactId>driver-pulsar</artifactId>
<properties>
<pulsar.version>2.10.2</pulsar.version>
<pulsar.version>2.11.0</pulsar.version>
</properties>

<dependencies>
Expand Down

0 comments on commit defa46f

Please sign in to comment.