[ 
https://issues.apache.org/jira/browse/CASSANDRA-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093765#comment-13093765
 ] 

Hudson commented on CASSANDRA-3051:
-----------------------------------

Integrated in Cassandra #1056 (See 
[https://builds.apache.org/job/Cassandra/1056/])
    Fix streaming over SSL when compressed SSTable involved
patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3051

xedin : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1163207
Files : 
* /cassandra/trunk/CHANGES.txt
* 
/cassandra/trunk/src/java/org/apache/cassandra/io/compress/CompressedRandomAccessReader.java
* /cassandra/trunk/src/java/org/apache/cassandra/net/MessagingService.java
* 
/cassandra/trunk/src/java/org/apache/cassandra/security/streaming/SSLFileStreamTask.java
* /cassandra/trunk/src/java/org/apache/cassandra/streaming/FileStreamTask.java


> On Disk Compression breaks SSL Encryption
> -----------------------------------------
>
>                 Key: CASSANDRA-3051
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3051
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: Trunk
>            Reporter: Benjamin Coverston
>            Assignee: Pavel Yaskevich
>             Fix For: 1.0
>
>         Attachments: CASSANDRA-3051-v2.patch, CASSANDRA-3051.patch
>
>
> 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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to