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
The error I'm expecting is "Sort operation used more than the maximum 33554432 bytes of RAM" which can be seen when streaming is not used. When streaming, the response is "successful" but has no results. To me this tells me mongo is throwing the same error (to mongo it is the same request) but lightblue is handling it differently when streaming is used.