smiklosovic commented on code in PR #1853:
URL: https://github.com/apache/cassandra/pull/1853#discussion_r966834417
##########
src/java/org/apache/cassandra/schema/SchemaKeyspace.java:
##########
@@ -567,9 +569,14 @@ private static void addTableParamsToRowBuilder(TableParams
params, Row.SimpleBui
builder.add("memtable", params.memtable.configurationKey());
// As above, only add the allow_auto_snapshot column if the value is
not default (true) and
- // auto-snapshotting is enabled, to avoid RTE in pre-4.2 versioned
node during upgrades
Review Comment:
this is leftover from the previous patch as we do not depend on what
auto_snapshot is set to in cassandra.yaml so this piece of the comment is not
relevant.
--
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]