Skip to content

KAFKA-12284: increase request timeout to make tests reliable#10541

Closed
showuon wants to merge 1 commit intoapache:trunkfrom
showuon:KAFKA-12284
Closed

KAFKA-12284: increase request timeout to make tests reliable#10541
showuon wants to merge 1 commit intoapache:trunkfrom
showuon:KAFKA-12284

Conversation

@showuon
Copy link
Copy Markdown
Member

@showuon showuon commented Apr 15, 2021

The MirrorConnectorsIntegrationTests recently failed with

TimeoutException: The request timed out.

quite frequently. After investigation, the reason is the createTopic in the server doesn't complete within request.timeout.ms (default to 30 seconds). It makes sense that the server is pretty slow during 2 connector cluster (primary and backup) started at the same time. We increase the timeout value to 60 seconds to make the tests reliable.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@showuon
Copy link
Copy Markdown
Member Author

showuon commented Apr 15, 2021

@mimaison @ning2008wisc , please help review this PR. Thanks.

@showuon
Copy link
Copy Markdown
Member Author

showuon commented Apr 15, 2021

Need to rework. Close it first.

@showuon showuon closed this Apr 15, 2021
@showuon
Copy link
Copy Markdown
Member Author

showuon commented Apr 16, 2021

new PR: #10547

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant