我们的一位客户抱怨,偶尔,我们的电话FileChannel.map会失败ClosedByInterruptException.在Javadoc中没有列出这是一个合法的可能性.有谁知道这里会发生什么?
Cause0: java.nio.channels.ClosedByInterruptException Cause0-StackTrace: at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184) at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:772)