-
Notifications
You must be signed in to change notification settings - Fork 5
errors with the fuseTS CropSAR UDP #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for the feedback Patrick! After taking a quick look, I noticed the following:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
12.24193750206419,
42.16891379340433
],
[
12.24193750206419,
41.94976187473506
],
[
12.654130750909985,
41.94976187473506
],
[
12.654130750909985,
42.16891379340433
],
[
12.24193750206419,
42.16891379340433
]
]
]
}
}
]
}
@patrick-griffiths - To support the processing of larger areas, bigger memory allocation will be required. This can be achieved by using the job = datacube.execute_batch(
title="FuseTS - CropSAR",
out_format="GTIFF",
job_options={
"executor-cores": "8",
"task-cpus": "8",
"executor-memoryOverhead": "6g",
}
)
As the credits were wrongly deducted from your account, we've refunded the lost credits. |
I find this state/status handling quite confusing in the current ETL reporting implementation. The confusing part of multiple state indicators in YARN is something we can not change, but I'm not sure this has to leak into the ETL reporting part. Is there a reason there that for example |
As discussed:
|
thanks for the feedback, rerunning it with more memory now.. |
@patrick-griffiths - Were you able to re-run the CropSAR service with the increased memory usage? |
hi @JanssenBrm,
I ran the UDP for crop SAR from a JN and the below job ID:
vito-j-231201cffeaa4c34a36b4eb3dd2cdb0f
It seems to have run for a good hour or so but the errored.
I do not read anything meaningful from the error logs.. Could you take a look?
Also as you see below this consumed 1585 credits.
For future mature UDP execution we should probably only charge these if a process completes?! TBD also w @jdries
The text was updated successfully, but these errors were encountered: