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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
[client-v2]ServerException with code 159 Execution Timeout is retried unconditionally. After the fix this
error treated as non-retriable. (part of #2637)
[jdbc-v2] Fixes Statement#setQueryTimeout. By default, client executes query in calling thread and future timeout
has no effect. Fix makes setQueryTimeout to set max_execution_time server setting in this case to overcome limitation.
(#2637)