hjtiun852 opened a new pull request, #22931: URL: https://github.com/apache/kafka/pull/22931
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 add connect.requestTimeout(1000) to speed it up. The timeout has to be set after every addWorker() call since a new worker starts with the default 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]
