Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
108797: concurrency: only count active waiter in totalAndMaxWaitDuration metric calculation r=arulajmani a=lyang24 concurrency: only count active waiter in totalAndMaxWaitDuration metric calculation. The lock wait duration should only apply for the waiters that are actively waiting. This change has no effect on wating readers since all waiting readers are active. We are excluding all inactive locking requests' wait time contribution to the total and max waiting duration. Fixes: #108683 Release note: None. Co-authored-by: Eric.Yang <[email protected]>
- Loading branch information