-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
7, 9
-
linux
java/nio/file/FileSystem/Basic.java may fail at looping the FileStore:
// santity check method - need to re-visit this in future as I/O errors
// are possible
for (FileStore store: fs.getFileStores()) {
System.out.println(store);
}
Especially when NFS mounts has temporary issues.
The similar issue also reported against java/nio/file/FileStore/Basic.java inJDK-8058789
// santity check method - need to re-visit this in future as I/O errors
// are possible
for (FileStore store: fs.getFileStores()) {
System.out.println(store);
}
Especially when NFS mounts has temporary issues.
The similar issue also reported against java/nio/file/FileStore/Basic.java in
- relates to
-
JDK-8173910 (fs) java/nio/file/FileSystem/Basic.java should conditionally check FileStores
- Resolved
-
JDK-8176237 (fs) java/nio/file/FileStore/Basic.java should conditionally check FileStores
- Resolved
-
JDK-8058789 java/nio/file/FileStore/Basic.java fails accessing NFS mount
- Closed
- links to