We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduced by #1751. Steps to reproduce:
Previously, we will restore the store size by calling DeltaMergeStore::restoreStableFiles in DelatMergeStore constructor. But now the store objects are Lazily initialized and not able to report the real store size. This will make PD confused and cause lots of rebalancing between TiFlash nodes. https://github.com/pingcap/tics/blob/65209cd0f7ffd330e9c5261231a64f2aa66cc28c/dbms/src/Storages/DeltaMerge/DeltaMergeStore.cpp#L1905-L1918
DeltaMergeStore::restoreStableFiles
DelatMergeStore
The text was updated successfully, but these errors were encountered:
JinheLin
Successfully merging a pull request may close this issue.
Introduced by #1751.
Steps to reproduce:
Previously, we will restore the store size by calling
DeltaMergeStore::restoreStableFiles
inDelatMergeStore
constructor. But now the store objects are Lazily initialized and not able to report the real store size.This will make PD confused and cause lots of rebalancing between TiFlash nodes.
https://github.com/pingcap/tics/blob/65209cd0f7ffd330e9c5261231a64f2aa66cc28c/dbms/src/Storages/DeltaMerge/DeltaMergeStore.cpp#L1905-L1918
The text was updated successfully, but these errors were encountered: