try to repro

This commit is contained in:
Arseny Sher
2023-03-23 07:44:06 +04:00
parent 93f3f4ab5f
commit e0ac28d2fa
8 changed files with 29 additions and 4 deletions

View File

@@ -1246,6 +1246,11 @@ impl Timeline {
state,
};
info!(
"initialized lsrlsn to {}/{}",
disk_consistent_lsn,
metadata.prev_record_lsn().unwrap_or(Lsn(0))
);
result.repartition_threshold = result.get_checkpoint_distance() / 10;
result
.metrics