[ 
https://issues.apache.org/jira/browse/KNOX-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Attila Magyar updated KNOX-2677:
--------------------------------
    Description: 
In case of a failover, the current URL is marked as failed, but outboundRequest 
still refers to the failed URL:

 
{code:java}

URI uri = getDispatchUrl(inboundRequest);
((HttpRequestBase) outboundRequest).setURI(uri);
 {code}

> HADispatch keeps retrying the same URL on failover
> --------------------------------------------------
>
>                 Key: KNOX-2677
>                 URL: https://issues.apache.org/jira/browse/KNOX-2677
>             Project: Apache Knox
>          Issue Type: Task
>            Reporter: Attila Magyar
>            Assignee: Attila Magyar
>            Priority: Major
>
> In case of a failover, the current URL is marked as failed, but 
> outboundRequest still refers to the failed URL:
>  
> {code:java}
> URI uri = getDispatchUrl(inboundRequest);
> ((HttpRequestBase) outboundRequest).setURI(uri);
>  {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to