You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2021/07/16 18:22:00 UTC

[jira] [Created] (KAFKA-13099) Message too large error when expiring transactionalIds

Jason Gustafson created KAFKA-13099:
---------------------------------------

             Summary: Message too large error when expiring transactionalIds
                 Key: KAFKA-13099
                 URL: https://issues.apache.org/jira/browse/KAFKA-13099
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson
            Assignee: Jason Gustafson


We have seen a couple reports of MESSAGE_TOO_LARGE errors when writing tombstones for expired transactionalIds. This is possible because we collect all expired IDs into a single batch. We should ensure that the created batches are smaller than the max message size. Any expired IDs that cannot fit can be expired later.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)