Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.4] Deprecate timeout config options introduced in 4.4.5 #768

Merged
merged 2 commits into from
Aug 8, 2022

Commits on Aug 2, 2022

  1. Deprecate timeout config options introduced in 4.4.5

     * `update_routing_table_timeout`
     * `session_connection_timeout`
    
    Server-side keep-alives communicated through configuration hints together with
    `connection_acquisition_timeout` (which, starting with 4.4.5, includes the full
    handshake, i.e., with `HELLO` message) are sufficient to avoid the driver
    getting stuck.
    robsdedude committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    729a5d2 View commit details
    Browse the repository at this point in the history
  2. Fix deprecated config option implementation

    Need to unwrap the raw value after registering the config option as deprecated.
    robsdedude committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    eb26b1f View commit details
    Browse the repository at this point in the history