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
As seen in scylladb/scylladb#19107, sometimes the driver may fail to fetch metadata from its peers and print messages in the logs such as:
2024-06-24T19:05:16.729306ZWARNscylla::transport::topology:Failed to establish control connection and fetch metadata on all known peers.Falling back to initial contact points.2024-06-24T19:05:16.729347ZWARNscylla::transport::topology:Failed to fetch metadata using current control connection control_connection_address="172.31.29.124:9042" error=ProtocolError: system.peers or system.local has invalid column type2024-06-24T19:05:16.733118ZERRORscylla::transport::topology:Could not fetch metadata error=ProtocolError: system.peers or system.local has invalid column type
It is wise to know exactly which invalid data was found, such as from which host_id, which column was found to be invalid and which value was returned.
As seen in scylladb/scylladb#19107, sometimes the driver may fail to fetch metadata from its peers and print messages in the logs such as:
It is wise to know exactly which invalid data was found, such as from which
host_id
, which column was found to be invalid and which value was returned.Similar work has been done for the Python driver in scylladb/python-driver#303
The text was updated successfully, but these errors were encountered: