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
Wait for concurrent reads in ESIndexInputTestCase (#51425)
Today `ESIndexInputTestCase#randomReadAndSlice` performs some reads on
background threads, but does not necessarily wait for these reads to finish.
It's possible that the underlying `IndexInput` may be closed before these reads
complete, causing them to fail.
0 commit comments