[
https://issues.apache.org/jira/browse/CASSANDRA-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vijay reassigned CASSANDRA-3930:
--------------------------------
Assignee: (was: Vijay)
> CommitLogSegment uses RandomAccessFile which doesnt have fadvice
> ----------------------------------------------------------------
>
> Key: CASSANDRA-3930
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3930
> Project: Cassandra
> Issue Type: Improvement
> Affects Versions: 1.0.7
> Reporter: Vijay
> Priority: Minor
>
> Wondering if we even need MMap file in this case as it is always sequential.
> If yes, we need it we might want to replace
> logFileAccessor = new RandomAccessFile(logFile, "rw");
> to
> logFileAccessor = SequentialWriter.open(logFile, true);
> in CommitLogSegment
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)