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

Gaurav commented on CASSANDRA-9207:
-----------------------------------

I gave it an attempt but problem remains same.

relevant portion of 'cqlshrc.sample' file looks like 
[ui]
color = on
completekey = tab
float_precision = 16


Since above didn't work, i also gave below format a try
[ui]
color = on
completekey = tab

[ui]
float_precision = 16

It also didn't work for me.

> COPY FROM command does not restore all records
> ----------------------------------------------
>
>                 Key: CASSANDRA-9207
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9207
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Tools
>         Environment: centOs, cassandra 2.1.1
>            Reporter: Gaurav
>            Assignee: Tyler Hobbs
>              Labels: COPY, cqlsh
>             Fix For: 2.1.x
>
>         Attachments: cron_task.csv
>
>
> Steps to reproduce:
> 1. run COPY TO command on keyspace A. (on my environment problem occurred on 
> only 1 table out of 19, only thing that io noticed is this table has >1500 
> records and other tables has <1000 records)
> 2. pull the csv file and place it on machine (say machine B)where  other 
> database resides. (In my case this was another instance of amazon machine)
> 3. Now, run the COPY TO command on machine B. (both keyspaces, one on machine 
> A and one on machine B has same schema.)
> Observation:
> 1. when COPY TO command is run for table having records > 1500. Command gave 
> following output:
> Processing 1000 records
> 1573 records copied.
> but when i tried to verify it by running below mentioned commands, i received 
> only 273 records.
> 1. SELECT COUNT(*) FROM table-name;
> 2. SELECT * FROM table-name;
> Note: please let me know if other information needs to be shared with you.
> Also, is there any other way to take the back-up of keyspace and restoring it 
> on other machine.



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

Reply via email to