scylla-go-driver icon indicating copy to clipboard operation
scylla-go-driver copied to clipboard

Experimental, high performance Scylla Driver, University of Warsaw students' project

Results 39 scylla-go-driver issues
Sort by recently updated
recently updated
newest added

Add checking of schema version to ` refreshTopology` so that topology does not need to be updated if nothing changed.

transport

@Kulezi check https://github.com/gocql/gocql/issues/1701 I think you might want to get this changed to avoid weird server overloads

# GoCQL drop-in replacement The goal of this pull request is to provide a gocql module inside the scylla-go-driver repository that could be used as a drop-in replacement for gocql,...

https://drive.google.com/file/d/1FYju8IYGpbpadEFQGTVKhY3THCULrUnr/view?usp=sharing (also, post it somewhere more permanent, perhaps in this git repository as a PDF)

Platform: Linux (Docker) App Language: Golang (non-Docker) I'm trying to use this driver for operations but got stuck on error ``` panic: node &{[220 47 239 56 226 129 69...

In terms of migrating code over to this, it'd be great if there were: - Examples showing connections, queries being done. - A quick bootstrap guide - A few notes...

Currently when a prepared query is run and scylla invalidated the prepared statement, the driver will return an error that the query is unprepared. In this case the driver should...

The goal of this PR is to resolve 3 small bugs, all related to opening connections, especially sharded ones. - #289 This possible leak of goroutines was caused by OpenConn...

OpenShardConn should retry dial on other local port if the one it chose is busy. However what happens is that it retries even when it got the port but the...

bug
transport

Investigate how node statuses should be addressed by the driver, that is: - when a node should be considered UP, DOWN - what happens when we lose all connections to...

transport