mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 14:10:37 +00:00
Trace received standby_horizon updates
This commit is contained in:
@@ -553,6 +553,10 @@ impl ConnectionManagerState {
|
||||
fn register_timeline_update(&mut self, timeline_update: SafekeeperTimelineInfo) {
|
||||
WALRECEIVER_BROKER_UPDATES.inc();
|
||||
|
||||
info!(
|
||||
"Safekeeper info update: standby_horizon(cutoff)={}",
|
||||
timeline_update.standby_horizon
|
||||
);
|
||||
if timeline_update.standby_horizon != 0 {
|
||||
// ignore reports from safekeepers mnot connected to replicas
|
||||
self.timeline
|
||||
|
||||
Reference in New Issue
Block a user