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