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
1. No need to catch here any longer, we fixed the connection related
exceptions separately now, throwing from an method that consumes a
listener was smelly to begin with.
2. Not need to try-with-resources that `releasable`, just release it as
soon as possible to get the next per-shard request going while we
process a result. No need to waste time on an idle data node here.
0 commit comments