Bug #98949 | The count_os_wait in rw_lock_s_lock_spin could be wrong | ||
---|---|---|---|
Submitted: | 13 Mar 2020 21:20 | Modified: | 16 Mar 2020 9:00 |
Reporter: | chen zongzhi (OCA) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0.* | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[13 Mar 2020 21:20]
chen zongzhi
[14 Mar 2020 12:08]
Marcin Babij
Thank You for your report. The "os_thread_yield" is not the "os wait" the counter counts. It is supposed to count the calls to "os_event_wait_low" called from "sync_array_wait_event" called from the branch that starts with the "++count_os_wait" you specified to be moved. Therefore it's not a bug.
[16 Mar 2020 9:00]
MySQL Verification Team
Closing as !bug according developer prior comment.