clintropolis opened a new pull request, #20053: URL: https://github.com/apache/druid/pull/20053
### Description Fixes an issue when a partial load is interrupted during query processing (which can be expected for a variety of reasons) to not explode in an unexpected manner by clearing and then restoring an interrupt flag during mmap (since it explodes in an ugly way if the thread doing the map was interrupted). Also fixed an issue if an exception occurred when restoring an entry from disk to properly cleanup the mapper. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
