You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/05/28 00:16:18 UTC

[GitHub] [kafka] bob-barrett commented on a change in pull request #8736: KAFKA-9802; Increase transaction timeout in system tests to reduce flakiness

bob-barrett commented on a change in pull request #8736:
URL: https://github.com/apache/kafka/pull/8736#discussion_r431512735



##########
File path: tests/kafkatest/tests/core/transactions_test.py
##########
@@ -47,7 +47,7 @@ def __init__(self, test_context):
         self.num_output_partitions = 3
         self.num_seed_messages = 100000
         self.transaction_size = 750
-        self.transaction_timeout = 10000
+        self.transaction_timeout = 30000

Review comment:
       If the producer can block for up to 30 seconds, do we want a slightly longer transaction timeout, just to have some buffer?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org