You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "alexius ludeman (JIRA)" <ji...@apache.org> on 2014/09/09 18:22:28 UTC

[jira] [Created] (AURORA-693) Aurora Client is pretty agressive when server answers with anything but 200

alexius ludeman created AURORA-693:
--------------------------------------

             Summary: Aurora Client is pretty agressive when server answers with anything but 200
                 Key: AURORA-693
                 URL: https://issues.apache.org/jira/browse/AURORA-693
             Project: Aurora
          Issue Type: Bug
          Components: Client
            Reporter: alexius ludeman


When using aurora client and scheduler responds with non-200, the client goes in a pretty tight infinite loop of retrying with the following message:
    INFO] Starting new HTTP connection (1): $hostname

There are a few ways to reproduce:
-invalid dns name
-a port that responds with "Connect Refused"
-server responds with non-200 (specifically 401)

Some ways forward:
- the client should try X many times, and give up.
- sleep between requests.
- log why it is failing




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)