mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 17:36:28 +00:00
Compare commits
1 Commits
levkk-asyn
...
levkk-fix-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28172cc1d5 |
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user