-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove big blob file type in ps v3 (#5544)
* support config blob file limit size * add some comment * Update dbms/src/Storages/Page/V3/BlobStore.cpp Co-authored-by: JaySon <[email protected]> * Update dbms/src/TestUtils/MockDiskDelegator.h Co-authored-by: JaySon <[email protected]> * Update dbms/src/Storages/Page/V3/BlobStore.cpp Co-authored-by: JaySon <[email protected]> * Update dbms/src/Storages/Page/V3/BlobStore.cpp Co-authored-by: JaySon <[email protected]> * improve code comment * set BlobStat to read only type if its capacity is larger than config.file_limit_size * add metric * Update dbms/src/Storages/Page/V3/BlobStore.cpp Co-authored-by: JaySon <[email protected]> * small fix for gtest * fix unit test * fix metrics * add some comment about reloading config.file_limit_size * Update metrics/grafana/tiflash_summary.json Co-authored-by: JaySon <[email protected]> * Update metrics/grafana/tiflash_summary.json Co-authored-by: JaySon <[email protected]> Co-authored-by: JaySon <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
- Loading branch information
1 parent
8e92ffb
commit c9656c9
Showing
11 changed files
with
327 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.