[
https://issues.apache.org/jira/browse/KAFKA-20830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-20830.
------------------------------------
Fix Version/s: 4.4.0
Resolution: Fixed
> speed up testFailToStartWhenInternalTopicsAreNotCompacted
> ---------------------------------------------------------
>
> Key: KAFKA-20830
> URL: https://issues.apache.org/jira/browse/KAFKA-20830
> Project: Kafka
> Issue Type: Test
> Reporter: Chia-Ping Tsai
> Assignee: Yun-Shao Chiang
> Priority: Minor
> Fix For: 4.4.0
>
>
> The test uses REST to verify the health of a dead worker, but the default
> timeout is 10 seconds. That means it takes 30 seconds (3 * 10 seconds) to
> complete all verifications for a run. So, we could simply add
> connect.requestTimeout(1000); to speed up the test.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)