Currently driver logs warning message on every metadata update for each zero token node:
9932 [main] WARN com.datastax.driver.core.ControlConnection - Found invalid row in system.peers: [peer=/127.0.1.3, missing native_transport_address, missing native_transport_port, missing native_transport_port_ssl, tokens=null]. This is likely a gossip or snitch issue, this host will be ignored.
It produce bad UX, we need to stop doing that.