You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when upstream_type is chash, if last picked server does not work, apisix won't pick next server because of the unchanged chash_key, which make the function set_more_tries() to be meaningless.
is there any problem with this? how about using picker:next(last_id) to choose next server?
Environment
apisix version (cmd: apisix version): 2.0
OS: CentOS 7.4
The text was updated successfully, but these errors were encountered:
kai08-cn
changed the title
bug: when upstream_type is chash, set_more_tries() make no sense.
request help: when upstream_type is chash, set_more_tries() make no sense.
Nov 17, 2020
Issue description
when upstream_type is chash, if last picked server does not work, apisix won't pick next server because of the unchanged chash_key, which make the function set_more_tries() to be meaningless.
is there any problem with this? how about using picker:next(last_id) to choose next server?
Environment
apisix version
): 2.0The text was updated successfully, but these errors were encountered: