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

On Disk Compression breaks SSL Encryption

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 1.0.0
    • None
    • None
    • Trunk

    • Normal

    Description

      Encryption depends on FileStreamTask.write [1] protected member to be called because the SSLFileStreamTask.write overrides this to write back to the server.

      When enabled, compression circumvents the call and the client does not communicate using an SSL socket back to the server.

      [1]
      protected long write(FileChannel fc, Pair<Long, Long> section, long length, long bytesTransferred) throws IOException

      Attachments

        1. CASSANDRA-3051.patch
          14 kB
          Pavel Yaskevich
        2. CASSANDRA-3051-v2.patch
          16 kB
          Pavel Yaskevich

        Activity

          People

            xedin Pavel Yaskevich
            bcoverston Benjamin Coverston
            Pavel Yaskevich
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: