-
Notifications
You must be signed in to change notification settings - Fork 5
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
IllegalBand exception #790
Comments
Could you also provide the ID of a job that was successful but is failing now (i.e. one from before the upgrade)? |
I don't have that information at the moment, this would me require rerun (random) jobs before the upgrade and then hope the error will show up. I'll give it a shot. |
Note that this likely has something to do with the readperproduct code path. |
Successful in April: j-240426c6ad0e4dc2aa2454a50194a9f8 |
@jdries Can this ticket be raised in priority? |
yes, trying to do that, but had to move some other things out of the way first |
It happens in the filter bands process, before the fapar UDF. |
We need to figure out which band is exactly missing. Band with index 9 is the last one in the list, so looks like only 1 band got lost somewhere for specific tiles. |
as expected, logging in the udf shows that most chunks have the correct number of 10 bands |
printing the bad cube in udf didn't work out, because a built-in check before that also throws an error because something is wrong with input band labels |
was able to narrow it down by downloading and inspecting the full 4.9GB input data cube When switching band order, it turns out that the band right before the last one goes missing.
|
May have found the issue: angle band names were not always unique. In the rare case where sun and view azimuth angles were similar, this issue could happen. |
@DeRooBert it seems fixed on staging, can be deployed on vlcc clusters. |
Ok, Ill ask Thomas to do a redeploy on vlcc clusters |
While running jobs on waw3-1.openeo-vlcc-prod.vgt.vito.be, I got sometimes (10% of jobs) the error that band 9 does not exists (I guess viewAzimuthMean from S2-tile). Can somebody have a look where this problem originates from? ex. j-2406043c04884110a4bad00e9a79aaf8. The error popped after upgrade of openeo on waw3-1.openeo-vlcc-prod (21/05). Before the upgrade this error was not seen.
This is urgent for the VLCC production.
The text was updated successfully, but these errors were encountered: