Sicheng Yu created IOTDB-6276: --------------------------------- Summary: Pipe: Add ConnectionTimeoutMs & Load Max TsFile Data Size for IOTDBLoadTsFileIT.testLoadWithMods Key: IOTDB-6276 URL: https://issues.apache.org/jira/browse/IOTDB-6276 Project: Apache IoTDB Issue Type: Bug Reporter: Sicheng Yu Assignee: Sicheng Yu Attachments: IOTDBLoadTsFileIT_testLoadWithMods.zip
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. -- This message was sent by Atlassian Jira (v8.20.10#820010)