-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 24, 25
-
b06
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8349767 | 24.0.2 | Sendao Yan | P4 | Resolved | Fixed | master |
JDK-8350000 | 21.0.7 | Sendao Yan | P4 | Resolved | Fixed | master |
JDK-8349999 | 17.0.15 | Sendao Yan | P4 | Resolved | Fixed | master |
java.io.IOException: There is not enough space on the disk
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:74)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:102)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:72)
at java.base/sun.nio.ch.FileChannelImpl.implWrite(FileChannelImpl.java:371)
at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:351)
at LoopingTruncate.main(LoopingTruncate.java:56)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
Looks like the machines have only few disc space available and the test creates a very large file.
Should we maybe catch the IOException and then throw a SkippedException in case the "large file creation" fails ?
(the real test later seems to be the truncate operation )
- backported by
-
JDK-8349767 Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk
-
- Resolved
-
-
JDK-8349999 Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk
-
- Resolved
-
-
JDK-8350000 Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk17u-dev/fcdcff0e
-
Commit(master) openjdk/jdk21u-dev/8b4ee659
-
Commit(master) openjdk/jdk24u/a07d7849
-
Commit(master) openjdk/jdk/4e0ffda5
-
Review(jdk24) openjdk/jdk/23094
-
Review(master) openjdk/jdk17u-dev/3273
-
Review(master) openjdk/jdk21u-dev/1394
-
Review(master) openjdk/jdk24u/60
-
Review(master) openjdk/jdk/23011