-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
version:apisix 2.10.2
os:centos7.9 3.10.0
Client requests routed through application 'a' to Apisix experience a delay of 10 seconds in Apisix's logging for the corresponding request. After eliminating other network and application issues, suspicion arises that there might be an issue at the gateway layer. there has been a continuous occurrence of TCP full and half queues. Upon inspection using ss -ltn, it was found that the default value for Apisix is 511. In the current version, which cannot be changed or upgraded, how can I set a higher value?


Apart from this, I would like to ask, is there an optimal upgrade plan for migrating from Apisix 2.10 to Apisix 3.5? Currently, the official upgrade plan is from version 2.15 to 3.x.
Environment
- APISIX version (run
apisix version): apisix 2.10.2 - Operating system (run
uname -a): centos7.9 3.10.0 - OpenResty / Nginx version (run
openresty -Vornginx -V): openresty/1.19.3.2 - etcd version, if relevant (run
curl http://127.0.0.1:9090/v1/server_info): 3.4.10 - APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run
luarocks --version):
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
✅ Done