mirror of https://github.com/apache/cassandra
rebase - fix Mutation tracking journal integration, read, and write path
This commit is contained in:
parent
1c10de236f
commit
f01cbb1dd7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -36,7 +36,7 @@ import static org.apache.cassandra.config.CassandraRelevantProperties.TEST_SERIA
|
|||
|
||||
public class AbstractSerializationsTester
|
||||
{
|
||||
protected static final String CUR_VER = CASSANDRA_VERSION.getString("5.1");
|
||||
protected static final String CUR_VER = CASSANDRA_VERSION.getString("6.1");
|
||||
protected static final Map<String, Integer> VERSION_MAP = new HashMap<String, Integer> ()
|
||||
{{
|
||||
put("3.0", MessagingService.VERSION_30);
|
||||
|
|
|
|||
Loading…
Reference in New Issue