[
https://issues.apache.org/jira/browse/KNOX-2677?focusedWorklogId=661577&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-661577
]
ASF GitHub Bot logged work on KNOX-2677:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Oct/21 12:40
Start Date: 07/Oct/21 12:40
Worklog Time Spent: 10m
Work Description: zeroflag opened a new pull request #507:
URL: https://github.com/apache/knox/pull/507
(It is very **important** that you created an Apache Knox JIRA for this
change and that the PR title/commit message includes the Apache Knox JIRA ID!)
## What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
## How was this patch tested?
(Please explain how this patch was tested. For instance: running automated
unit/integration tests, manual tests. Please write down your test steps as
detailed as possible)
(If this patch involves UI changes, please attach a screen-shot; otherwise,
remove this)
Please review [Knox Contributing
Process](https://cwiki.apache.org/confluence/display/KNOX/Contribution+Process#ContributionProcess-GithubWorkflow)
before opening a pull request.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 661577)
Remaining Estimate: 0h
Time Spent: 10m
> 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: 10m
> 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.3.4#803005)