Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
25 stars 4 forks source link

fix JVM crash during integration tests #717

Closed bossie closed 3 months ago

bossie commented 3 months ago

Adapted the submit_batch_job_spark3.sh script to make it dump JVM crash error logs to the job directory for easy access:

-XX:ErrorFile=/data/projects/OpenEO/${batchJobId}/hs_err_pid%p.log

Hopefully this will help us get some insight on why these integration tests keep failing.