[Bug 2654] timeout is always triggered with 2.6.4

samba-bugs at samba.org samba-bugs at samba.org
Wed Apr 27 15:39:45 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=2654





------- Additional Comments From wayned at samba.org  2005-04-27 08:39 -------
You mentioned using --fuzzy:  are there a lot of files in your destination
directories?  One thing I've noticed with --fuzzy is that if rsync puts a lot of
new files into a directory with thousands of old files, the name-scoring
algorithm can chew up a lot of CPU.  It might be possible for the connection to
timeout if this slowed rsync down enough.  (The --fuzzy performance into large
dirs should be improved at some point.)

As for who counts what, the generator only sends data down the socket, so it
only notes that data in the last_io time.  The receiver only reads data from the
socket, so it only notes that data in the last_io time.  The sender both reads
and writes data from/to the socket, so it notes both.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list