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

# I/O error writing to MASTER: Broken pipe #19

Open
ManuelPU opened this issue Aug 9, 2013 · 0 comments
Open

# I/O error writing to MASTER: Broken pipe #19

ManuelPU opened this issue Aug 9, 2013 · 0 comments

Comments

@ManuelPU
Copy link

ManuelPU commented Aug 9, 2013

2 Hosts , 7111 as master host A , 7112 as slave of 7111 host B

Start : A master , B slave
and at host B appears this message all the time:

[1519] 09 Aug 04:39:13 # I/O error writing to MASTER: Broken pipe

this is the config:

{
"servers": [{
"host": "localhost"
,"port": 7111
}
, {
"host": "localhost"
, "port": 7112
}
, {
"host": "159.XXX.XXX.XXX"
, "port": 7113
}
]
,"mode": "readsToSlaves"
,"listen_port": 9999
,"bind_address": "0.0.0.0"
,"check_period": 5000
,"pool_size": 50
, "debug": "yes"
, "slave_balance": "roundrobin"
, "loggers":[{ "filename": "redis-proxy.log", "level":"silly" } ]
}

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