Closed kevinrr888 closed 4 weeks ago
fixes an issue with how Fates WorkFinder handles InterruptedExceptions which can lead to an infinite error loop and leave the WorkFinder broken
WorkFinder
InterruptedException
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:
This PR in conjunction with #4965 close #4906
fixes an issue with how Fates
WorkFinder
handlesInterruptedException
s which can lead to an infinite error loop and leave theWorkFinder
brokenI'm wondering if this is a problem elsewhere as there are many places that handle an
InterruptedException
the same wayThe conversation which brought about this PR was from:
4965
This PR in conjunction with #4965 close #4906