FrancisGodinho commented on code in PR #21161:
URL: https://github.com/apache/kafka/pull/21161#discussion_r2621619245
##########
tests/kafkatest/tests/core/transactions_upgrade_test.py:
##########
@@ -179,7 +179,7 @@ def copy_messages_transactionally_during_upgrade(self,
input_topic, output_topic
self.perform_upgrade(from_kafka_version)
- copier_timeout_sec = 180
+ copier_timeout_sec = 360
Review Comment:
Note: due to timeouts and re-creation of producer, this copier_timeout
needed to be increased. I experimented a bit and found that 360s was a
consistently reliable value.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]