https://bugzilla.samba.org/show_bug.cgi?id=12527
Ben RUBSON changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugzilla.samba.org/show_bug.cgi?id=12527
--- Comment #3 from Ben RUBSON ---
So sounds like that when the generator sends too much info (too many checksums)
to the sender, the sender does not receive / see (important) messages anymore.
Perhaps we could solve this by making the generator w
https://bugzilla.samba.org/show_bug.cgi?id=12527
--- Comment #2 from Ben RUBSON ---
I'm troubleshooting and found that this happens when generate_and_send_sums()
writes too many bufs.
If I replace :
for (i = 0; i < sum.count; i++) {
by :
for (i = 0; i < 4500; i++) {
(sum.count > 15000 in this te
https://bugzilla.samba.org/show_bug.cgi?id=12527
--- Comment #1 from Ben RUBSON ---
Same issue with rsync-HEAD-20161010-1854GMT.
My quick previous test uses these local files :
-rw--- 1 root root 1177136858 Jan 10 2017 bf.iso
-rw--- 1 root root68558591 Jan 10 2017 sf2.dmg
And