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 018840a8c3f Fix receiver handshake body duplication
add 824f642026e Fix show receivers schema alignment
No new revisions were added by this update.
Summary of changes:
.../receiver/protocol/IoTDBConfigNodeReceiver.java | 2 -
.../protocol/thrift/IoTDBDataNodeReceiver.java | 23 ++++---
.../iotdb/db/protocol/client/ConfigNodeClient.java | 5 ++
.../iotdb/db/protocol/client/ConfigNodeInfo.java | 48 ++++++++++++++
.../operator/source/ShowReceiversOperator.java | 1 -
.../InformationSchemaContentSupplierFactory.java | 1 -
.../config/executor/ClusterConfigTaskExecutor.java | 21 ++++--
.../java/org/apache/iotdb/db/service/DataNode.java | 6 +-
.../db/protocol/client/ConfigNodeInfoTest.java | 76 ++++++++++++++++++++++
.../operator/source/ShowReceiversOperatorTest.java | 34 ++++++++++
.../informationschema/ShowReceiversTest.java | 36 +++++++++-
.../commons/pipe/receiver/IoTDBFileReceiver.java | 4 --
.../runtime/PipeReceiverRuntimeRegistry.java | 17 +----
.../runtime/PipeReceiverRuntimeSnapshot.java | 9 +--
.../schema/column/ColumnHeaderConstant.java | 5 +-
.../commons/schema/table/InformationSchema.java | 2 -
.../runtime/PipeReceiverRuntimeRegistryTest.java | 2 -
17 files changed, 228 insertions(+), 64 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/protocol/client/ConfigNodeInfoTest.java