View | Details | Raw Unified | Return to bug 243243
Collapse All | Expand All

(-)src/java/org/apache/cassandra/db/commitlog/MemoryMappedSegment.java (-1 / +1 lines)
Lines 90-96 public class MemoryMappedSegment extends CommitLogSegm Link Here
90
        {
90
        {
91
            throw new FSWriteError(e, getPath());
91
            throw new FSWriteError(e, getPath());
92
        }
92
        }
93
        NativeLibrary.trySkipCache(fd, startMarker, nextMarker, logFile.getAbsolutePath());
93
//        NativeLibrary.trySkipCache(fd, startMarker, nextMarker, logFile.getAbsolutePath());
94
    }
94
    }
95
95
96
    @Override
96
    @Override

Return to bug 243243