-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
load balancer is abnormal when the uris=["/"] ? #2542
Comments
Can you please provide some more detail about
What do you mean "can't proxy"? Do you receive an error? A timeout? What specifically is the problem you're seeing? How often does this occur? |
I guess that the "/" rule has the highest priority. Regards |
@sarraz1 unfortunately your response doesn't provide any useful detail. Please provide details on the following questions: What do you mean "can't proxy"? Do you receive an error? A timeout? What specifically is the problem you're seeing? How often does this occur? |
sarraz1 ping :) |
I will try, but not yet. For the moment, I can't update my kong environment with the 0.10.3. |
Would you be able to try with the patch noted in #2523? |
I was able to duplicate this behavior in 0.10.2, and not able to duplicate it with the patch noted above (or on 0.10.3). @sarraz1 let us know if you still see this behavior on 0.10.3 and we can reexamine this issue, but I believe your problem has been resolved in the latest release. Thanks! |
The Kong version is kong:0.10.2 and the database is postgres:9.4.
When i add the follow API,upstream,target to load balance,it has some exceptions.
First,i add the api:
the upstream:
and the target:
Now,i request the url: http://${kong_ip}:8000 and it can proxy normally the url: http://139.1.2.12:3006(a microService)
Second,i add the api
the upstream:
and the target:
Now, i request the url: http://${kong_ip}:8000/system/api/v1/users and it can't proxy normally the url: http://139.1.2.12:8323/system/api/v1/users
The second step can proxy normally sometime and can't proxy normally sometime.
When the apis is not include uris=["/"], the all api can proxy normally.
why?
The text was updated successfully, but these errors were encountered: