cpp-driver icon indicating copy to clipboard operation
cpp-driver copied to clipboard

Scylla C/C++ Driver

Results 42 cpp-driver issues
Sort by recently updated
recently updated
newest added

Related PR: https://github.com/scylladb/sphinx-scylladb-theme/pull/803 This PR replaces Sphinx's deprecated extension recommonmark with myst-parser, as per https://sphinx-theme.scylladb.com/stable/configuration/markdown.html#recommonmark-parser. ## How to test Check the docs build and display without errors.

I would like to report an issue in page https://cpp-driver.docs.scylladb.com/master/topics/building/index ### Problem There is an information about building cpp driver via MSVC compiler. I have tried with both prior version...

Test failure on test_control_connection.cpp Test: Integration_Cassandra_StatusChange Class: ControlConnectionTwoNodeClusterTests ```/jenkins/workspace/scylla-master/driver-tests/cpp-driver-matrix-test/cpp-driver-scylla/tests/src/integration/tests/test_control_connection.cpp:375 Value of: wait_for_logger(logger_nodes.size()) Actual: false Expected: true () ``` Probably some race happening or bootstrap being slow, needs further investigation

This is an umbrella issue for extending the driver for tablets. Derived from [Tablets implementation plan](https://docs.google.com/document/d/1KTik_5FyyN1eo4wAw9jrmGaT5cAuNn_TiiuLiJhmsmE/edit)

I would like to report an issue in page https://cpp-driver.docs.scylladb.com/master/topics/dse_features/geotypes/index ### Problem In the first set of inserts in the CQL example (see 3rd insert statement) you insert the POLYGON...

When `ControlConnection` fetches `system.*` tables that contain a lot of data Scylla might get a temporary latency spike. We need to confirm this and "rate-limit" these queries by paging.

The readme file has links to Datastax instead of ScyllaDB. Some examples under the Documentation and Features sections: - [Home](http://docs.datastax.com/en/developer/cpp-driver/latest) - [API](http://docs.datastax.com/en/developer/cpp-driver/latest/api) - [Authentication](http://datastax.github.io/cpp-driver/topics/security/#authentication) All relevant links should point to...

To connect to the right shard the driver needs to specify the local port. This is only possible by also choosing an IP address family (v4 or v6). The code...

These are just some warnings I came across when building the driver for which I could implement a fix.