Sandeep More created KNOX-2478:
----------------------------------
Summary: Cleanup HA Dispatch Implementation
Key: KNOX-2478
URL: https://issues.apache.org/jira/browse/KNOX-2478
Project: Apache Knox
Issue Type: Bug
Components: Server
Reporter: Sandeep More
Assignee: Sandeep More
Fix For: 1.6.0
Currently the way HA dispatch is set up, it will mark a url failover only when
a retry is attempted. This causes two issues
# When a request fails (say request-1) on the last retry attempt that host
(say host-a) is not marked as failover so when a new request (request-2) is
made this host (host-a) will be chosen.
# There could be a use case where the services do not want automatic failover
but would like to have new request reach a new host (e.g. by marking retry=0)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)