Skip to content

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

Merged
jchapma merged 1 commit into
389ds:mainfrom
jchapma:test_conn_limits
Aug 21, 2024
Merged

Issue 6296 - basic_test.py::test_conn_limits fails in main branch#6300
jchapma merged 1 commit into
389ds:mainfrom
jchapma:test_conn_limits

Conversation

@jchapma

@jchapma jchapma commented Aug 15, 2024

Copy link
Copy Markdown
Contributor

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: #6296

Reviewed by:

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:

@droideck droideck left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jchapma jchapma merged commit e70c22f into 389ds:main Aug 21, 2024
@tbordaz

tbordaz commented Aug 28, 2024

Copy link
Copy Markdown
Contributor

Hi @jchapma , does it apply to others branches than main ? I am see similar errors in 2.5 branch

@jchapma

jchapma commented Aug 28, 2024

Copy link
Copy Markdown
Contributor Author

Hi @jchapma , does it apply to others branches than main ? I am see similar errors in 2.5 branch

Hi @tbordaz , It does, let me cherry it back to relevant branches

jchapma added a commit that referenced this pull request Aug 29, 2024
)

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: #6296

Reviewed by: @droideck  (Thank you)
jchapma added a commit that referenced this pull request Aug 29, 2024
)

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: #6296

Reviewed by: @droideck  (Thank you)
jchapma added a commit that referenced this pull request Aug 29, 2024
)

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: #6296

Reviewed by: @droideck  (Thank you)
jchapma added a commit that referenced this pull request Aug 29, 2024
)

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: #6296

Reviewed by: @droideck  (Thank you)
@jchapma

jchapma commented Aug 29, 2024

Copy link
Copy Markdown
Contributor Author

812d058..bcc61cd 389-ds-base-3.0 -> 389-ds-base-3.0
4de8658..8f9268e 389-ds-base-2.5 -> 389-ds-base-2.5
593faba..07686ab 389-ds-base-2.4 -> 389-ds-base-2.4
2b06fd2..e322605 389-ds-base-2.3 -> 389-ds-base-2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants