apache kafka – Trying to roll a new log segment for topic partition..lower than start offset of the active segment

I am getting an error message from kafka that I have no clue about. Could anyone provide a “translation” and how to get rid of it , thank you.

[2022-10-22 20:04:41,299] ERROR [ReplicaManager broker=0] Error processing append operation on partition __consumer_offsets-39 (kafka.server.ReplicaManager)
org.apache.kafka.common.KafkaException: Trying to roll a new log segment for topic partition __consumer_offsets-39 with start offset 33072332448 =max(provided offset = Some(33072332448), LEO = 33072332448) lower than start offset of the active segment LogSegment(baseOffset=33249561480, size=160, lastModifiedTime=1666458058000, largestRecordTimestamp=Some(166

Read more here: Source link