SteveYurongSu opened a new pull request, #12485: URL: https://github.com/apache/iotdb/pull/12485
When synchronizing historical data using pipes, it is often necessary to synchronize large files (>3GB). For data synchronization receivers with poor performance, loading such large files is time-consuming. The loading process can cause timeouts between the sender and receiver connections, timeouts between various DNs on the receiver side, and issues with the receiver's resource cleaning mechanism clearing the resources of the file being loaded. However, setting a fixed timeout duration is never sufficient; a fixed duration cannot handle all scenarios. This PR introduces a mechanism for dynamically adjusting the timeout duration in hopes of addressing the pain points encountered. -- 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]
