Sigma-Ma commented on PR #8566: URL: https://github.com/apache/hbase/pull/8566#issuecomment-5438322053
Could we avoid returning while submitted handlers are still using the scanners? On interruption, this method throws immediately, and the constructor cleanup may close the scanners before the worker seek finishes. The new interruption test currently demonstrates this by joining the caller before releasing the worker. I think we should finish waiting, restore the interrupt status, and then throw InterruptedIOException. -- 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]
