Caideyipi opened a new pull request, #18175: URL: https://github.com/apache/iotdb/pull/18175
## Description This PR reduces repeated failure logs for long-running retry scenarios: - unwraps MetadataException from schema region reflection creation so the real failure reason is returned instead of InvocationTargetException - throttles repeated SchemaRegion creation and schema partition allocation failure logs - throttles repeated disk-full folder selection logs - uses stable keys for pipe receiver disk-full handshake logs so new receiver IDs do not bypass log reduction ## Verification - mvn spotless:apply -pl iotdb-core/node-commons,iotdb-core/datanode,iotdb-core/confignode - git diff --check - mvn test-compile -pl iotdb-core/node-commons -DskipTests - mvn test-compile -pl iotdb-core/confignode -DskipTests Note: a combined datanode module compile was attempted and failed in generated freemarker sources with unrelated missing symbols such as Accumulator, IFill, and ComparatorChain. -- 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]
