You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Alex Sorokoumov (Jira)" <ji...@apache.org> on 2023/01/19 00:35:00 UTC

[jira] [Created] (KAFKA-14638) Documentation for transaction.timeout.ms should be more precise

Alex Sorokoumov created KAFKA-14638:
---------------------------------------

             Summary: Documentation for transaction.timeout.ms should be more precise
                 Key: KAFKA-14638
                 URL: https://issues.apache.org/jira/browse/KAFKA-14638
             Project: Kafka
          Issue Type: Bug
            Reporter: Alex Sorokoumov
            Assignee: Alex Sorokoumov


The documentation for {{transaction.timeout.ms}} is

{quote}
The maximum amount of time in ms that the transaction coordinator will wait for a transaction status update from the producer before proactively aborting the ongoing transaction. If this value is larger than the transaction.max.timeout.ms setting in the broker, the request will fail with a <code>InvalidTxnTimeoutException</code> error.
{quote}

It would be easier to reason about this timeout if the documentation would elaborate on when the timer starts ticking and under what circumstances it might reset.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)