-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add maintenance notifications support for OSS API cluster clients #3946
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
Merged
petyaslavova
merged 28 commits into
master
from
feat/hitless_upgrade_sync_cluster_client
Feb 13, 2026
Merged
Changes from 20 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
b67594a
Adding maintenance notification configuration to cluster client. Inte…
petyaslavova 3b05201
Adding OSS Notification Classes for SMIGRATING and SMIGRATED. Handlin…
petyaslavova 9c1dc88
Adding handling of SMIGRATED push notifications (#3857)
petyaslavova 84d9c2d
Adding test coverage for cluster pubsub behavior with maihntenance pu…
petyaslavova 925a7fc
Applying the changes in the SMIGRATED notification format (#3868)
petyaslavova cb79cd2
Wrapper for fault injector and mock proxy service + cluster maint not…
petyaslavova 56321af
Adding e2e maint notifications tests covering node migration and rebi…
petyaslavova e07381c
Add e2e tests - validate new connections will receive maintenance not…
petyaslavova 42f0411
Refactoring the SMIGRATED flow - the notification is changed to conta…
petyaslavova 9847aab
Merge branch 'master' into feat/hitless_upgrade_sync_cluster_client
petyaslavova 9327231
Applying augment review comments + fix for a flaky test in async toke…
petyaslavova 7299f8d
Fixing some failing tests. Ignoring cache enabled test for maint noti…
petyaslavova 3768c42
Updating lib version to match the last stable release
petyaslavova 8db51bb
Fixing flaky test + exclude cache enabled test for servers <7.4
petyaslavova 1940e7b
Changing the maint notifications logging strategy - to use named logg…
petyaslavova 6a3f410
Fixing flaky test
petyaslavova dfe8c36
Merge branch 'master' into feat/hitless_upgrade_sync_cluster_client
petyaslavova 37a80af
Merge branch 'master' into feat/hitless_upgrade_sync_cluster_client
petyaslavova dba0f04
Adding debug logging for some cluster operations
petyaslavova dea7483
Adding debug logging for some cluster operations
petyaslavova 7139895
Updating cryptography dependency due to security issues.
petyaslavova 72b985a
Updating cryptography dependency due to security issues.
petyaslavova c5824ff
reverting cryptography version changes - should stick to the versions…
petyaslavova 052a7a3
Ignoring cryptography dependency vulnerability for now - it needs ent…
petyaslavova 2117a31
Improving the cluster client debug logging
petyaslavova 35c2036
Fixing debug enabled evaluation
petyaslavova ba05645
Decreasing the size of the logged debug info
petyaslavova c1c44a5
Potential fix for code scanning alert no. 20: Clear-text logging of s…
petyaslavova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,3 +27,4 @@ docker/stunnel/keys | |
| /dockers/replica/ | ||
| /dockers/sentinel/ | ||
| /dockers/redis-stack/ | ||
| /experimenting/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.