Caideyipi opened a new pull request, #18147:
URL: https://github.com/apache/iotdb/pull/18147
## Description
This PR fixes three concrete issues found in metadata and pipe modules:
- Restore the old table under the old name when rolling back a DataNode
table rename.
- Release dropped realtime heartbeat/progress report events when progress
report events trim or merge pending queue entries.
- Make schema-region table delete privilege trimming honor
skip-if-no-privileges=false instead of silently trimming unauthorized table
deletions.
## Tests
- mvn spotless:apply -pl iotdb-core/datanode -DskipTests
- git diff --check
Targeted datanode tests were attempted, but the local environment fails
during unrelated datanode test compilation/generated-queryengine classes before
running the specified tests.
--
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]