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
Throw an exception when Reindex() produces just enough documents for … (#2781)
* Throw an exception when Reindex() produces just enough documents for a single bulk but leaves no slots to call MoveNext() which would free up an awaiting task. fixes#2771
* improved exception message when backpressure does not leave room for the producer to call MoveNext()
0 commit comments