JackieTien97 opened a new pull request, #18235:
URL: https://github.com/apache/iotdb/pull/18235
## Summary
Backport #17794 (`958ce45b13722f04bbc3837ab76caad207e15216`) to `dev/1.3`.
- add the non-retryable `REPEATED_RPC_CALL` status code
- reject repeated FragmentInstance dispatches before reusing a cached,
released context
- preserve `IoTDBRuntimeException` status codes in both consensus-read and
VirtualDataRegion paths
- avoid retrying a remote dispatch after the query has timed out
- map `QueryTimeoutRuntimeException` to `QUERY_TIMEOUT`
- add regression coverage for repeated RPC status propagation
## dev/1.3 adaptation
The conflicts were resolved against the branch's existing APIs and logging
style: the pre-verbose `createFragmentInstanceContext` overload and inline log
messages are retained, without pulling unrelated master-only i18n or
verbose-query changes into the backport.
## Validation
- `mvn clean test -pl iotdb-core/datanode -am -Dtest=RegionReadExecutorTest
-Dsurefire.failIfNoSpecifiedTests=false`
- `BUILD SUCCESS`
- `RegionReadExecutorTest`: 6 tests passed, 0 failures, 0 errors
- Checkstyle and Spotless checks passed
--
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]