Paul Madden
Paul Madden
I am using `fs-store` on an NFS volume, and am getting (partial) stacktraces similar to ``` java.nio.file.NoSuchFileException: /nfs/.nfsbe549e9e950952130000002b at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177) at java.nio.channels.FileChannel.open(FileChannel.java:287) at java.nio.channels.FileChannel.open(FileChannel.java:335)...
When running a simple `riemann-clojure-client` client under Java 10, I see these warnings: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/home/pmadden/.m2/repository/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.jar) to...