• antirez's avatar
    "Timeout receiving bulk data" error message modified. · 0c19880c
    antirez authored
    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.
    0c19880c
replication.c 28.5 KB