[
https://issues.apache.org/jira/browse/KNOX-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Magyar resolved KNOX-2677.
---------------------------------
Resolution: Invalid
> 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
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> 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.20.1#820001)