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

Failure in consumer_offsets_migration_test.ConsumerOffsetsMigrationTest.test_migrating_consume_offsets.failures=True #4051

Closed
gousteris opened this issue Mar 21, 2022 · 9 comments · Fixed by #4095
Assignees
Labels
ci-failure kind/bug Something isn't working

Comments

@gousteris
Copy link
Contributor

gousteris commented Mar 21, 2022

bk ref:

test_id:    rptest.tests.consumer_offsets_migration_test.ConsumerOffsetsMigrationTest.test_migrating_consume_offsets.failures=True
--
  | status:     FAIL
  | run time:   1 minute 17.785 seconds
  |  
  |  
  | NodeNotReadyError()
  | Traceback (most recent call last):
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 135, in run
  | data = self.run_test()
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 215, in run_test
  | return self.test_context.function(self.test)
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/mark/_mark.py", line 433, in wrapper
  | return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  | File "/root/tests/rptest/services/cluster.py", line 35, in wrapped
  | r = f(self, *args, **kwargs)
  | File "/root/tests/rptest/tests/consumer_offsets_migration_test.py", line 130, in test_migrating_consume_offsets
  | wait_until(_consumer_offsets_present, timeout_sec=90, backoff_sec=3)
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/utils/util.py", line 53, in wait_until
  | raise e
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/utils/util.py", line 44, in wait_until
  | if condition():
  | File "/root/tests/rptest/tests/consumer_offsets_migration_test.py", line 127, in _consumer_offsets_present
  | self.client().describe_topic("__consumer_offsets"))
  | File "/root/tests/rptest/clients/default.py", line 101, in describe_topic
  | td = self.describe_topics([topic])
  | File "/root/tests/rptest/clients/default.py", line 94, in describe_topics
  | client = KafkaAdminClient(
  | File "/usr/local/lib/python3.9/dist-packages/kafka/admin/client.py", line 218, in __init__
  | self._refresh_controller_id()
  | File "/usr/local/lib/python3.9/dist-packages/kafka/admin/client.py", line 278, in _refresh_controller_id
  | controller_version = self._client.check_version(controller_id, timeout=(self.config['api_version_auto_timeout_ms'] / 1000))
  | File "/usr/local/lib/python3.9/dist-packages/kafka/client_async.py", line 909, in check_version
  | version = conn.check_version(timeout=remaining, strict=strict, topics=list(self.config['bootstrap_topics_filter']))
  | File "/usr/local/lib/python3.9/dist-packages/kafka/conn.py", line 1240, in check_version
  | raise Errors.NodeNotReadyError()
  | kafka.errors.NodeNotReadyError: NodeNotReadyError
  |  
@gousteris gousteris added kind/bug Something isn't working ci-failure labels Mar 21, 2022
@dotnwat
Copy link
Member

dotnwat commented Mar 21, 2022

@Lazin
Copy link
Contributor

Lazin commented Mar 22, 2022

@andrewhsu
Copy link
Member

another one here in this PR that did not have code changes: https://buildkite.com/redpanda/redpanda/builds/8351#85afac3d-7268-42a0-b035-e50bcda328c4/1530-7368

#4088

@VadimPlh
Copy link
Contributor

@ivotron ivotron added this to the v21.11.12 milestone Mar 24, 2022
@mmaslankaprv
Copy link
Member

working on it

@andrewhsu
Copy link
Member

/backport v21.11.x

@mmaslankaprv
Copy link
Member

This doesn't need a backport to v21.11.x, consumer offset feature is not present in v21 versions.

@andrewhsu
Copy link
Member

@gousteris
Copy link
Contributor Author

seen here https://buildkite.com/redpanda/redpanda/builds/8703 and seems that it failed after closing this issue @mmaslankaprv I might be confused can you double check please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-failure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants