Compare commits

...

1 Commits

Author SHA1 Message Date
Lev Kokotov
28172cc1d5 Fix debug log 2022-08-11 22:47:22 -07:00

View File

@@ -337,7 +337,8 @@ impl ConnectionPool {
return Ok((conn, address.clone())); return Ok((conn, address.clone()));
} }
debug!("Running health check for replica {}, {:?}", index, address); debug!("Running health check on server {:?}", address);
self.stats.server_tested(server.process_id(), address.id); self.stats.server_tested(server.process_id(), address.id);
match tokio::time::timeout( match tokio::time::timeout(