Alexey Serbin created KUDU-1871:
-----------------------------------
Summary: Kudu C++ client does not retry on ServiceUnavailable
errors
Key: KUDU-1871
URL: https://issues.apache.org/jira/browse/KUDU-1871
Project: Kudu
Issue Type: Bug
Components: client
Affects Versions: 1.2.0
Reporter: Alexey Serbin
Assignee: Alexey Serbin
In the interval after master server starts but before it finishes its internal
procedures upon becoming a leader, CreateTable() and other leader-only methods
respond with ServiceUnavailable error. It makes sense to retry in such cases
because master server finishes its leader-related chores quick and then it's
ready to serve those requests. However, the Kudu C++ client does not retry in
such cases, spitting errors like
{noformat}
Bad status: Service unavailable: Error creating table all-types-table on the
master: Leader not yet ready to serve requests
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)