Skip to content

help request: apisix how to avoid encountering TcpExtListenOverflows and TcpExtListenDrops #10560

@waney316

Description

@waney316

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?
image
image

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 -V or nginx -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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions