Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zpear committed Oct 3, 2024
1 parent 6cff14b commit 42ad971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/db/ColumnFamilyStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ public synchronized int loadNewSSTablesWithCount(boolean assumeCfIsEmpty)
{
if (assumeCfIsEmpty)
{
throw new UnsupportedOperationException("Loading new SSTables is not supported on this version");
throw new UnsupportedOperationException("Loading new SSTables is not supported on version 2.2.18-1.164.0+.");
}
logger.info("Loading new SSTables for {}/{}{}...",
keyspace.getName(), name,
Expand Down

0 comments on commit 42ad971

Please sign in to comment.