This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch pipe-meta-sync
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 9abd7b24857 Pipe Schema: Added listening queue on ConfigNode and
SchemaRegion (#11795)
add 7cf82e32b33 Add missing synchronized on abort of SourceHandle (#11793)
add ffdcbf3be79 [IOTDB-6278] Optimize Greedy Copyset algorithm (#11784)
add 3dd989a90f5 Pipe IT: enable Github Actions for branch pipe-meta-sync
(#11799)
add 050f736db94 Merge branch 'master' of github.com:apache/iotdb into
pipe-meta-sync
add 02306abc142 Merge branch 'pipe-meta-sync' of github.com:apache/iotdb
into pipe-meta-sync
No new revisions were added by this update.
Summary of changes:
.github/workflows/cluster-it-1c1d.yml | 2 +
.github/workflows/cluster-it-1c3d.yml | 2 +
.github/workflows/unit-test.yml | 2 +
.../region/GreedyCopySetRegionGroupAllocator.java | 181 ++++++++++++++-------
.../region/AllocatorScatterWidthManualTest.java | 136 ++++++++++++++++
.../GreedyCopySetRegionGroupAllocatorTest.java | 15 +-
.../execution/exchange/source/SourceHandle.java | 2 +-
7 files changed, 265 insertions(+), 75 deletions(-)
create mode 100644
iotdb-core/confignode/src/test/java/org/apache/iotdb/confignode/manager/load/balancer/region/AllocatorScatterWidthManualTest.java