nikita-sirohi opened a new issue, #2621:
URL: https://github.com/apache/accumulo/issues/2621
**Describe the bug**
Server client execute while loop does not handle thread interrupt. In the
case of a thread interrupted, the loop will forever try and fail to open a
socket.
**Versions (OS, Maven, Java, and others, as appropriate):**
- 1.10 and on
**To Reproduce**
Would need to interrupt thread during a execute loop -- unfortunately the
example I have is in a private repo -- hoping the community will look at the
fix though and it will be clear if this fix is correct or not?
**Expected behavior**
While loop should exit if thread is interrupted -- this would mirror the
behavior in ThriftScanner as well.
**Additional context**
Found while writing a trino + accumulo/other services integration (in a
private repo). Looking at the out of the box accumulo trino plugin, I believe
it would have this error as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]