You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Romain Hardouin (Jira)" <ji...@apache.org> on 2019/09/04 07:46:00 UTC

[jira] [Commented] (CASSANDRA-15301) DDL operation during backup process after made snaphot ,restore will lost data

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

Romain Hardouin commented on CASSANDRA-15301:
---------------------------------------------

Hi [~maxwellguo], here is what I understood:

1. You took a snapshot at time T
2. Snapshot data are exported 
3. During the export you created a new table
4. You restored snapshotted data in a new cluster
5. You expected that new table data were part of the new, restored, cluster

The snapshot taken at time T only contains data created <= T, so you can't get newer data.

I think I missed something, it's not clear to me what data have been exported.

When you need help regarding a process or a behavior you should use the "Users" mailing list or Slack "cassandra" channel http://cassandra.apache.org/doc/latest/contactus.html

> DDL operation during backup process after made snaphot ,restore will lost data 
> -------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-15301
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15301
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: maxwellguo
>            Priority: Normal
>
> As the document described https://docs.datastax.com/en/archived/cassandra/3.0/cassandra/operations/opsBackupRestore.html , the setp to do bakcup and restore, we make snapshot and do table file export , but during thie process new keyspace / table was created ,The table file can be export to new cluster ,but when restore snapshot and files, new added table want't be loaded . so the new added table's data can not be get . 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org