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
Assert IO is still owned by the region after read and write (#103100)
When the code path goes to CacheFile#populateAndRead, both the read and
write are performed when holding the reference of the file region
(#102843). Therefore we should be able to assert that the region
ownership throughout the processes.
0 commit comments