-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.component/backup-restoreComponent: backup, import, external_storageComponent: backup, import, external_storageseverity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
What version of TiKV are you using?
v8.5(after this PR merged. async-compression upgrade from v0.3.14 to v0.4.12 introduce this issue).
What operating system and CPU are you using?
N/A
Steps to reproduce
Run log backup where the default compression algorithm is expected to be zstd fastest.
After upgrading async-compression to v0.4.12, the issue described in Nullus157/async-compression#352 can be reproduced.
What did you expect?
zstd compression works correctly with the intended fastest setting.
What did happened?
In async-compression v0.4.12, the default zstd compression level was incorrectly set to a negative value, causing zstd compression to be disabled or ineffective.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.component/backup-restoreComponent: backup, import, external_storageComponent: backup, import, external_storageseverity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.