yschengzi opened a new pull request, #11764: URL: https://github.com/apache/iotdb/pull/11764
Question: - IOTDBLoadTsFileIT.testLoadWithMods fails to pass the CI, the client displays NPE and the logs show that TsFileWriterManager has been closed. - The reason is that the Load receiver is unable to persist the file fragments within the Thrift timeout, which causes the Load to advance to the second phase and close the TsFileWriterManager that is persisting at the receiver, resulting in an exception being thrown. Solution: - Increase IOTDBLoadTsFileIT.testLoadWithMods to test the Thrift Timeout time and the upper limit of Load file fragment size in the scenario. [IOTDBLoadTsFileIT_testLoadWithMods.zip](https://github.com/apache/iotdb/files/13743156/IOTDBLoadTsFileIT_testLoadWithMods.zip) -- 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]
