Files
spring-boot/spring-boot-project
Andy Wilkinson 890a3e72ac Repair file channel when it's closed by interruption
When an interrupted that calls FileChannel.read, the channel is
closed and the read fails with a ClosedByInterruptException. The
closure of the channel makes it unusable by other threads. To
allow other threads to read from the data block, this commit
recreates the FileChannel when a read fails on an interrupted
thread with a ClosedByInterruptException. The exception is then
rethrown to continue the thread's interruption.

Closes gh-38154
2023-11-01 17:12:43 +00:00
..
2023-11-01 15:06:20 +00:00
2023-10-25 13:53:19 -05:00
2023-10-31 10:23:13 +01:00
2023-10-31 11:33:58 +00:00
2023-10-25 10:22:05 +01:00
2023-10-19 21:25:44 -07:00