Chronicle-Map icon indicating copy to clipboard operation
Chronicle-Map copied to clipboard

The way getFileStores() is used poses problems in a containerized application

Open Sax388 opened this issue 2 years ago • 0 comments

I don't understand why the following doesn't use Files.getFileStore(this.file.toPath()). This retrieves the overlay correctly but the current implementation doesn't, which prevents the creation of a persisted chronicle map.

https://github.com/OpenHFT/Chronicle-Map/blob/79e6e29ebe15a7a72302310738298ac8fabec840/src/main/java/net/openhft/chronicle/hash/impl/VanillaChronicleHash.java#L1100-L1113

Sax388 avatar Feb 22 '24 16:02 Sax388