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

failure of conneciton to redissentinel = nutcracker file breaks #1

Open
joe-at-startupmedia opened this issue Feb 10, 2018 · 0 comments

Comments

@joe-at-startupmedia
Copy link
Contributor

When our redis sentinel was updated to version 3 starting the process would break the nutcracker configuration file and crash the entire cluster as a result.

Version updated to:

[root@startup-redissentinel ~]# redis-sentinel --version
Redis server v=3.2.10 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=c8b45a0ec7dc67c6

When there is an issue connecting to a sentinel, the config file shouldn't be touched, insetad
the program should just exit.

Found that the protected_mode feature was added to the sentinel and when the service was restarted everything worked fine again.

https://stackoverflow.com/questions/41223618/sentinel-running-on-protected-mode

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

No branches or pull requests

1 participant