Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate under replicated metric after consumer is done #6184

Merged
merged 2 commits into from
Aug 23, 2022

Conversation

mmaslankaprv
Copy link
Member

Cover letter

Change the order of validation in full node recovery test. Now we first
wait for all the messages to be consumed and only then check if recovery
has finished. The change does not change the invariants validated in
test but allow it to finish earlier.

Fixes: #6151

Fixes #ISSUE-NUMBER, Fixes #ISSUE-NUMBER, ...

Backport Required

  • not a bug fix
  • papercut/not impactful enough to backport
  • v22.2.x
  • v22.1.x
  • v21.11.x

UX changes

Describe in plain language how this PR affects an end-user. What topic flags, configuration flags, command line flags, deprecation policies etc are added/changed.

Release notes

  • none

Change the order of validation in full node recovery test. Now we first
wait for all the messages to be consumed and only then check if recovery
has finished. The change does not change the invariants validated in
test but allow it to finish earlier.

Fixes: redpanda-data#6151

Signed-off-by: Michal Maslanka <michal@redpanda.com>
When one of the nodes is isolated from the other it may be the case that
rpk will always contact the isolated node when requesting cluster
metadata, first node to contact is selected randomly.
To give it more chance to ask other nodes made querying more
often and increased a timeout.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
@mmaslankaprv
Copy link
Member Author

CI failure: #4702

@rystsov
Copy link
Contributor

rystsov commented Aug 23, 2022

I'm going to rebase and test it change before merging in

@rystsov rystsov mentioned this pull request Aug 23, 2022
5 tasks
@rystsov rystsov merged commit 8673105 into redpanda-data:dev Aug 23, 2022
@abhijat
Copy link
Contributor

abhijat commented Sep 30, 2022

/backport v22.2.x

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests ci-failure kind/bug Something isn't working pr-blocker CI failures blocking a PR from being merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI Failure in FullNodeRecoveryTest.test_node_recovery
4 participants