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 connection_limits_test.ConnectionLimitsTest.test_exceed_broker_limit #4244

Closed
gousteris opened this issue Apr 11, 2022 · 3 comments
Assignees

Comments

@gousteris
Copy link
Contributor

bk ref: https://buildkite.com/redpanda/redpanda/builds/8828#f46e6a91-645d-4038-94bd-523279d7b722/1549-7592

test_id:    rptest.tests.connection_limits_test.ConnectionLimitsTest.test_exceed_broker_limit
--
  | status:     FAIL
  | run time:   10 minutes 49.744 seconds
  |  
  |  
  | TimeoutError("Timed out waiting 600 seconds for service nodes to finish. These nodes are still alive: ['RpkConsumer-1-140698042092656 node 1 on docker_n_21']")
  | 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 227, in run_test
  | return self.test_context.function(self.test)
  | File "/root/tests/rptest/services/cluster.py", line 35, in wrapped
  | r = f(self, *args, **kwargs)
  | File "/root/tests/rptest/tests/connection_limits_test.py", line 66, in test_exceed_broker_limit
  | c.wait()
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/services/background_thread.py", line 72, in wait
  | super(BackgroundThreadService, self).wait(timeout_sec)
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/services/service.py", line 267, in wait
  | raise TimeoutError("Timed out waiting %s seconds for service nodes to finish. " % str(timeout_sec)
  | ducktape.errors.TimeoutError: Timed out waiting 600 seconds for service nodes to finish. These nodes are still alive: ['RpkConsumer-1-140698042092656 node 1 on docker_n_21']
@LenaAn
Copy link
Contributor

LenaAn commented Jul 25, 2022

@VadimPlh does it look similar to #5276? Do you think #5375 will help here?

@VadimPlh
Copy link
Contributor

@VadimPlh does it look similar to #5276? Do you think #5375 will help here?

I think not
It is another test. We have different services for connection_limit and connection_rate_limit

@LenaAn
Copy link
Contributor

LenaAn commented Jul 26, 2022

doesn't look like redpanda bug, rpk consumer just failed to stop in 600 seconds

also happened only once in a long time, so closing as won't fix

@LenaAn LenaAn closed this as not planned Won't fix, can't repro, duplicate, stale Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants