Skip to content
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

Issue 6296 - basic_test.py::test_conn_limits fails in main branch #6300

Merged
merged 1 commit into from
Aug 21, 2024

Commits on Aug 15, 2024

  1. Issue 6296 - basic_test.py::test_conn_limits fails in main branch

    Description:
    A CI test to validate connection management functionality by
    configuring an instance with a very small connection table fails,
    with the instance failing to start.
    
    Fix description:
    In a multi list connection table configuration, the connection table
    code has been updated to expand the connection table size to include
    a head for each list. This expanded size needs to be accounted for
    when we determine if we can accept new connections and on final check
    at server starup time.
    
    Relates: 389ds#6296
    
    Reviewed by:
    jchapma committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c3c5c0d View commit details
    Browse the repository at this point in the history