This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a change to branch codex/trusted-channel-failure-hooks
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from e5d3cc52f94 Add trusted channel failure reporting hooks
add 59305f17ecc Add Pipe trusted channel failure reporting
No new revisions were added by this update.
Summary of changes:
.../iotdb/confignode/audit/CNAuditLogger.java | 7 +-
.../client/IoTDBConfigNodeSyncClientManager.java | 12 +++
.../iotdb/consensus/pipe/IoTConsensusV2.java | 2 +
.../org/apache/iotdb/db/audit/DNAuditLogger.java | 15 ++-
.../client/IoTDBDataNodeSyncClientManager.java | 8 ++
.../iotdb/commons/audit/AbstractAuditLogger.java | 4 +
.../async/AsyncIoTConsensusV2ServiceClient.java | 19 ++--
.../client/request/AsyncRequestManager.java | 8 +-
.../sync/SyncIoTConsensusV2ServiceClient.java | 25 +++--
.../sync/SyncThriftClientWithErrorHandler.java | 42 +++++++-
.../container/IoTV2GlobalComponentContainer.java | 25 +++++
.../pipe/sink/client/IoTDBSyncClientManager.java | 49 ++++++---
.../commons/audit/AbstractAuditLoggerTest.java | 31 ++++++
.../client/request/AsyncRequestManagerTest.java | 43 +++++++-
.../sink/client/IoTDBSyncClientManagerTest.java | 113 +++++++++++++++++++++
15 files changed, 358 insertions(+), 45 deletions(-)
create mode 100644
iotdb-core/node-commons/src/test/java/org/apache/iotdb/commons/pipe/sink/client/IoTDBSyncClientManagerTest.java