scylladb / gocql

Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html
BSD 3-Clause "New" or "Revised" License
190 stars 59 forks source link

Wait for zero-token nodes in schema agreement #348

Closed sylwiaszunejko closed 5 days ago

sylwiaszunejko commented 5 days ago

Previously when node was zero-token type we did not consider it in schema agreement process.

This PR fixes that.