kevinrr888 opened a new pull request, #4994:
URL: https://github.com/apache/accumulo/pull/4994
fixes an issue with how Fates `WorkFinder` handles `InterruptedException`s
which can lead to an infinite error loop and leave the `WorkFinder` broken
I'm wondering if this is a problem elsewhere as there are many places that
handle an `InterruptedException` the same way
```
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
...
}
````
The conversation which brought about this PR was from:
#4965
This PR in conjunction with #4965 close #4906
--
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]