VinayKumar created KAFKA-6458: --------------------------------- Summary: ERROR Found invalid messages during fetch for partition [__consumer_offsets,20] offset 0 error Record is corrupt (stored crc = 73, computed crc = 2559213387) (kafka.server.ReplicaFetcherThread) Key: KAFKA-6458 URL: https://issues.apache.org/jira/browse/KAFKA-6458 Project: Kafka Issue Type: Bug Components: log, offset manager Affects Versions: 0.10.2.1 Environment: CentOS Linux release 7.2.1511 Reporter: VinayKumar
I see the below ERRORs in the log file. Restarting the Kafka service is not helping to fix it. Can someone please help how to eliminate/fix these errors. [2018-01-17 13:52:15,626] ERROR Found invalid messages during fetch for partition [__consumer_offsets,11] offset 0 error Record is corrupt (stored crc = 81, computed crc = 1264288837) (kafka.server.ReplicaFetcherThread) [2018-01-17 13:52:15,626] ERROR Found invalid messages during fetch for partition [__consumer_offsets,42] offset 0 error Record is corrupt (stored crc = 73, computed crc = 1222016777) (kafka.server.ReplicaFetcherThread) [2018-01-17 13:52:15,626] ERROR Found invalid messages during fetch for partition [__consumer_offsets,20] offset 0 error Record is corrupt (stored crc = 73, computed crc = 2559213387) (kafka.server.ReplicaFetcherThread) [2018-01-17 13:52:15,777] ERROR Found invalid messages during fetch for partition [__consumer_offsets,22] offset 65 error Record is corrupt (stored crc = 123, computed crc = 2233168612) (kafka.server.ReplicaFetcherThread) [2018-01-17 13:52:15,777] ERROR Found invalid messages during fetch for partition [__consumer_offsets,39] offset 20 error Record is corrupt (stored crc = 71, computed crc = 2065457751) (kafka.server.ReplicaFetcherThread) -- This message was sent by Atlassian JIRA (v7.6.3#76005)