mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-01 20:40:37 +00:00
wip: one more log
This commit is contained in:
@@ -7412,7 +7412,7 @@ impl TimelineWriter<'_> {
|
||||
|
||||
if let Some(wait_threshold) = wait_threshold {
|
||||
if l0_count >= wait_threshold {
|
||||
debug!(
|
||||
info!(
|
||||
"layer roll waiting for flush due to compaction backpressure at {l0_count} L0 layers"
|
||||
);
|
||||
self.tl.wait_flush_completion(flush_id).await?;
|
||||
|
||||
Reference in New Issue
Block a user