You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Attila Magyar (Jira)" <ji...@apache.org> on 2021/11/09 15:07:00 UTC

[jira] [Resolved] (KNOX-2677) HADispatch keeps retrying the same URL on failover

     [ 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)