This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch feat/show-receivers
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 16c7d58cdc7 Update IoTDBShowReceiversLifecycleIT.java
add 6dad813a5ff Fix show receivers pipe cleanup
No new revisions were added by this update.
Summary of changes:
.../receiver/protocol/IoTDBConfigNodeReceiver.java | 11 ++-
.../protocol/thrift/IoTDBDataNodeReceiver.java | 10 ++
.../runtime/PipeReceiverRuntimeRegistry.java | 11 +++
.../pipe/sink/client/IoTDBSyncClientManager.java | 70 ++++++++++++++
.../payload/thrift/request/PipeRequestType.java | 3 +
...eTransferPipeReceiverRuntimeInfoCleanupReq.java | 103 +++++++++++++++++++++
.../pipe/sink/protocol/IoTDBSslSyncSink.java | 2 +-
.../runtime/PipeReceiverRuntimeRegistryTest.java | 17 ++++
.../thrift/request/PipeRequestTypeTest.java | 25 +++++
9 files changed, 250 insertions(+), 2 deletions(-)
create mode 100644
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/sink/payload/thrift/request/PipeTransferPipeReceiverRuntimeInfoCleanupReq.java