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
Base implementation contains a special interceptor for detecting of broken sessions. But this interceptor is not usable for a QueryService's session, which always creates stream iterators successfully. And errors raise on the iterator reads.
As result, if the session has been broken by any reason, the pool continues to use this session. In the end we can get the pool filled with broken sessions and nothing is working
The text was updated successfully, but these errors were encountered:
Base implementation contains a special interceptor for detecting of broken sessions. But this interceptor is not usable for a QueryService's session, which always creates stream iterators successfully. And errors raise on the iterator reads.
As result, if the session has been broken by any reason, the pool continues to use this session. In the end we can get the pool filled with broken sessions and nothing is working
The text was updated successfully, but these errors were encountered: