mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 10:30:40 +00:00
Remove some additional debug info messages.
This commit is contained in:
@@ -2,7 +2,6 @@ use std::{collections::HashMap, sync::Arc, time::{Duration, Instant}};
|
||||
use tokio::{sync::{Mutex, Notify, mpsc, watch}, time::sleep};
|
||||
use tonic::transport::{Channel, Endpoint};
|
||||
|
||||
use tracing::info;
|
||||
use uuid;
|
||||
|
||||
/// A pooled gRPC client with capacity tracking and error handling.
|
||||
@@ -239,7 +238,6 @@ impl ConnectionPool {
|
||||
inner.last_connect_failure = Some(Instant::now());
|
||||
}
|
||||
if remove == 0 {
|
||||
info!("Removing connection {} due to too many errors", id);
|
||||
inner.entries.remove(&id);
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -19,8 +19,6 @@ use pageserver_page_api::proto;
|
||||
use pageserver_page_api::proto::PageServiceClient;
|
||||
use utils::shard::ShardIndex;
|
||||
|
||||
use tracing::info;
|
||||
|
||||
|
||||
mod client_cache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user