Caideyipi opened a new pull request, #18030: URL: https://github.com/apache/iotdb/pull/18030
Backport #18014 to dev/1.3. This PR limits concurrent load tsfile type conversions and keeps active load retryable when conversion is temporarily unavailable due to memory pressure. Validation: - `mvn -pl iotdb-core/datanode "-Dtest=ActiveLoadFailedMessageHandlerTest,ActiveLoadTsFileLoaderTest,LoadConvertedInsertTabletStatementExceptionVisitorTest" -DskipITs "-DfailIfNoTests=false" test` reached compile but failed due to unrelated local reactor dependency mismatch (`IOUtils.readFully`/pipe API symbols). - `mvn -pl iotdb-core/datanode -am "-Dtest=ActiveLoadFailedMessageHandlerTest,ActiveLoadTsFileLoaderTest,LoadConvertedInsertTabletStatementExceptionVisitorTest" -DskipITs "-DfailIfNoTests=false" "-Dsurefire.failIfNoSpecifiedTests=false" test` failed before datanode on local thrift dependency mismatch (`TProtocol.incrementRecursionDepth/decrementRecursionDepth`). -- 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]
