You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marcus Eriksson (JIRA)" <ji...@apache.org> on 2017/03/30 10:56:45 UTC

[jira] [Comment Edited] (CASSANDRA-13392) Repaired status should be cleared on new sstables when issuing nodetool refresh

    [ https://issues.apache.org/jira/browse/CASSANDRA-13392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15948837#comment-15948837 ] 

Marcus Eriksson edited comment on CASSANDRA-13392 at 3/30/17 10:56 AM:
-----------------------------------------------------------------------

Well, if we are running nodetool refresh, we will want the data to reappear on replicas right? Someone copies in a bunch of sstables on one node, runs repair, that data should end up on all nodes right?

We will not be moving data from repaired to unrepaired on any 'live' sstables on the node we are running refresh - only on the sstables copied in to the data directory. Or do you have some other use case of 'nodetool refresh' where this is not true?


was (Author: krummas):
Well, if we are running nodetool refresh, we will want the data to reappear on replicas right? Someone copies in a bunch of sstables on one node, runs repair, that data should end up on all nodes right?

We will not be moving data from repaired to unrepaired on any 'live' sstables on the node we are running refresh - only on the sstables copied in to the data directory. Or do you have some other use case where this is not true?

> Repaired status should be cleared on new sstables when issuing nodetool refresh
> -------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-13392
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13392
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>             Fix For: 3.0.x, 3.11.x, 4.x
>
>
> We can't assume that new sstables added when doing nodetool refresh (ColumnFamilyStore#loadNewSSTables) are actually repaired if they have the repairedAt flag set



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)