risdenk commented on PR #1545:
URL: https://github.com/apache/solr/pull/1545#issuecomment-1497528664

   As far as I can tell this fails always on the 10MB copy to s3mock:
   
   ```
   // copy a 10Mb file
   content += "1234567890".repeat(1024 * 1024);
   doTestCopyFileFrom(content);
   doTestCopyFileTo(content);
   ```
   
   I don't know what changed but there seems to be some reason that there is a 
hang when writing the file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to