Actions
Bug #9897
closed[Python SDK] Exceptions are silently supressed by block prefetch workers
Start date:
08/31/2016
Due date:
% Done:
100%
Estimated time:
Story points:
-
Description
Block prefetch workers have a catch-all exception handler that supresses exceptions without so much as even logging them:
https://github.com/curoverse/arvados/blob/c1ac820b37938e3b9a533d93b55eb12a0808cf0d/sdk/python/arvados/arvfile.py#L511-L512
Silenced exceptions do not help with debugging!
Actions