cassandra/src
Sylvain Lebresne b99c863158 Implement backward compatibility for paging states
Pre-3.0 nodes serialize a full cellname in the paging state, but doing
so is wasteful for 3.0 nodes. We can't however guarantee to which nodes
a particular paging state will be sent so we need to have a backward
compatibility.

The patch preserve the pre-existing format for the paging state (thus
requiring more work for 3.0 nodes) for the native protocol v3, but
change to a more efficient (for 3.0) format for the protocol v4. It is
then documented that paging states  shouldn't be used across protocol
versions.
2015-09-18 13:01:59 +02:00
..
java/org/apache/cassandra Implement backward compatibility for paging states 2015-09-18 13:01:59 +02:00
jdkoverride/java/util/zip add missing files 2015-02-19 17:31:47 +00:00
resources/org/apache/cassandra/cql3/functions Bytecode inspection for Java-UDFs 2015-07-31 20:36:23 +02:00