We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af442b commit e2bc60bCopy full SHA for e2bc60b
cassandra/cluster.py
@@ -4088,8 +4088,8 @@ def _is_valid_peer(row):
4088
return False
4089
4090
if "tokens" in row and not row.get("tokens"):
4091
- log.warning(
4092
- "Found an invalid row for peer - tokens is None (broadcast_rpc: %s, host_id: %s). Ignoring host." %
+ log.debug(
+ "Found a zero-token node - tokens is None (broadcast_rpc: %s, host_id: %s). Ignoring host." %
4093
(broadcast_rpc, host_id))
4094
4095
0 commit comments