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

followers in number above the leaders number are created but not associated with the cluster #299

Closed
doronl opened this issue Jul 4, 2022 · 1 comment · Fixed by #361
Labels
enhancement New feature or request

Comments

@doronl
Copy link

doronl commented Jul 4, 2022

What version of redis operator are you using?

redis-operator version: 0.10.1

Does this issue reproduce with the latest release?

It is the latest version.

What operating system and processor architecture are you using (kubectl version)?

clientVersion:
buildDate: "2022-06-17T22:28:26Z"
compiler: gc
gitCommit: f66044f4361b9f1f96f0053dd46cb7dce5e990a8
gitTreeState: clean
gitVersion: v1.24.2
goVersion: go1.18.3
major: "1"
minor: "24"
platform: linux/amd64
kustomizeVersion: v4.5.4
serverVersion:
buildDate: "2022-06-09T18:22:07Z"
compiler: gc
gitCommit: e1318dce57b3e319a2e3fecf343677d1c4d4aa75
gitTreeState: clean
gitVersion: v1.21.13-eks-84b4fe6
goVersion: go1.16.15
major: "1"
minor: 21+
platform: linux/amd64

What did you do?

I put 3 leaders and 6 followers

What did you expect to see?

3 leaders with 2 followers each or at least a log error that my configuration is not supported if it is not supported

What did you see instead?

cluster created with 3 leaders and 6 followers but only 3 of the followers were connected to the cluster the others were ignored by the operator

@doronl doronl added the bug Something isn't working label Jul 4, 2022
@doronl doronl changed the title followers numbers above leader numbers are created but not part of the cluster followers in number above the leaders number are created but associated with the cluster Jul 4, 2022
@doronl doronl changed the title followers in number above the leaders number are created but associated with the cluster followers in number above the leaders number are created but not associated with the cluster Jul 4, 2022
@iamabhishek-dubey iamabhishek-dubey added enhancement New feature or request and removed bug Something isn't working labels Jul 12, 2022
@iamabhishek-dubey
Copy link
Member

Right now it's a 1:1 ratio between leader and follower. This can be an enhancement feature.

@iamabhishek-dubey iamabhishek-dubey linked a pull request Oct 27, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants