Issue Number: 700826a
| Issue | There is a timing issue where buffer pin waiter sessions can hang in the buffer cache. |
| Cause | When a session performing a CR pin needs to wake all waiter sessions immediately after a disk read, only the first waiter session is being woken. |
| Solutions | The issue where only the first waiter session is woken instead of all waiter sessions after a disk read by a session performing a CR pin has been fixed. |