This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch fix/tdb-30-pipe-leader-cache
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 08466e29826 Fix pipe leader cache updates for multi-device redirects
add 4405647b0f2 Fix schema partition lookup during ConfigNode removal
(#18686)
add 02b8c6c0437 Bump ratis to 3.3.1 (#18605)
add f00b24c66eb Fix table-model pipe batch leader redirects (#18690)
add 0f00c1f9edf Merge branch 'master' of https://github.com/apache/iotdb
into fix/tdb-30-pipe-leader-cache
No new revisions were added by this update.
Summary of changes:
.../IoTDBRemoveConfigNodeSchemaPartitionIT.java | 262 +++++++++++++++++++++
.../iotdb/confignode/manager/ConfigManager.java | 5 +
.../protocol/thrift/IoTDBDataNodeReceiver.java | 31 ++-
.../db/pipe/sink/util/cacher/LeaderCacheUtils.java | 5 +-
.../protocol/thrift/IoTDBDataNodeReceiverTest.java | 70 ++++++
.../sink/util/cacher/LeaderCacheUtilsTest.java | 42 ++++
pom.xml | 2 +-
7 files changed, 402 insertions(+), 15 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/confignode/it/removeconfignode/IoTDBRemoveConfigNodeSchemaPartitionIT.java