You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using DefaultPolicy::builder().prefer_datacenter(dc) with nonexistent datacenter the driver returns a very misleading erro when trying to execute a query: Error: ProtocolError("Empty query plan - driver bug!").
When using
DefaultPolicy::builder().prefer_datacenter(dc)
with nonexistent datacenter the driver returns a very misleading erro when trying to execute a query:Error: ProtocolError("Empty query plan - driver bug!")
.Full reproducer: https://github.com/fee-mendes/rust-driver-example/blob/main/metric-collector
Driver version: 0.8.1, as can be seen in above reproducer.
To reproduce, simply run
cargo run --bin metric-collector <scylla_ip> this_dc_does_not_exist
The text was updated successfully, but these errors were encountered: