facebook / wdt

Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
https://www.facebook.com/WdtOpenSource
Other
2.86k stars 391 forks source link

Check failed: summaryErrorCode != OK BUG: All threads OK yet sized based error detected #181

Open soumyajuit opened 6 years ago

soumyajuit commented 6 years ago

Hi,

I have started using WDT framework very recently, to transfer some files which gets generated in the interval of few minutes to central server.

The WDT throws intermittent failure while sending the files. While debugging the issue mentioned I went through the WDT logs and found the following message.

"Check failed: summaryErrorCode != OK BUG: All threads OK yet sized based error detected" .

It is clear from the message why the transmission failed.

Need some help in the following front.

  1. What are common causes this issue could arise.
  2. Is there any remedy exists to solve this issue.

Thanks & Regards Soumya Poddar