Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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:
- Loading branch information