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

Test ITs on Java 11 #349

Draft
wants to merge 4 commits into
base: scylla-3.x
Choose a base branch
from
Draft

Test ITs on Java 11 #349

wants to merge 4 commits into from

Commits on Sep 23, 2024

  1. Add option to consider initial contact points during reconnection

    When control connection tries to reconnect usually it considers only nodes
    provided by load balancing policy. Usually those do not include what was
    initially passed to the driver but the recently seen alive nodes. In some
    setups the IPs can keep changing so it may be useful to have an option to
    try initial contact points as one of the options during reconnection.
    Mainly if the contact point is a hostname.
    
    This commit adds the option to the `QueryOptions` to control that behaviour
    and adds necessary logic to `ControlConnection` class. It is disabled
    by default, meaning that default behaviour remains unchanged.
    
    Add org.burningwave tools dependency
    
    This dependency has features that allow for easier host resolution mocking.
    Bouncheck committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0c8dee0 View commit details
    Browse the repository at this point in the history
  2. temporary logging settings

    Bouncheck committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3821539 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. 1

    dkropachev committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    17fed64 View commit details
    Browse the repository at this point in the history
  2. 1

    dkropachev committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    db0d0fe View commit details
    Browse the repository at this point in the history