I started using chronicle-queue a few days back, and i was going through its documentation.
Chronicle Queue does not support operating off any network file system, be it NFS, AFS, SAN-based storage or anything else. The reason for this is those file systems do not provide all the required primitives for memory-mapped files Chronicle Queue uses.
When i tried writing and reading from a SAN mounted location, i was able to do it.
Can someone explain what does exactly mean by 'chronicle does not support operating off any network file system.'