Hi, i just upgraded my one-node cassandra from 3.11.6 to 4.0.3. Now every time it starts it's producing the following warn messages in the log like: WARN [main] 2022-01-18 10:55:00,696 CommitLogReplayer.java:305 - Origin of 2 sstables is unknown or doesn't match the local node; commitLogIntervals for them were ignored
It looks like the data is still consistent but i am not sure if i should worry. I know there is the sstableupgrade tool where all SSTable files can be upgraded but i want to be sure all is ok in the time i did not run it on all keyspaces. Previous upgrades did not produce those warnings. Even automatically upgraded tables like system.compaction_history (sstable files all have the current name prefix 'nb') are shown in the warning messages. Appreciate all helps, Sebastian.