chia7712 commented on code in PR #21161:
URL: https://github.com/apache/kafka/pull/21161#discussion_r2630540388
##########
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:
As I described in https://issues.apache.org/jira/browse/KAFKA-20000, the
performance regression is caused by the backoff logic. Therefore, I suggest
fixing the underlying issue instead of increasing the timeout.
--
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]