[
https://issues.apache.org/jira/browse/CASSANDRA-11957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15341468#comment-15341468
]
Imran Chaudhry commented on CASSANDRA-11957:
--------------------------------------------
https://github.com/Imran-C/cassandra/tree/11957-trunk
https://cassci.datastax.com/view/Dev/view/Imran-C/job/Imran-C-11957-trunk-dtest/
https://cassci.datastax.com/view/Dev/view/Imran-C/job/Imran-C-11957-trunk-testall/
> Implement seek() of
> org.apache.cassandra.db.commitlog.EncryptedFileSegmentInputStream
> --------------------------------------------------------------------------------------
>
> Key: CASSANDRA-11957
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11957
> Project: Cassandra
> Issue Type: Improvement
> Components: Coordination, Local Write-Read Paths
> Reporter: Imran Chaudhry
> Assignee: Imran Chaudhry
> Priority: Critical
> Fix For: 3.x
>
> Attachments: 11957-trunk.txt
>
>
> CDC needs the seek() method of
> org.apache.cassandra.db.commitlog.EncryptedFileSegmentInputStream implemented
> (currently throws an exception.)
> CommitLogs are read using this stream and the seek() method needs to be
> implemented so that mutations which are appended to the currently active
> commitlog can be read out in realtime.
>
> Current implementation is:
>
> public void seek(long position)
> {
> // implement this when we actually need it
> throw new UnsupportedOperationException();
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)