Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
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
Previously when node was zero-token type we did not consider it in schema agreement process.
This PR fixes that.