mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 02:12:56 +00:00
Log detection of duplicate layer
This commit is contained in:
@@ -3410,6 +3410,13 @@ impl Timeline {
|
||||
&w.lsn_range(),
|
||||
false, // not an image layer
|
||||
) {
|
||||
info!(
|
||||
"Skip generation of duplicate layer {}_{}__{}_{}",
|
||||
w.key_start(),
|
||||
end_key,
|
||||
w.lsn_range().start,
|
||||
w.lsn_range().end
|
||||
);
|
||||
drop(w);
|
||||
} else {
|
||||
let new_layer = w.finish(end_key)?;
|
||||
|
||||
Reference in New Issue
Block a user