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

Shard awareness extension for Scylla patchset 1 #1210

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Commits on Oct 18, 2018

  1. conn: introduced supported field containing payload of SUPPORTED frame

    Co-authored-by: Henrik Johansson <henrik@scylladb.com>
    Co-authored-by: Michał Matczuk <michal@scylladb.com>
    mmatczuk and Henrik Johansson committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    2902264 View commit details
    Browse the repository at this point in the history
  2. SelectedHost: added Token function

    This allows tokenAwareHostPolicy return token from ExecutableQuery.
    
    Co-authored-by: Henrik Johansson <henrik@scylladb.com>
    Co-authored-by: Michał Matczuk <michal@scylladb.com>
    mmatczuk and Henrik Johansson committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    bc364b8 View commit details
    Browse the repository at this point in the history
  3. hostConnPool: introduced ConnPicker interface to abstract pool storage

    The hostConnPool logic around conns slice is moved to defaultConnPicker.
    
    Co-authored-by: Henrik Johansson <henrik@scylladb.com>
    Co-authored-by: Michał Matczuk <michal@scylladb.com>
    mmatczuk and Henrik Johansson committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    608dba8 View commit details
    Browse the repository at this point in the history