Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

KIP-939 will be introducing Kafka’s support for distributed two phase commit transactions. Unlike regular transactional writes, Kafka’s transaction coordinator does not enforce a maximum time duration after which it will abort a distributed transaction. This opens up a set of transactions that can legitimately run beyond the maximum configured time limit. Tooling should be enhanced to provide detection for such long running transactions.

https://issues.apache.org/jira/browse/

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
key
KAFKA-15546
reported a bug where tooling reports incorrect run duration for completed transactions. This gives us an opportunity to add information about the time of last state change which can be useful to analyze stale transactions.

...