You should not catch InterruptedException as it is being handled by caller; the handling is also different: - Upper code is having more logic on how to deal with an interrupted exception - This code is erasing the interrupted flag whereas caller code doesn't
[ Full content available at: https://github.com/apache/drill/pull/1470 ] This message was relayed via gitbox.apache.org for [email protected]
