This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 76d63e5 #7318, make config center support HA rule configuration
(#8354)
add 89c043d Fix ManualBitSet OOM bug (#8352)
No new revisions were added by this update.
Summary of changes:
.../executor/channel/DistributionChannel.java | 25 +++++---
.../bitset/AutoAcknowledgeBitSetChannel.java | 2 +-
.../channel/bitset/BlockingQueueBitSetChannel.java | 2 +-
.../executor/channel/bitset/ManualBitSet.java | 8 +--
.../executor/channel/bitset/ManualBitSetTest.java | 67 ++++++++++++++++++++++
5 files changed, 90 insertions(+), 14 deletions(-)
create mode 100644
shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/execute/executor/channel/bitset/ManualBitSetTest.java