-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Opt](cloud-mow) Skip MS RPC retry's backoff when encounter fdb txn conflict when mow load get ms delete bitmap lock #52360
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
[Opt](cloud-mow) Skip MS RPC retry's backoff when encounter fdb txn conflict when mow load get ms delete bitmap lock #52360
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
dataroaring
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
run buildall |
zhannngchen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
run cloudut |
1 similar comment
|
run cloudut |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
dataroaring
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…onflict when mow load get ms delete bitmap lock (#52360) ### What problem does this PR solve? Let mow load txn skip MS RPC framework's backoff sleep time and totally let FE control the backoff time to reduce latency long tail. Test environment: cloud mode, 1 FE, 3 BE(8C 32GB), 5 threads, 120 buckets, 50rows/per load, cumu threads=8 #### Before |  |  | |-----------------|-----------------| #### After |  |  | |-----------------|-----------------|
…er fdb txn conflict when mow load get ms delete bitmap lock apache#52360 (apache#52439) pick apache#52360
…onflict when mow load get ms delete bitmap lock (apache#52360) ### What problem does this PR solve? Let mow load txn skip MS RPC framework's backoff sleep time and totally let FE control the backoff time to reduce latency long tail. Test environment: cloud mode, 1 FE, 3 BE(8C 32GB), 5 threads, 120 buckets, 50rows/per load, cumu threads=8 #### Before |  |  | |-----------------|-----------------| #### After |  |  | |-----------------|-----------------|
…onflict when mow load get ms delete bitmap lock (apache#52360) ### What problem does this PR solve? Let mow load txn skip MS RPC framework's backoff sleep time and totally let FE control the backoff time to reduce latency long tail. Test environment: cloud mode, 1 FE, 3 BE(8C 32GB), 5 threads, 120 buckets, 50rows/per load, cumu threads=8 #### Before |  |  | |-----------------|-----------------| #### After |  |  | |-----------------|-----------------|
…onflict when mow load get ms delete bitmap lock (apache#52360) ### What problem does this PR solve? Let mow load txn skip MS RPC framework's backoff sleep time and totally let FE control the backoff time to reduce latency long tail. Test environment: cloud mode, 1 FE, 3 BE(8C 32GB), 5 threads, 120 buckets, 50rows/per load, cumu threads=8 #### Before |  |  | |-----------------|-----------------| #### After |  |  | |-----------------|-----------------|
…counter fdb txn conflict when mow load get ms delete bitmap lock (apache#52360) (apache#4148) pick apache#52360
What problem does this PR solve?
Let mow load txn skip MS RPC framework's backoff sleep time and totally let FE control the backoff time to reduce latency long tail.
Test environment: cloud mode, 1 FE, 3 BE(8C 32GB), 5 threads, 120 buckets, 50rows/per load, cumu threads=8
Before
After
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)