Chia-Ping Tsai created KAFKA-19614: -------------------------------------- Summary: The records appended to the log are illegal because of an incorrect base offset during TestLinearWriteSpeed Key: KAFKA-19614 URL: https://issues.apache.org/jira/browse/KAFKA-19614 Project: Kafka Issue Type: Bug Reporter: Chia-Ping Tsai Assignee: Chia-Ping Tsai
{code:java} Exception in thread "main" org.apache.kafka.common.InvalidRecordException: The baseOffset of the record batch in the append to kafka-test-0 should be 0, but it is 9 {code} We could simplify reset the offset or create the new records in each write -- This message was sent by Atlassian Jira (v8.20.10#820010)