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

CI Failure (NOT_COORDINATOR) in EndToEndTopicRecovery.test_restore_with_aborted_tx #6328

Closed
rystsov opened this issue Sep 7, 2022 · 0 comments · Fixed by #6366
Closed

CI Failure (NOT_COORDINATOR) in EndToEndTopicRecovery.test_restore_with_aborted_tx #6328

rystsov opened this issue Sep 7, 2022 · 0 comments · Fixed by #6366
Assignees
Labels
area/cloud-storage Shadow indexing subsystem area/transactions ci-failure kind/bug Something isn't working pr-blocker CI failures blocking a PR from being merged

Comments

@rystsov
Copy link
Contributor

rystsov commented Sep 7, 2022

https://buildkite.com/redpanda/redpanda/builds/15094#018317d5-4e41-4efb-81d2-c0e42792a3c9

Module: rptest.tests.e2e_topic_recovery_test
Class:  EndToEndTopicRecovery
Method: test_restore_with_aborted_tx
Arguments:
{
  "recovery_overrides": {}
}
test_id:    rptest.tests.e2e_topic_recovery_test.EndToEndTopicRecovery.test_restore_with_aborted_tx.recovery_overrides=
status:     FAIL
run time:   10.299 seconds

    KafkaException(KafkaError{code=NOT_COORDINATOR,val=16,str="Failed to initialize Producer ID: Broker: Not coordinator"})
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/mark/_mark.py", line 476, 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/e2e_topic_recovery_test.py", line 212, in test_restore_with_aborted_tx
    producer = Producer(self.redpanda.brokers(), "topic-recovery-tx-test",
  File "/root/tests/rptest/utils/si_utils.py", line 287, in __init__
    self.reconnect()
  File "/root/tests/rptest/utils/si_utils.py", line 298, in reconnect
    self.producer.init_transactions()
cimpl.KafkaException: KafkaError{code=NOT_COORDINATOR,val=16,str="Failed to initialize Producer ID: Broker: Not coordinator"}
@rystsov rystsov added kind/bug Something isn't working ci-failure pr-blocker CI failures blocking a PR from being merged labels Sep 7, 2022
@mmedenjak mmedenjak added area/transactions area/cloud-storage Shadow indexing subsystem labels Sep 8, 2022
rystsov added a commit to rystsov/redpanda that referenced this issue Sep 12, 2022
the fix adds retries to give a transactional coordinator to elect
a leader after a cluster is started to prevent NOT_COORDINATOR

fixes redpanda-data#6328
ballard26 pushed a commit to ballard26/redpanda that referenced this issue Sep 27, 2022
the fix adds retries to give a transactional coordinator to elect
a leader after a cluster is started to prevent NOT_COORDINATOR

fixes redpanda-data#6328
ballard26 pushed a commit to ballard26/redpanda that referenced this issue Sep 29, 2022
the fix adds retries to give a transactional coordinator to elect
a leader after a cluster is started to prevent NOT_COORDINATOR

fixes redpanda-data#6328
ballard26 pushed a commit to ballard26/redpanda that referenced this issue Oct 3, 2022
the fix adds retries to give a transactional coordinator to elect
a leader after a cluster is started to prevent NOT_COORDINATOR

fixes redpanda-data#6328
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-storage Shadow indexing subsystem area/transactions ci-failure kind/bug Something isn't working pr-blocker CI failures blocking a PR from being merged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants