You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Christopher <ct...@apache.org> on 2022/04/14 22:20:21 UTC

Second opinion on PR #2622

Hi Accumulo Devs,

I would appreciate more opinions on the right way to handle
interrupted clients in blocking IO operations, where an IOException
(ClosedByInterrupt) is thrown instead of InterruptedException. I've
discussed some alternatives with the contributor, but am unsure on
which is the best path forward. Additional feedback would be helpful
in deciding on one of the proposed options, or a different path
entirely.

https://github.com/apache/accumulo/pull/2622

Thanks,
Christopher