jacek-lewandowski commented on a change in pull request #1276:
URL: https://github.com/apache/cassandra/pull/1276#discussion_r767623378
##########
File path: src/java/org/apache/cassandra/db/ColumnFamilyStore.java
##########
@@ -373,7 +373,7 @@ public void setCompressionParametersJson(String options)
@VisibleForTesting
public ColumnFamilyStore(Keyspace keyspace,
String columnFamilyName,
- int generation,
+ java.util.function.Supplier<? extends
SSTableUniqueIdentifier> fileIndexGenerator,
Review comment:
I'd not do that in this PR because it may turn out that the lack of
usage of `offline` is a bug here
--
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]