chia7712 commented on code in PR #20827:
URL: https://github.com/apache/kafka/pull/20827#discussion_r2493453781
##########
storage/src/main/java/org/apache/kafka/storage/internals/checkpoint/PartitionMetadataReadBuffer.java:
##########
@@ -64,7 +64,7 @@ PartitionMetadata read() throws IOException {
throw malformedLineException(line);
}
} else {
- throw new IOException("Unrecognized version of partition
metadata file + (" + location + "): " + version);
+ throw new IOException("Unrecognized version of partition
metadata file (" + location + "): " + version);
Review Comment:
:laughing:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]