Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-11957

Implement seek() of org.apache.cassandra.db.commitlog.EncryptedFileSegmentInputStream

    XMLWordPrintableJSON

Details

    Description

      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(); }

      Attachments

        1. 11957-trunk.txt
          7 kB
          Imran Chaudhry

        Issue Links

          Activity

            People

              ImranC Imran Chaudhry
              ImranC Imran Chaudhry
              Imran Chaudhry
              Joshua McKenzie
              Joshua McKenzie Joshua McKenzie
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: