Commit 8ef0565
committed
Deprecate metadata_request_timeout
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.1 parent 2354c82 commit 8ef0565
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
| 1085 | + | |
| 1086 | + | |
1085 | 1087 | | |
1086 | 1088 | | |
1087 | 1089 | | |
| |||
1300 | 1302 | | |
1301 | 1303 | | |
1302 | 1304 | | |
| 1305 | + | |
1303 | 1306 | | |
1304 | 1307 | | |
1305 | 1308 | | |
| |||
0 commit comments