Skip to content
New issue

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

[Enhancement] unbalanced resouce overhead between several BEs when loading #28564

Closed
3 tasks done
TangSiyang2001 opened this issue Dec 18, 2023 · 0 comments · Fixed by #28552
Closed
3 tasks done

[Enhancement] unbalanced resouce overhead between several BEs when loading #28564

TangSiyang2001 opened this issue Dec 18, 2023 · 0 comments · Fixed by #28552

Comments

@TangSiyang2001
Copy link
Collaborator

TangSiyang2001 commented Dec 18, 2023

Search before asking

  • I had searched in the issues and found no similar issues.

Description

env: 1FE + 3BE 84c 130G for load 3 * 500G high performance SSD
scenario: insert 4800000000 lines data into TPCH lineitem table.

image

CPU
image
image
image

Mem
image
image
image

Solution

Actually, the node with heavy resource overhead is suffering from back pressure of the add batch RPC, due to the low responce from the target BE which is adding batch data.

Finally, we found that the read lock for checking broken tablet (writers) maybe inreasonable and add to the overhead, making it very slow though with a very light behavior.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant