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

Unknown property partition_autobalancing_mode in UpgradeFromSpecificVersion.test_basic_upgrade #5437

Closed
rystsov opened this issue Jul 12, 2022 · 0 comments · Fixed by #5440
Closed
Assignees

Comments

@rystsov
Copy link
Contributor

rystsov commented Jul 12, 2022

Module: rptest.tests.upgrade_test
Class:  UpgradeFromSpecificVersion
Method: test_basic_upgrade
[DEBUG - 2022-07-12 18:50:53,316 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:50:54,319 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:50:55,321 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:50:56,323 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:50:57,326 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:50:58,328 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:50:59,330 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:00,333 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:01,335 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:02,338 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:03,340 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:04,342 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:05,345 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:06,348 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:07,350 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:08,352 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:09,355 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:10,358 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:11,360 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
[DEBUG - 2022-07-12 18:51:12,363 - redpanda - is_status_ready - lineno:812]: node docker-rp-6 not yet accepting connections
...
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 133, in run
    self.setup_test()
  File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 218, in setup_test
    self.test.setup()
  File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/test.py", line 91, in setup
    self.setUp()
  File "/root/tests/rptest/tests/upgrade_test.py", line 35, in setUp
    super(UpgradeFromSpecificVersion, self).setUp()
  File "/root/tests/rptest/tests/redpanda_test.py", line 103, in setUp
    self.redpanda.start()
  File "/root/tests/rptest/services/redpanda.py", line 615, in start
    self.start_node(node)
  File "/root/tests/rptest/services/redpanda.py", line 837, in start_node
    self.start_service(node, start_rp)
  File "/root/tests/rptest/services/redpanda.py", line 857, in start_service
    start()
  File "/root/tests/rptest/services/redpanda.py", line 828, in start_rp
    wait_until(
  File "/usr/local/lib/python3.9/dist-packages/ducktape/utils/util.py", line 58, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError: Redpanda service docker-rp-6 failed to start within 20 sec

When we check docker-rp-6's logs we see

INFO  2022-07-12 18:50:53,664 [shard 0] redpanda::main - application.cc:205 - Failure during startup: std::invalid_argument (Unknown property partition_autobalancing_mode)

it is caused by partition_autobalancing_mode was added in #5371

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

Successfully merging a pull request may close this issue.

3 participants