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

fix: Replace manager's shared redis config with the common redis config #1653

Merged

Conversation

achimnol
Copy link
Member

@achimnol achimnol commented Oct 24, 2023

This is a follow-up fix to #1586.

All redis users should consult common.config.redis_config_iv consistently,
and it should have the new sentinel config for consistency.

Previously, manager only recognized the new sentinel config while others relying on common.config.redis_config_iv were silently ignoring the sentinel config.

Of course, redis-py currently has many issues related with connection pools and sentinel supports, but those are different stories....

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue

@achimnol achimnol added this to the 23.09 milestone Oct 24, 2023
@achimnol achimnol added type:bug Reports about that are not working comp:manager Related to Manager component comp:common Related to Common component impact:invisible This change is invisible to users (internal changes). urgency:2 With time limit, it should be finished within it; otherwise, resolve it when no other chores. labels Oct 24, 2023
@achimnol achimnol self-assigned this Oct 24, 2023
@achimnol achimnol requested a review from jopemachine October 24, 2023 13:45
@github-actions github-actions bot added the size:M 30~100 LoC label Oct 24, 2023
@achimnol achimnol added the platform:general General platform issues. Most issues are general. label Oct 24, 2023
@achimnol achimnol added this pull request to the merge queue Oct 25, 2023
Merged via the queue into main with commit 428f700 Oct 25, 2023
11 checks passed
@achimnol achimnol deleted the fix/replace-manager-redis-config-with-common-redis-config branch October 25, 2023 08:47
achimnol added a commit that referenced this pull request Oct 25, 2023
…ig (#1653)

Backported-from: main
Backported-to: 23.09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:common Related to Common component comp:manager Related to Manager component impact:invisible This change is invisible to users (internal changes). platform:general General platform issues. Most issues are general. size:M 30~100 LoC type:bug Reports about that are not working urgency:2 With time limit, it should be finished within it; otherwise, resolve it when no other chores.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants