mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
Merge pull request #52090 from xxhdx1985126/wip-fixedkv-btree-merge-fix
crimson/os/seastore/btree: should add left's size when merging levels… Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
This commit is contained in:
commit
2c617c35d5
@ -2044,7 +2044,7 @@ private:
|
||||
|
||||
pos.node = replacement;
|
||||
if (donor_is_left) {
|
||||
pos.pos += r->get_size();
|
||||
pos.pos += l->get_size();
|
||||
parent_pos.pos--;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user