[ https://issues.apache.org/jira/browse/CASSANDRA-20510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940724#comment-17940724 ]
Dmitry Konstantinov commented on CASSANDRA-20510: ------------------------------------------------- I can confirm the issue, saw the same confusing thing + it was reported in https://the-asf.slack.com/archives/CJZLTM05A/p1742499024443459 where we found what tables the sstables belong to but I have not investigated why.. > Investigate uknown sstables warning in CommitLogReplayer > -------------------------------------------------------- > > Key: CASSANDRA-20510 > URL: https://issues.apache.org/jira/browse/CASSANDRA-20510 > Project: Apache Cassandra > Issue Type: Bug > Reporter: Stefan Miklosovic > Priority: Normal > > This is reproducible locally in trunk (5.1-SNAPSHOT), be sure to have empty > data dir and execute: > bin/cassandra -f > then shut it down, start again. There is this in the logs: > {code} > INFO [main] 2025-04-03 16:36:04,572 CommitLog.java:206 - Replaying > ./bin/../data/commitlog/CommitLog-9-1743690864518.log > WARN [main] 2025-04-03 16:36:04,579 CommitLogReplayer.java:355 - Origin of 1 > sstables is unknown or doesn't match the local node; commitLogIntervals for > them were ignored > WARN [main] 2025-04-03 16:36:04,579 CommitLogReplayer.java:355 - Origin of 2 > sstables is unknown or doesn't match the local node; commitLogIntervals for > them were ignored > WARN [main] 2025-04-03 16:36:04,579 CommitLogReplayer.java:355 - Origin of 3 > sstables is unknown or doesn't match the local node; commitLogIntervals for > them were ignored > WARN [main] 2025-04-03 16:36:04,579 CommitLogReplayer.java:355 - Origin of 2 > sstables is unknown or doesn't match the local node; commitLogIntervals for > them were ignored > INFO [main] 2025-04-03 16:36:04,600 CommitLogReader.java:257 - Finished > reading ./bin/../data/commitlog/CommitLog-9-1743690864518.log > {code} > There is no reason to have unknown origin, it is the only node in the cluster > etc ... Pretty suspicious. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org