Merge branch 'main' into cn/gather-files-to-compact

pull/24376/head
kodiakhq[bot] 2022-07-14 14:05:29 +00:00 committed by GitHub
commit b836c6bced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ impl IngestHandlerImpl {
.stream_handler(kafka_partition.get() as u32)
.await
.context(WriteBufferSnafu)?;
debug!(
info!(
kafka_partition = kafka_partition.get(),
min_unpersisted_sequence_number = sequencer.min_unpersisted_sequence_number.get(),
"Seek stream",