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
Bug #31095274 I_INNODB.INNODB_BUG16138582 TIMES OUT ON WINDOWS [Part 1/2]
The sleep for 20us introduced in `WL#11720 - InnoDB: Parallel read of index` in the `buf_wait_for_read` actually takes 1ms on Windows as this is around minimum sleep resolution on Windows. The OS event behind the rwlock will be much much faster/have lower latency.
The `buf_wait_for_read` looks like have remnants of double-checked locking. Currently there is no locking involved in getting the io fix, so we can run a short loop.
RB#24646
0 commit comments