-
Notifications
You must be signed in to change notification settings - Fork 15
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
MODCLUSTER-794 mod_proxy_cluster gets stuck with 20 nodes #123
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase.
Rebase done. Because the issue has not been fixed yet, I disabled this test as well (in CI). |
So this is a test case for MODCLUSTER-794 – I personally prefer to get test cases merged as disabled and the person fixing the issue fixes and enables the test – @jfclere can weigh in. |
Yes. |
Converted to draft PR since there are 'wip' commits. |
75cb207
to
2e82a7b
Compare
Marking ready for review. It's no longer the test only, but there is a fix too. |
Great. @jfclere please review. |
* change workers indexing * simplify code a bit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now.
Fix and new test for https://issues.redhat.com/browse/MODCLUSTER-794.
Add test for https://issues.redhat.com/browse/MODCLUSTER-794.This branch is based on #120 so I'm opening this as a draft until it is merged.