The GitHub Actions job "CI Actions" on kvrocks-controller.git has failed.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
590a0b4a5f67d25a4852c69af2539a6f9aee888b / hulk <hulk.webs...@gmail.com>
Improve the operation of slot in SlotRanges (#169)

Currently, the continuous slot ranges won't be merged while the new slot is 
added
which is expected in Redis behavior. For example, we now have below slot
ranges in one shard: [1,100], [102, 200], [202, 300] and the slot `101`
was added to this shard, we would like to become: [1, 200], [202, 300]
instead of [1, 101], [102, 200], [202, 300].

Report URL: https://github.com/apache/kvrocks-controller/actions/runs/8872558140

With regards,
GitHub Actions via GitBox

Reply via email to