You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/11/26 07:09:18 UTC

[shardingsphere] branch master updated (76d63e5 -> 89c043d)

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