Kevin Sweeney created AURORA-1248:
-------------------------------------
Summary: Client retries 4xx errors
Key: AURORA-1248
URL: https://issues.apache.org/jira/browse/AURORA-1248
Project: Aurora
Issue Type: Bug
Components: Client
Reporter: Kevin Sweeney
Looks like the client currently retries all client errors, including 4xx ones.
For example, using a client against a scheduler that requires Kerberos there's
a series of lines like:
{noformat}
WARN] Connection error with scheduler: Unknown error talking to
http://192.168.33.7:8081/api: 401 Client Error: Unauthorized, reconnecting...
WARN] Connection error with scheduler: Unknown error talking to
http://192.168.33.7:8081/api: 401 Client Error: Unauthorized, reconnecting...
WARN] Connection error with scheduler: Unknown error talking to
http://192.168.33.7:8081/api: 401 Client Error: Unauthorized, reconnecting...
...
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)