Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pool: don't treat InterruptedIOException as a disk IO error
Motivation: When a thread performing I/O get interrupted, then InterruptedIOException might be thrown. DCAP mover will treat such exception as a disk I/O error and propagate as such, thus, disabling the pool. Modification: treat InterruptedIOException as interrupt and cancel only the mover. Result: reduce false positive disk IO errors. Acked-by: Lea Morschel Target: master, 10.1, 10.0, 9.2 Require-book: no Require-notes: yes
- Loading branch information