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
I am getting the following WARNING log from cassandra-migrate migrate command: WARNING:cassandra.cluster:Cluster.__init__ called with contact_points specified, but no load_balancing_policy. In the next major version, this will raise an error; please specify a load-balancing policy. (contact_points = ['cassandra.cs-dev.svc.cluster.local'], lbp = None)
Would be possible to do something about it?
The text was updated successfully, but these errors were encountered:
The message is harmless AFAIK. If you do configure a load-balancing policy for multiple DCs without actually having them the driver will also throw a warning, and I would not like to make the default settings ignore existing DCs.
I'll address this in the next release, but a new mandatory config option might be needed.
I am getting the following WARNING log from
cassandra-migrate migrate
command:WARNING:cassandra.cluster:Cluster.__init__ called with contact_points specified, but no load_balancing_policy. In the next major version, this will raise an error; please specify a load-balancing policy. (contact_points = ['cassandra.cs-dev.svc.cluster.local'], lbp = None)
Would be possible to do something about it?
The text was updated successfully, but these errors were encountered: