Skip to content

Connection to a ScyllaDB cluster is delayed as it tries with unsupported versions first #244

Open
@mykaul

Description

@mykaul

Looking at a pcap, the ScyllaDB Python driver tries to connect with versions we do not support - 66 (DSE_V2), 65 (DSE_V1), 5. That means 3 connections that are responded with an ERROR, until we succeed to connect. Each connection is of course the whole 3 way TCP conn, then closed, etc...
cc @fruch (I've seen it in cqlsh, now I understand it's due to the Python driver defaults)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions