Alexey Serbin created KUDU-3469:
-----------------------------------
Summary: Exit gracefully on errors while running "kudu table copy"
Key: KUDU-3469
URL: https://issues.apache.org/jira/browse/KUDU-3469
Project: Kudu
Issue Type: Bug
Components: CLI
Affects Versions: 1.16.0, 1.15.0, 1.14.0, 1.13.0, 1.11.1, 1.12.0, 1.11.0,
1.10.1, 1.10.0
Reporter: Alexey Serbin
Assignee: Alexey Serbin
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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)