Tencent / Tendis

Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
http://tendis.cn
Other
2.87k stars 317 forks source link

Fixing the data-loss issue described in issue #230 #231

Open leonliao opened 1 year ago

leonliao commented 1 year ago

Fix the issue #230, non-blob keys are dropped by compaction_filter incorrectly, resulting in data loss.

Description

Motivation and Context

https://github.com/Tencent/Tendis/issues/230

How Has This Been Tested?

Types of Changes

Checklist: