Skip to content

Commit d2c14f7

Browse files
committed
avoid too aggressive decommission in k8s batch jobs
eu-cdse/openeo-cdse-infra#185
1 parent 8fb266f commit d2c14f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openeogeotrellis/deploy/sparkapplication_template.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ spec:
5252
"spark.serializer": "org.apache.spark.serializer.KryoSerializer"
5353
"spark.dynamicAllocation.enabled": "true"
5454
"spark.dynamicAllocation.shuffleTracking.enabled": "true"
55+
"spark.dynamicAllocation.executorIdleTimeout": "240s"
5556
"spark.decommission.enabled": "true"
5657
"spark.storage.decommission.enabled": "true"
5758
"spark.storage.decommission.rddBlocks.enabled": "true"

0 commit comments

Comments
 (0)