Skip to content

Reserve FD number for a large cluster #7401

@daidaotong

Description

@daidaotong

Currently, our production system has more than 128 cluster modes, it is more than CONFIG_FDSET_INCR(128) . if we have client connections close to server's max client number, cluster nodes will have issue connecting each other since for each cluster node the reserved CONFIG_FDSET_INCR is not enough for reserving cluster bus connections. Is there any solution we can solve this issue? one potential solution is we can make CONFIG_FDSET_INCR configurable in config file.is there any potential risk for this? thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions