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

Inaccurate runtime information for multi-region requests #24319

Open
youjiali1995 opened this issue Apr 27, 2021 · 0 comments
Open

Inaccurate runtime information for multi-region requests #24319

youjiali1995 opened this issue Apr 27, 2021 · 0 comments
Labels
severity/minor sig/execution SIG execution type/bug The issue is confirmed as a bug.

Comments

@youjiali1995
Copy link
Contributor

youjiali1995 commented Apr 27, 2021

Bug Report

#18666 and #19547 collect the backoff information for batch-get and lock-keys operation, but if an operation involves more than one region, the backoffer will be forked and the backoff information is not accurate because we only collect the information of the root backoffer.

#11757 solves it for 2PC committer by a mutex and atomic variable.

@youjiali1995 youjiali1995 added type/bug The issue is confirmed as a bug. severity/minor sig/execution SIG execution labels Apr 27, 2021
@youjiali1995 youjiali1995 changed the title Inaccurate runtime information for batch-get and lock-keys operation Inaccurate runtime information for multi-region requests Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/minor sig/execution SIG execution type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

1 participant