[
https://issues.apache.org/jira/browse/CASSANDRA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13545343#comment-13545343
]
Michael Kjellman commented on CASSANDRA-5116:
---------------------------------------------
scrub, repair, and upgrade all seem to skip the same sstables which seems to go
back to the original guess that performAllSSTableOperation is skipping random
sstables.
when the node is restarted the sstables in question that have yet to be
upgraded are logged as "Opening" and no exceptions are thrown. Additionally,
other nodes attempt to stream these sstables which throws an exception as these
sstables are not upgraded yet even when these other operations do not seem to
act on these sstables at all.
> upgradesstables does not upgrade all sstables on a node
> -------------------------------------------------------
>
> Key: CASSANDRA-5116
> URL: https://issues.apache.org/jira/browse/CASSANDRA-5116
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 1.2.0
> Environment: Ubuntu 12.04
> Reporter: Michael Kjellman
> Assignee: Yuki Morishita
>
> upgradesstables appears to be skipping sstables randomly.
> finding a sstable with an mtime < the upgrade time and grepping through the
> logs for a corresponding compaction log line, i find nothing. I have
> reproduced this on all of my nodes across the cluster.
> is performAllSSTableOperation somehow skipping sstables?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira