joao-r-reis commented on PR #1886: URL: https://github.com/apache/cassandra-gocql-driver/pull/1886#issuecomment-2976496392
The problem is that `(d *refreshDebouncer) refreshNow()` will attempt to get the control connection and if it's not up it will try to reconnect it so calling `refreshNow()` inside the control connection itself might not be ideal? This needs some more exploration to be honest. The easy solution would be to call the full refresh method bypassing the debouncer but at that point might as well remove the `refreshNow()` method of the debouncer and just use it for topology events. -- 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