-
Improvement
-
Resolution: Unresolved
-
Minor
As a follow-up to https://github.com/jenkinsci/jenkins/pull/3861 from wfollonier and to previous Pluggable Storage patches from jglick, I would like to revisit usage of InterruptedException. Currently this exception type gets suppressed in many use-cases around file management, and it may lead to improper Jenkins restarts and termination in some cases when threads do not get properly interrupted.