Open ununhexium opened 9 months ago
@efiege @richardtreier does the error still persist?
There is an outdated PR for this. @ununhexium can this be closed?
@efiege I don't know, I must test this again, see if it's gone. Preferably after the update to 0.7, so I validate this on the new version. And I will only do that if it comes back in the sprint's prios.
Bug Report
Description
Unhandled InterruptedException, CancellationException, ExecutionException
This causes the catalog to not show the content on the web UI.
Expected Behavior
Catch the exception early and return an appropriate HTTP 504 status code.
Observed Behavior
The EDC doesn't crash and the web UI gets a HTTP 504. The UI shows some message about the request temporarily failing.
Steps to Reproduce
Start the EDC, try to fetch the catalog, after a while, if will stop working.
Possible Implementation and Work Breakdown