Todd Lipcon created KUDU-3022:
---------------------------------
Summary: C++ Client does not retry CreateTable on "new table name
is already reserved" error
Key: KUDU-3022
URL: https://issues.apache.org/jira/browse/KUDU-3022
Project: Kudu
Issue Type: Bug
Components: client, master
Reporter: Todd Lipcon
If two callers try to create a table with the same name at the same time, one
of them can fail with the error: "new table name foo is already reserved". The
comments in catalog_manager.cc seem to indicate that this should trigger the
client to retry, but it seems the retry is not taking place.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)