Closed jdries closed 1 year ago
@jdries Is it easy to get the process graph from this job? j-75a638311012466b9b9dab491c651716
Or is there an other way to reproduce this?
I basically think any job on creo writing multiple geotiffs would show the problem, it's not process graph specific.
This is the line that now only works for posix, while it gets an S3 url: https://github.com/Open-EO/openeo-geotrellis-extensions/blob/a8f90437b3393bcb245d6fbad2b41235df997ff8/openeo-geotrellis/src/main/scala/org/openeo/geotrellis/stac/STACItem.scala#L59
Example code to write something to S3: https://github.com/Open-EO/openeo-geotrellis-extensions/blob/a8f90437b3393bcb245d6fbad2b41235df997ff8/openeo-geotrellis/src/main/scala/org/openeo/geotrellis/geotiff/package.scala#L673
This error got logged by j-035de743162a4147845ed7c850c33575
After a deploy, I launched the same process graph and got no error: j-35c175664afc4d708b4f20923a671179
However, I could not acces the S3 to see if the metadata was indeed present.
The openEO_item.json
file is indeed available in the second job:
emile@Dell-Precision:~/$ s3cmd [...].cloudferro.com ls s3://OpenEO-data/batch_jobs/j-035de743162a4147845ed7c850c33575/
2023-09-18 05:04 88748 s3://OpenEO-data/batch_jobs/j-035de743162a4147845ed7c850c33575/job_metadata.json
2023-09-18 05:04 31026 s3://OpenEO-data/batch_jobs/j-035de743162a4147845ed7c850c33575/job_specification.json
2023-09-18 05:04 3921 s3://OpenEO-data/batch_jobs/j-035de743162a4147845ed7c850c33575/openEO.tif
2023-09-18 05:04 6435 s3://OpenEO-data/batch_jobs/j-035de743162a4147845ed7c850c33575/openEO.tif.aux.xml
emile@Dell-Precision:~/$ s3cmd [...].cloudferro.com ls s3://OpenEO-data/batch_jobs/j-35c175664afc4d708b4f20923a671179/
2023-09-18 19:00 88706 s3://OpenEO-data/batch_jobs/j-35c175664afc4d708b4f20923a671179/job_metadata.json
2023-09-18 19:00 30977 s3://OpenEO-data/batch_jobs/j-35c175664afc4d708b4f20923a671179/job_specification.json
2023-09-18 19:00 3921 s3://OpenEO-data/batch_jobs/j-35c175664afc4d708b4f20923a671179/openEO.tif
2023-09-18 19:00 6435 s3://OpenEO-data/batch_jobs/j-35c175664afc4d708b4f20923a671179/openEO.tif.aux.xml
2023-09-18 19:00 749 s3://OpenEO-data/batch_jobs/j-35c175664afc4d708b4f20923a671179/openEO_item.json
From logs on creo: