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

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

     [ https://issues.apache.org/jira/browse/KNOX-2677?focusedWorklogId=679048&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-679048 ]

ASF GitHub Bot logged work on KNOX-2677:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Nov/21 13:41
            Start Date: 09/Nov/21 13:41
    Worklog Time Spent: 10m 
      Work Description: zeroflag closed pull request #507:
URL: https://github.com/apache/knox/pull/507


   


-- 
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: dev-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 679048)
    Time Spent: 1h 40m  (was: 1.5h)

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