Caideyipi opened a new pull request, #18255: URL: https://github.com/apache/iotdb/pull/18255
## Description ### Backport Backport 8e5e8502d62f3a8310275a242eb39f42f82877ae (#18246) to dev/1.3. ### Changes - Replace unbounded polling threads and fixed sleeps in concurrency tests with bounded executor tasks and latches. - Propagate worker failures through futures and shut down local executors in `finally` blocks. - Replace preemptive WAL test timeouts with bounded future waits that allow worker cleanup. - Adapt the WAL writes to the API used by dev/1.3. ### Tests - `mvn spotless:apply -pl iotdb-core/datanode,iotdb-core/node-commons` - `mvn -Ddevelocity.off=true test -pl iotdb-core/node-commons -Dtest=ConcurrentIterableLinkedQueueTest` (24 tests passed) - `mvn -Ddevelocity.off=true test -pl iotdb-core/datanode -Dtest=WALNodeWaitForRollFileTest` (6 tests passed) <hr> This PR has: - [x] been self-reviewed. - [x] added or modified unit tests to cover the changed path. -- 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]
