-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apisix转发流量错误 #3079
Comments
配置文件是按照github上的配置文件,未做什么改动 |
可以联系我1083796027提供两台线上的机子,你们可以查看调试日志等 |
OK |
membphis
added
bug
Something isn't working
and removed
checking
check first if this issue occurred
labels
Dec 22, 2020
@nic-chen I think we have caught the bug, you can leave a message here. |
4 tasks
我也遇到了同样的问题,目前解决了么? |
you can make a try with this PR: #3105 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
apisix按照如下配置时,有一定几率会转发流量错误
Environment
描述
三个域名对应三个route,假定a b c,两个上游 ,假定 x y,其中xy都只有一个节点,roundrobin,权重1,对应关系为 a->x ,b c ->y, 在转发流量的过程中,当qps在>50之后,约有8%-15%的流量会转发错误,即a->y,b->x,经验证x,y获取到的所有header是客户正常发送的,apisix却分派错了
具体配置如下
upstreams:
route
What's the actual result? (including assertion message & call stack if applicable)
What's the expected result?
The text was updated successfully, but these errors were encountered: