mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 00:50:35 +00:00
"This series revives the round-robin load balancing added by Pekka back in 2015. If somebody tries to enable it with the current master it would quite quickly lead to a crash due to a few unresolved issues in the corresponding code. Fixes #2351 Fixes #3118" * 'fix-round-robin-balancing-v2' of github.com:vladzcloudius/scylla: transport::server::process_request(): avoid extra copy of the client_state service::cql_server::connection::process_request: use client_state "request copy" constructor service::client_state: introduce "request copy" copy-constructor service::storage_service: add the get_local_auth_service() accessor service::client_state: remove the unused _tracing_session_id field