smiklosovic opened a new pull request, #237:
URL: https://github.com/apache/cassandra-dtest/pull/237

   Before 18742 was in, it was possible to specify "sstable_compression" as 
well as "class" in compression parameters. This was true from times of 3.0 to 
trunk.
   
   In 2.x, "class" was not there yet, only "sstable_compression".
   
   When I was implementing 18742, I modified dtest.py to get rid of 
"sstable_compression" so it will work only with "class".
   
   The problem with this is that when there are upgrade tests from 2.0 to 3.0, 
we create a table on 2.0 with "class" but it is not recognized yet.
   
   The fix is to create a table with "sstable_compression" if the node is of 
version 2.x


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to