Mickael Maison created KAFKA-16202: -------------------------------------- Summary: Extra dot in error message in producer Key: KAFKA-16202 URL: https://issues.apache.org/jira/browse/KAFKA-16202 Project: Kafka Issue Type: Improvement Reporter: Mickael Maison
If the broker hits a StorageException while handling a record from the producer, the producer prints the following warning: [2024-01-29 15:33:30,722] WARN [Producer clientId=console-producer] Received invalid metadata error in produce request on partition topic1-0 due to org.apache.kafka.common.errors.KafkaStorageException: Disk error when trying to access log file on the disk.. Going to request metadata update now (org.apache.kafka.clients.producer.internals.Sender) There's an extra dot between disk and Going. -- This message was sent by Atlassian Jira (v8.20.10#820010)