-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[improvement](cloud) Accelerate cloud rebalance by batch editlog (#37787
) 1. use `JournalBatch` to batch editlogs 2. same partition, different tablets use one editlog env: in docker cloud mode, 3fe 3be. 3be expansion to 4be, trigger cloud rebalance table, 1860 partitions, 48 buckets, every rebalance loop min balance 12 and close pre cache result: ``` before improvement 2024-07-16 16:51:01,371 INFO (cloud tablet rebalancer|77) [CloudTabletRebalancer.runAfterCatalogReady():228] finished to rebalancer. cost: 58471 ms after imprevement 2024-07-16 17:10:20,699 INFO (cloud tablet rebalancer|77) [CloudTabletRebalancer.runAfterCatalogReady():235] finished to rebalancer. cost: 28687 ms ```
- Loading branch information
1 parent
191910e
commit 02dff85
Showing
9 changed files
with
372 additions
and
64 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
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
Oops, something went wrong.