Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Hao Geng committed Sep 4, 2024
1 parent ea2ccfe commit 1515b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/scala/kafka/log/Log.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,6 @@ class Log(@volatile private var _dir: File,
)
}
// FIXME: this code path involves not only data plane segments but also KRaft metadata logs. Should find a way to distinguish after moving to KRaft.

// XXX: An internal dashboard depends on parsing this warn log line. Get SRE reviews before changing the format.
warn(s"Attempted truncating to offset $targetOffset. Resulted in truncated to $offsetTruncatedTo from the original log end offset $originalLogEndOffset, " +
s"with $messagesTruncated messages and $bytesTruncated bytes truncated")
Expand Down

0 comments on commit 1515b46

Please sign in to comment.