-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Despite being explicitly told to only attempt 10 retries, Camel is infinitely looping on FITS derivatives on occasion. I've yet to narrow things down as to what specifically is triggering this, but it does appear to manifest itself on a variety of file types/sizes etc. You can tell it's happening because you'll see versions of the FITS file being created over and over again.
If you disable the alpaca container, the loop stops. Turn it back on and the infinite loop starts all over again.
I've confirmed this behaviour on 1.0.7 containers, on both the born digital platform and the community offering. I'm thinking it would be prudent to update our Alpaca containers to run the newest Alpaca that has updated Camel and runs as an executable jar file. If that doesn't magically fix it, then we'll need to file an issue against Alpaca and fix the code/configuration set up.