Home > Back-end >  Fastdfs upload to read timed out
Fastdfs upload to read timed out

Time:11-25

The distributed storage fastdfs written in Java code, please upload large files will quote us the read timed out mistakes, want to ask this is what reason is caused,

CodePudding user response:

Do you find the problem the reason? I also encountered the same problem, now can't find the reason

CodePudding user response:

Temporarily unknown, that is used when the file upload fastdfs object is a forever, does not declare new fastdfs object, long time use the same object is likely to close for a long time no IO stream, so the quoted the timeout error,

CodePudding user response:

If you look at a single file cause memory leak
  • Related