This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch fix-audit-logger
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 705f73dd983 f
add 5cf60df3afc may-c (#16859)
add f4d628a7d6a Pipe: Prevent duplicate error logging in
AsyncPipeDataTransferServiceClient (#16856)
add 97476bba8b3 Merge branch 'master' of https://github.com/apache/iotdb
into fix-audit-logger
add 6e98cbd2fcf codecov
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/auth/AuthorityChecker.java | 2 +-
.../handler/PipeTransferTrackableHandler.java | 1 +
.../plan/statement/crud/InsertTabletStatement.java | 7 +-
.../pipe/event/PipeTsFileInsertionEventTest.java | 288 +++++++++++++++++++++
.../async/AsyncPipeDataTransferServiceClient.java | 7 +-
.../pipe/datastructure/pattern/TreePattern.java | 2 +-
.../pipe/receiver/PipeReceiverStatusHandler.java | 6 +-
7 files changed, 307 insertions(+), 6 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/pipe/event/PipeTsFileInsertionEventTest.java