jameshartig commented on code in PR #1755:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1755#discussion_r2141364372


##########
events.go:
##########
@@ -177,6 +180,8 @@ func (s *Session) handleNodeEvent(frames []frame) {
        for _, frame := range frames {
                switch f := frame.(type) {
                case *topologyChangeEventFrame:
+                       s.logger.Warning("Received topology change event.",

Review Comment:
   Should this be a warning or just an info? it doesn't seem inherently bad?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to