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

Allow opting out of new routing algorithm by setting an env var #2590

Open
wants to merge 2 commits into
base: stable-6.0
Choose a base branch
from

Conversation

CamJN
Copy link
Member

@CamJN CamJN commented Jan 20, 2025

Due to #2579 we decided to make the new routing optional. One option was to only use the new routing when rolling restarting, but there isn't a good way to check if that is going on as far as I can tell. So in order to do this quickly, I am just adding a flag. I don't expect this to be a very commonly needed setting.

If there is a better way to check for rolling restarts, I can easily change the implementation of useNewRouting.

@CamJN CamJN requested a review from FooBarWidget January 20, 2025 17:33
@CamJN CamJN self-assigned this Jan 20, 2025
@CamJN CamJN added this to the 6.0.25 milestone Jan 20, 2025
@CamJN CamJN linked an issue Jan 20, 2025 that may be closed by this pull request
7 tasks
@CamJN CamJN force-pushed the bugfix/make_new_routing_optional branch from 90e4797 to 0a11528 Compare January 20, 2025 19:49
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.

6.0.24 request routing causes massive performance regression
1 participant