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/10/07 12:37:00 UTC

[jira] [Updated] (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 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)