@@ -111,7 +111,7 @@ def get_expected_metricsmgr_command(container_id):
111
111
"-Djava.net.preferIPv4Stack=true " \
112
112
"-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+UseStringDeduplication " \
113
113
"-XX:MaxGCPauseMillis=100 -XX:InitiatingHeapOccupancyPercent=30 " \
114
- "-XX:+HeapDumpOnOutOfMemoryError -XX: ParallelGCThreads=4 " \
114
+ "-XX:ParallelGCThreads=4 " \
115
115
"-cp metricsmgr_classpath org.apache.heron.metricsmgr.MetricsManager " \
116
116
"--id=metricsmgr-%d --port=metricsmgr_port " \
117
117
"--topology=topname --cluster=cluster --role=role --environment=environ " \
@@ -125,7 +125,7 @@ def get_expected_metricscachemgr_command():
125
125
"-Djava.net.preferIPv4Stack=true " \
126
126
"-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+UseStringDeduplication " \
127
127
"-XX:MaxGCPauseMillis=100 -XX:InitiatingHeapOccupancyPercent=30 " \
128
- "-XX:+HeapDumpOnOutOfMemoryError -XX: ParallelGCThreads=4 " \
128
+ "-XX:ParallelGCThreads=4 " \
129
129
"-cp metricscachemgr_classpath org.apache.heron.metricscachemgr.MetricsCacheManager " \
130
130
"--metricscache_id metricscache-0 --server_port metricscachemgr_serverport " \
131
131
"--stats_port metricscachemgr_statsport --topology_name topname --topology_id topid " \
@@ -139,7 +139,7 @@ def get_expected_healthmgr_command():
139
139
"-Djava.net.preferIPv4Stack=true " \
140
140
"-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+UseStringDeduplication " \
141
141
"-XX:MaxGCPauseMillis=100 -XX:InitiatingHeapOccupancyPercent=30 " \
142
- "-XX:+HeapDumpOnOutOfMemoryError -XX: ParallelGCThreads=4 " \
142
+ "-XX:ParallelGCThreads=4 " \
143
143
"-cp scheduler_classpath:healthmgr_classpath " \
144
144
"org.apache.heron.healthmgr.HealthManager --cluster cluster --role role " \
145
145
"--environment environ --topology_name topname --metricsmgr_port metricsmgr_port"
@@ -151,7 +151,7 @@ def get_expected_instance_command(component_name, instance_id, container_id):
151
151
"-Djava.net.preferIPv4Stack=true " \
152
152
"-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+UseStringDeduplication " \
153
153
"-XX:MaxGCPauseMillis=100 -XX:InitiatingHeapOccupancyPercent=30 " \
154
- "-XX:+HeapDumpOnOutOfMemoryError -XX: ParallelGCThreads=4 " \
154
+ "-XX:ParallelGCThreads=4 " \
155
155
"-cp instance_classpath:classpath -XX:+HeapDumpOnOutOfMemoryError " \
156
156
"org.apache.heron.instance.HeronInstance -topology_name topname -topology_id topid " \
157
157
"-instance_id %s -component_name %s -task_id %d -component_index 0 -stmgr_id stmgr-%d " \
0 commit comments