You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2011/07/29 15:40:22 UTC

svn commit: r1152218 - /cassandra/trunk/src/avro/internode.genavro

Author: slebresne
Date: Fri Jul 29 13:40:21 2011
New Revision: 1152218

URL: http://svn.apache.org/viewvc?rev=1152218&view=rev
Log:
Fix migration.SerializationsTest (broke by the commit of #1966)

Modified:
    cassandra/trunk/src/avro/internode.genavro

Modified: cassandra/trunk/src/avro/internode.genavro
URL: http://svn.apache.org/viewvc/cassandra/trunk/src/avro/internode.genavro?rev=1152218&r1=1152217&r2=1152218&view=diff
==============================================================================
--- cassandra/trunk/src/avro/internode.genavro (original)
+++ cassandra/trunk/src/avro/internode.genavro Fri Jul 29 13:40:21 2011
@@ -57,7 +57,7 @@ protocol InterNode {
         union { null, int } max_compaction_threshold = null;
         union { int, null } row_cache_save_period_in_seconds = 0;
         union { int, null } key_cache_save_period_in_seconds = 3600;
-        union { int, null } row_cache_keys_to_save = null;
+        union { null, int } row_cache_keys_to_save = null;
         union { null, int } memtable_throughput_in_mb = null;
         union { null, double} memtable_operations_in_millions = null;
         union { null, double} merge_shards_chance = null;