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
When I was testing e4a000f,
I have figure that out there is another option that controls system queries timeout - `Cluster.control_connection_timeout`,
switched to use it instead of `Cluster.metadata_request_timeout`, but did not remove `Cluster.metadata_request_timeout`.
Effectively `Cluster.metadata_request_timeout` is not working, what is working is `Cluster.control_connection_timeout`.
To address that let's mark `Cluster.metadata_request_timeout` it as deprecated in favor of `Cluster.control_connection_timeout`, to be removed in next minor release.
0 commit comments