jacek-lewandowski commented on code in PR #2064:
URL: https://github.com/apache/cassandra/pull/2064#discussion_r1080961790


##########
src/java/org/apache/cassandra/config/CassandraRelevantProperties.java:
##########
@@ -331,7 +331,9 @@
      *
      * If only keyspaces are specified, mutations for all tables in such 
keyspace will be replayed
      * */
-    COMMIT_LOG_REPLAY_LIST("cassandra.replayList", null)
+    COMMIT_LOG_REPLAY_LIST("cassandra.replayList", null),
+
+    SSTABLE_FORMAT_DEFAULT("cassandra.sstable.format.default", "BIG")

Review Comment:
   heh... I've tried that, it creates some weird static initialization 
(dis)order problems



-- 
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