mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
Fix tone down compact log chatter
Signed-off-by: Dhammika Pathirana <dhammika@gmail.com>
This commit is contained in:
@@ -1628,6 +1628,9 @@ impl LayeredTimeline {
|
||||
};
|
||||
|
||||
let num_deltas = layers.count_deltas(&img_range, &(img_lsn..lsn))?;
|
||||
if num_deltas == 0 {
|
||||
continue;
|
||||
}
|
||||
|
||||
info!(
|
||||
"range {}-{}, has {} deltas on this timeline",
|
||||
|
||||
Reference in New Issue
Block a user