[ 
https://issues.apache.org/jira/browse/CASSANDRA-11957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua McKenzie updated CASSANDRA-11957:
----------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 3.x)
                   3.8
           Status: Resolved  (was: Ready to Commit)

Tidied up some formatting and comments on 
[commit|https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=commit;h=9343bd4070d69f9c1558656deccfd8e3692c2c80].

Thanks for the patch!

> 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.8
>
>         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)

Reply via email to