Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8077671

(fs) java/nio/file/FileSystem/Basic.java hangs accessing NFS mount

XMLWordPrintable

      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 in JDK-8058789

            bpb Brian Burkhalter
            amlu Amy Lu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: