Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scylladb/java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 48e8124
Choose a base ref
...
head repository: scylladb/java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 74f6937
Choose a head ref
  • 5 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 9, 2026

  1. Configuration menu
    Copy the full SHA
    84a8579 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Configuration menu
    Copy the full SHA
    69065f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Add TODO.md to .gitignore

    dkropachev committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    1245eca View commit details
    Browse the repository at this point in the history
  2. fix: Include non-replica nodes in LWT PRESERVE_REPLICA_ORDER query plan

    The PreserveReplicaOrderIterator in TokenAwarePolicy previously returned
    only replica nodes in the query plan. When replicas were unavailable
    (e.g. prepared statements before parameter binding, or replicas going
    down after plan construction), the query plan could be empty or
    insufficient, causing "No node was available" errors.
    
    The fix adds a third pass that appends non-replica nodes from the child
    policy after all replicas have been returned. When no replicas are
    available at all (all DOWN/IGNORED), the full child policy fallback is
    preserved.
    
    Fixes #833
    dkropachev committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    0c358d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Configuration menu
    Copy the full SHA
    74f6937 View commit details
    Browse the repository at this point in the history
Loading