Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.10.0, 1.10.1, 1.11.0, 1.12.0, 1.11.1, 1.13.0, 1.14.0, 1.15.0, 1.16.0
Description
As of Kudu 1.16.0, an error to write a batch of rows into the destination table would lead to a crash while running `kudu table copy` CLI tool. In addition, the information on errors would not be printed, and that the issue harder to troubleshoot for the users.
This should be fixed:
- the CLI tool should not crash in case of key and other data errors an error while copying
- information on errors encountered during data copying should be reported to the operator