You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
youjiali1995
changed the title
Inaccurate runtime information for batch-get and lock-keys operation
Inaccurate runtime information for multi-region requests
Apr 28, 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.
The text was updated successfully, but these errors were encountered: