You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Vi...@ril.com on 2018/06/11 06:38:37 UTC

Restoring snapshot

Dear Community,

I’ll appreciate if I can get some responses to the observation below:

https://stackoverflow.com/q/50763067/5701173

Thanks and regards,
Vishal Sharma
"Confidentiality Warning: This message and any attachments are intended only for the use of the intended recipient(s). 
are confidential and may be privileged. If you are not the intended recipient. you are hereby notified that any 
review. re-transmission. conversion to hard copy. copying. circulation or other use of this message and any attachments is 
strictly prohibited. If you are not the intended recipient. please notify the sender immediately by return email. 
and delete this message and any attachments from your system.

Virus Warning: Although the company has taken reasonable precautions to ensure no viruses are present in this email. 
The company cannot accept responsibility for any loss or damage arising from the use of this email or attachment."

Re: Restoring snapshot

Posted by "@Nandan@" <na...@gmail.com>.
Before restoring check version od sstables which you are using to import
data into your schema.  , as you remove and add age, due to this, already
there will be no data for that column.
now if you want that your old data should be shown here, then you have to
use proper sstable for dumping the data.

On Tue, Jun 12, 2018 at 12:58 PM, Joseph Arriola <jc...@gmail.com>
wrote:

>
> Hi Vishal!
>
> Did you copy the sstables into data directory?
>
> another thing is, check the id of the table that is the same as casaandra
> has in the metadata with the directory.
>
> https://docs.datastax.com/en/dse/5.1/cql/cql/cql_using/
> useCreateTableCollisionFix.html
>
>
>
>
>
> El El lun, 11 de jun. de 2018 a las 12:24 p. m., Elliott Sims <
> elliott@backblaze.com> escribió:
>
>> It's possible that it's something more subtle, but keep in mind that
>> sstables don't include the schema.  If you've made schema changes, you need
>> to apply/revert those first or C* probably doesn't know what to do with
>> those columns in the sstable.
>>
>> On Sun, Jun 10, 2018 at 11:38 PM, <Vi...@ril.com> wrote:
>>
>>> Dear Community,
>>>
>>>
>>>
>>> I’ll appreciate if I can get some responses to the observation below:
>>>
>>>
>>>
>>> https://stackoverflow.com/q/50763067/5701173
>>>
>>>
>>>
>>> Thanks and regards,
>>>
>>> Vishal Sharma
>>>
>>>
>>> "*Confidentiality Warning*: This message and any attachments are
>>> intended only for the use of the intended recipient(s), are confidential
>>> and may be privileged. If you are not the intended recipient, you are
>>> hereby notified that any review, re-transmission, conversion to hard copy,
>>> copying, circulation or other use of this message and any attachments is
>>> strictly prohibited. If you are not the intended recipient, please notify
>>> the sender immediately by return email and delete this message and any
>>> attachments from your system.
>>>
>>> *Virus Warning:* Although the company has taken reasonable precautions
>>> to ensure no viruses are present in this email. The company cannot accept
>>> responsibility for any loss or damage arising from the use of this email or
>>> attachment."
>>>
>>
>>

Re: Restoring snapshot

Posted by Joseph Arriola <jc...@gmail.com>.
Hi Vishal!

Did you copy the sstables into data directory?

another thing is, check the id of the table that is the same as casaandra
has in the metadata with the directory.

https://docs.datastax.com/en/dse/5.1/cql/cql/cql_using/useCreateTableCollisionFix.html





El El lun, 11 de jun. de 2018 a las 12:24 p. m., Elliott Sims <
elliott@backblaze.com> escribió:

> It's possible that it's something more subtle, but keep in mind that
> sstables don't include the schema.  If you've made schema changes, you need
> to apply/revert those first or C* probably doesn't know what to do with
> those columns in the sstable.
>
> On Sun, Jun 10, 2018 at 11:38 PM, <Vi...@ril.com> wrote:
>
>> Dear Community,
>>
>>
>>
>> I’ll appreciate if I can get some responses to the observation below:
>>
>>
>>
>> https://stackoverflow.com/q/50763067/5701173
>>
>>
>>
>> Thanks and regards,
>>
>> Vishal Sharma
>>
>>
>> "*Confidentiality Warning*: This message and any attachments are
>> intended only for the use of the intended recipient(s), are confidential
>> and may be privileged. If you are not the intended recipient, you are
>> hereby notified that any review, re-transmission, conversion to hard copy,
>> copying, circulation or other use of this message and any attachments is
>> strictly prohibited. If you are not the intended recipient, please notify
>> the sender immediately by return email and delete this message and any
>> attachments from your system.
>>
>> *Virus Warning:* Although the company has taken reasonable precautions
>> to ensure no viruses are present in this email. The company cannot accept
>> responsibility for any loss or damage arising from the use of this email or
>> attachment."
>>
>
>

Re: Restoring snapshot

Posted by Elliott Sims <el...@backblaze.com>.
It's possible that it's something more subtle, but keep in mind that
sstables don't include the schema.  If you've made schema changes, you need
to apply/revert those first or C* probably doesn't know what to do with
those columns in the sstable.

On Sun, Jun 10, 2018 at 11:38 PM, <Vi...@ril.com> wrote:

> Dear Community,
>
>
>
> I’ll appreciate if I can get some responses to the observation below:
>
>
>
> https://stackoverflow.com/q/50763067/5701173
>
>
>
> Thanks and regards,
>
> Vishal Sharma
>
>
> "*Confidentiality Warning*: This message and any attachments are intended
> only for the use of the intended recipient(s), are confidential and may be
> privileged. If you are not the intended recipient, you are hereby notified
> that any review, re-transmission, conversion to hard copy, copying,
> circulation or other use of this message and any attachments is strictly
> prohibited. If you are not the intended recipient, please notify the sender
> immediately by return email and delete this message and any attachments
> from your system.
>
> *Virus Warning:* Although the company has taken reasonable precautions to
> ensure no viruses are present in this email. The company cannot accept
> responsibility for any loss or damage arising from the use of this email or
> attachment."
>