]> git.saurik.com Git - redis.git/commit - src/replication.c
"Timeout receiving bulk data" error message modified.
authorantirez <antirez@gmail.com>
Thu, 4 Oct 2012 09:49:17 +0000 (11:49 +0200)
committerantirez <antirez@gmail.com>
Thu, 4 Oct 2012 09:52:16 +0000 (11:52 +0200)
commitf0b9f803455feb5565ae4b799044890aa4de1479
tree4c3be1c66b6c97917b9e8f68a7fa7fd78b241acb
parent9a914a632d38fff012d0fa7ee8469948e286c053
"Timeout receiving bulk data" error message modified.

The new message now contains an hint about modifying the repl-timeout
configuration directive if the problem persists.

This should normally not be needed, because while the master generates
the RDB file it makes sure to send newlines to the replication channel
to prevent timeouts. However there are times when masters running on
very slow systems can completely stop for seconds during the RDB saving
process. In such a case enlarging the timeout value can fix the problem.

See issue #695 for an example of this problem in an EC2 deployment.
src/replication.c