WHBANG opened a new issue, #1398: URL: https://github.com/apache/incubator-pegasus/issues/1398
## Bug Report We use the shell tool `copy_data` to migrate table `table_a` from cluster `clusterA` to table `table_b` of another cluster `clusterB`, as follows ``` >>> use table_a >>> copy_data -c clusterB -a table_a -n -t 20000000 ``` copy_data more usage details: [copy_data](https://pegasus.apache.org/zh/administration/table-migration#copy_data%E8%BF%81%E7%A7%BB) 1. The `principal` of the current c++ client needs to be added to the keytab file used by the target cluster `clusterB`, otherwise the following error will be reported:  2. Because the conf `service_name` and `service_fqdn` of the two clusters are different, and both belong to global variables in the current c++ client process, which makes the client unable to access the two clusters (negotiation will fail too). -- 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]
