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

Redis slave spams syslog when master is down #575

Open
baynes opened this issue Jul 4, 2012 · 0 comments
Open

Redis slave spams syslog when master is down #575

baynes opened this issue Jul 4, 2012 · 0 comments

Comments

@baynes
Copy link

baynes commented Jul 4, 2012

If the master redis instance that a redis database is slaved to is down or inaccessible the slave writes:
I/O error writing to MASTER: Connection refused
to the system log every second. This quickly results in a lot of log lines and can mask other data going to the system log.
After writing it once it should not repeat it while the problem continues (except perhaps for a reminder every few minutes).

You might also want to consider if it should also reduce the frequency that it retries the connexion once it has failed for a time.

Redis 2.4.6.

maxb-io pushed a commit to maxb-io/redis that referenced this issue Sep 24, 2024
* Fix `pass-100.json` test file path in performance.md 

The `test` folder seems to have been renamed as `tests`.
That broke the link to the `pass-100.json` file.

* Fix more broken links to test files

Paths to /tests/files/pass-jsonsl-1.json and /tests/files/pass-json-parser-0000.json are also broken.

Co-authored-by: Guy Korland <gkorland@gmail.com>
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