-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit avoids unnecessary thread sync of PQ notFull state. (#14129…
…) (#14141) When PQ is full, workers wake up writer thread in every read. However, without removing a fully acked page, queue is still full. This commit changes the condition of notFull signal. Fixed: #6801 (cherry picked from commit da68ff3) Co-authored-by: kaisecheng <[email protected]>
- Loading branch information
1 parent
fc9f6af
commit 4371da8
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters