Skip to content

Commit 4274356

Browse files
authored
remove missed testing artifact
1 parent a5ec3b0 commit 4274356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ambry-messageformat/src/main/java/com/github/ambry/messageformat/MessageFormatRecord.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,6 @@ private static void validateCrcAndManageByteBuf(CrcInputStream crcStream, DataIn
18331833
long crc = crcStream.getValue();
18341834
long streamCrc = dataStream.readLong();
18351835
if (crc != streamCrc) {
1836-
byteBuf.release();
18371836
logger.error("Corrupt data while parsing blob content. Expected crc {} Actual crc {}", crc, streamCrc);
18381837
throw new MessageFormatException("Corrupt data while parsing blob content.",
18391838
MessageFormatErrorCodes.DataCorrupt);

0 commit comments

Comments
 (0)