Caideyipi opened a new pull request, #18225:
URL: https://github.com/apache/iotdb/pull/18225
## Description
Backport #18222 (5b311f6ef9e352b9315fce01bf34400701432e50) to dev/1.3.
- Bound async Pipe sink retries when a receiver remains temporarily
unavailable.
- After the retry limit, pause regular attempts and allow one receiver probe
per configured interval.
- Return async clients to the pool when a probe is delayed.
- Add retry duration/probe interval configuration and targeted regression
tests.
The 1.3 branch predates the main branch's scheduling-delay and i18n
infrastructure, so this backport uses the existing non-report exception backoff
and inline message style on dev/1.3.
## Tests
- mvn spotless:apply -pl iotdb-core/node-commons,iotdb-core/datanode
- BUILD SUCCESS
- mvn -o -nsu test -pl iotdb-core/datanode -am
-Dtest=PipeSinkSubtaskTest,PipeTransferTrackableHandlerTest
- Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
--
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]