limowang opened a new issue, #2309: URL: https://github.com/apache/incubator-pegasus/issues/2309
The source table has 64 partitions, and the backup table also has 64 partitions. When I run the “copy_data -c cluster_name -a table_name -p 0”command in the shell, I expect the data from partition_id 0 of the source table to be copied to partition_id 0 of the backup table. However, in reality, the data from partition_id 63 of the source table is being copied instead. The clear_data -p partition_id shell command also has the same issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
