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

Jan Karlsson commented on CASSANDRA-7232:
-----------------------------------------

+1 to implement this feature. 
Keep in mind that to use Lyuben Todorov's draft, you need to copy the backup 
commitlogs to the commitlog directory before running the command.

Alternatively
{code}
CommitLog.instance.recover(false);
{code}
should be sending true instead. 

> Enable live replay of commit logs
> ---------------------------------
>
>                 Key: CASSANDRA-7232
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7232
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Patrick McFadin
>            Assignee: Sam Tunnicliffe
>            Priority: Minor
>             Fix For: 2.0.11
>
>         Attachments: 
> 0001-Expose-CommitLog-recover-to-JMX-add-nodetool-cmd-for.patch, 
> 0001-TRUNK-JMX-and-nodetool-cmd-for-commitlog-replay.patch
>
>
> Replaying commit logs takes a restart but restoring sstables can be an online 
> operation with refresh. In order to restore a point-in-time without a 
> restart, the node needs to live replay the commit logs from JMX and a 
> nodetool command.
> nodetool refreshcommitlogs <keyspace> <table>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to