Skip to content

Fix blob files not reclaimed after deleting all SSTs#464

Merged
takenliu merged 1 commit into
Tencent:2.8.txfrom
takenliu:branch3
May 28, 2026
Merged

Fix blob files not reclaimed after deleting all SSTs#464
takenliu merged 1 commit into
Tencent:2.8.txfrom
takenliu:branch3

Conversation

@takenliu

@takenliu takenliu commented May 28, 2026

Copy link
Copy Markdown
Collaborator

开启blob功能的情况下,容易出现新建从节点无法全量同步的问题,备份时容易出现无法生成备份的问题。
#465
主要原因是rocksdb有bug,在columnfamily下面的所有sst文件都被删除的情况下,无法回收blob文件。
see details:
facebook/rocksdb#12235

Description

Motivation and Context

How Has This Been Tested?

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • Code follows the code style of this project.
  • Change requires a change to the documentation.
  • I have updated the documentation accordingly.

see details:
    facebook/rocksdb#12235

change ubuntu-latest to ubuntu-22.04 in Tendis-CI.yml
@takenliu takenliu merged commit da93f22 into Tencent:2.8.tx May 28, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant