samba-bugs at samba.org
2010-Mar-02  08:27 UTC
DO NOT REPLY [Bug 7195] New: timeout reached while sending checksums for very large files
https://bugzilla.samba.org/show_bug.cgi?id=7195
           Summary: timeout reached while sending checksums for very large
                    files
           Product: rsync
           Version: 3.0.7
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: jansen at webgods.de
         QAContact: rsync-qa at samba.org
When I try to continue the upload of a very large file (400GB, 200GB already
transmitted) with --partial, rsync stops with an error after 10 minutes.
Verbosity shows, that during this time it has transmitted checksums for about
30G worth of data. Increasing the timeout with --timeout=100000 helps. With
this, rsync reaches the point where it transmits new data.
-- 
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.
samba-bugs at samba.org
2010-Oct-27  05:31 UTC
DO NOT REPLY [Bug 7195] timeout reached while sending checksums for very large files
https://bugzilla.samba.org/show_bug.cgi?id=7195
tim.liim at alcatel-lucent.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tim.liim at alcatel-lucent.com
------- Comment #1 from tim.liim at alcatel-lucent.com  2010-10-27 00:31 CST
-------
These bugs seem to be related (having similar error messages:
connection unexpectedly closed, broken pipe, timeout).
bug7757
    with big file, rsync times out out when it should not; the 
    sender is still responsive
bug2783
    Random high loads during syncs (server side) / client stream errors
    rsync: connection unexpectedly closed (2761332 bytes received so far)
    [generator]
    rsync error: error in rsync protocol data stream (code 12) at io.c(365)
bug5478
    rsync: writefd_unbuffered failed to write 4092 bytes [sender]: 
                Broken pipe (32)
    rsync: writefd_unbuffered failed to write 4092 bytes [sender]: 
                Broken pipe (32)
    io timeout after 30 seconds -- exiting
    rsync error: timeout in data send/receive (code 30) at io.c(239) 
                [sender=3.0.2]
bug5695
    improve keep-alive code to handle long-running directory scans
    ./io.c:void maybe_send_keepalive(void)
bug6175
    write last transfer status when timeout or other error happens
    rsync: writefd_unbuffered failed to write 4 bytes [sender]: 
           Broken pipe (32)
    rsync: connection unexpectedly closed (99113 bytes received so 
           far) [sender]
    rsync error: unexplained error (code 255) at io.c(600) [sender=3.0.5]
bug7195
    timeout reached while sending checksums for very large files
-- 
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.
samba-bugs at samba.org
2012-Oct-23  11:27 UTC
[Bug 7195] timeout reached while sending checksums for very large files
https://bugzilla.samba.org/show_bug.cgi?id=7195 --- Comment #2 from Lo?c Gomez <samba-bugz at kyoshiro.org> 2012-10-23 11:27:38 UTC --- I ran into a similar issue recently while transferring large files (>40GB). After a few tests, it seems - in my case at least - to be related to the delta-xfer algorithm. The bug does not happen anymore with the -W option. I don't know if this will resolve your issue, but you can also try looking into these options : --no-checksum --no-compress --blocking-io. These were not the source of my problems, but the functions they're related to might rise a network timeout. I hope it helps, anyways, good luck solving your issue. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Apparently Analagous Threads
- DO NOT REPLY [Bug 6175] New: write last transfer status when timeout or other error happens
- DO NOT REPLY [Bug 5478] New: rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32)
- DO NOT REPLY [Bug 5695] New: rsync local timeout
- DO NOT REPLY [Bug 7757] New: with big file, rsync times out out when it should not; the sender is still responsive
- DO NOT REPLY [Bug 2783] Random high loads during syncs (server side) / client stream errors