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 (consumer timed out waiting for offsets) in ControllerLogLimitPartitionBalancerTests.test_partition_balancer_with_limits #10789

Closed
dlex opened this issue May 16, 2023 · 1 comment
Labels

Comments

@dlex
Copy link
Contributor

dlex commented May 16, 2023

(19/69 runs)

Module: rptest.tests.controller_log_limiting_test
Class:  ControllerLogLimitPartitionBalancerTests
Method: test_partition_balancer_with_limits
test_id:    rptest.tests.controller_log_limiting_test.ControllerLogLimitPartitionBalancerTests.test_partition_balancer_with_limits
status:     FAIL
run time:   2 minutes 52.469 seconds
 
    TimeoutError("Consumer failed to consume up to offsets {TopicPartition(topic='topic-pnwnfwpegc', partition=94): 132, TopicPartition(topic='topic-pnwnfwpegc', partition=52): 287, TopicPartition(topic='topic-pnwnfwpegc', partition=63): 108, ....
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 "/root/tests/rptest/services/cluster.py", line 49, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/controller_log_limiting_test.py", line 415, in test_partition_balancer_with_limits
    self.run_validation(consumer_timeout_sec=CONSUMER_TIMEOUT)
  File "/root/tests/rptest/tests/end_to_end.py", line 269, in run_validation
    self.run_consumer_validation(
  File "/root/tests/rptest/tests/end_to_end.py", line 290, in run_consumer_validation
    self.await_consumed_offsets(last_acked_offsets,
  File "/root/tests/rptest/tests/end_to_end.py", line 221, in await_consumed_offsets
    wait_until(
  File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 57, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception

Similar to #10502 but in a different test. The tests look really similar too. Posting as a separate issue for visibility.

@dlex dlex added kind/bug Something isn't working ci-failure labels May 16, 2023
@piyushredpanda
Copy link
Contributor

Most likely was just the debug slowness; closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants