Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public void takeSnapshot() throws IOException {
long start = System.currentTimeMillis();
writeSnapshot(snapshotFile.file(), writers);
LOG.info(
"Wrote writer snapshot at offset {} with {} producer ids for table bucket {} in {} ms.",
"Wrote writer snapshot at offset {} with {} writer ids for table bucket {} in {} ms.",
lastMapOffset,
writers.size(),
tableBucket,
Expand Down