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

[Features] support apecloud redis addons #7733

Open
Y-Rookie opened this issue Jul 5, 2024 · 0 comments
Open

[Features] support apecloud redis addons #7733

Y-Rookie opened this issue Jul 5, 2024 · 0 comments
Assignees
Labels
area/user-interaction documentation good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/feature New feature

Comments

@Y-Rookie
Copy link
Collaborator

Y-Rookie commented Jul 5, 2024

Background:

  1. The currently provided Redis addons use the native Redis kernel version, which has noticeable flaws in some scenarios, especially in the primary-secondary architecture. For example, the startup scripts for cluster initialization and horizontal scaling have defects, and the switching logic of Redis Sentinel is not robust enough in certain situations, leading to issues like data loss.
  2. To address these issues, ApeCloud has enhanced some capabilities by modifying the Redis kernel. This includes adding a subcommand for Redis Sentinel join to add new replica nodes and configurable delay parameters for HA switching.
    Therefore, these enhancements are temporarily integrated through a new ApeCloud Redis addon, which does not affect the existing Redis addon. If necessary, they can be merged in the future.

Changes involved:

  1. Most of the logic can reference the existing Redis addon, but the Redis startup scripts and the registration logic of Redis Sentinel need to be modified.
  2. Test the enhanced capabilities of the new ApeCloud Redis kernel in exceptional scenarios, including switching under delay conditions.
@Y-Rookie Y-Rookie assigned nayutah and Y-Rookie and unassigned nayutah Jul 5, 2024
@Y-Rookie Y-Rookie added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Jul 5, 2024
@Y-Rookie Y-Rookie changed the title [Features] support apecloud redis [Features] support apecloud redis addons Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-interaction documentation good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants