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
We have seen occasional panics in Iterators.Close()
when cleaning up after failed iterator creation.
This commit checks for nil on any iterator to be
closed, and now returns any errors generated by
that Close().
Closes#19579Closes#19476
(cherry picked from commit acc4105)
Closes#21667
Port #21666 commits to 1.9
The text was updated successfully, but these errors were encountered: