Skip to content

optimizes manager server set cleanup code#6162

Merged
keith-turner merged 3 commits intoapache:2.1from
keith-turner:optimize-server-cleanup
Mar 3, 2026
Merged

optimizes manager server set cleanup code#6162
keith-turner merged 3 commits intoapache:2.1from
keith-turner:optimize-server-cleanup

Conversation

@keith-turner
Copy link
Contributor

Replaced O(N*M) code to clean up a set of servers in the manager with O(M+N) code. Also added a test for the cleanup method.

Replaced O(N*M) code to clean up a set of servers in the manager with
O(M+N) code.  Also added a test for the cleanup method.
@keith-turner keith-turner added this to the 2.1.5 milestone Mar 2, 2026
@keith-turner
Copy link
Contributor Author

Noticed this while looking at #6049

@keith-turner keith-turner merged commit f3bfae5 into apache:2.1 Mar 3, 2026
8 checks passed
@keith-turner keith-turner deleted the optimize-server-cleanup branch March 3, 2026 19:37
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.

2 participants