Skip to content

docs: Issue on page Load balancing #854

@tluck

Description

@tluck

I would like to report an issue on page https://java-driver.docs.scylladb.com/scylla-4.19.0.x/manual/core/load_balancing/index

Problem

docs say for rack-awareness configure this:
datastax-java-driver.basic.load-balancing-policy {
local-rack = rack1
}

Suggest a fix

but thats not enough -- need to turn off/disable/set false: slow-replica-avoidance

datastax-java-driver.basic.load-balancing-policy {
local-rack = rack1
slow-replica-avoidance = false
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions