Fixed
Details
Details
Assignee
Tomasz Lelek
Tomasz Lelek(Deactivated)Reporter
Alex Dutra
Alex Dutra(Deactivated)Fix versions
Pull Request
Reviewer
Alex Dutra
Alex Dutra(Deactivated)Priority
Created July 8, 2020 at 4:22 PM
Updated August 20, 2020 at 11:13 AM
Resolved July 24, 2020 at 6:56 PM
We currently have:
While
connect-timeout
seems fine,init-query-timeout
is a bit aggressive and doesn't allow clients to connect when connecting over long distances, e.g. remote clients connecting to an Astra cluster. Since this timeout is only applicable when opening new connections, I'm not sure that being so aggressive is necessary. I suggest raisinginit-query-timeout
to a few seconds. But as a consequence, it might be a good thing too to raiseconnect-timeout
.