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 (Exceptional future ignored: seastar::broken_named_semaphore) in ClusterConfigAliasTest.test_aliasing_with_upgrade #15706

Closed
vbotbuildovich opened this issue Dec 16, 2023 · 5 comments
Labels
area/storage auto-triaged used to know which issues have been opened from a CI job ci-failure sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages

Comments

@vbotbuildovich
Copy link
Collaborator

https://buildkite.com/redpanda/redpanda/builds/42828

Module: rptest.tests.cluster_config_test
Class: ClusterConfigAliasTest
Method: test_aliasing_with_upgrade
Arguments: {
    "prop_set": [
        "log_retention_ms",
        "delete_retention_ms",
        [
            23,
            3
        ],
        [
            1000000,
            300000,
            500000
        ]
    ],
    "wipe_cache": false
}
test_id:    ClusterConfigAliasTest.test_aliasing_with_upgrade
status:     FAIL
run time:   66.022 seconds

<BadLogLines nodes=docker-rp-1(1) example="WARN  2023-12-15 05:04:35,495 [shard 0] seastar - Exceptional future ignored: seastar::broken_named_semaphore (Semaphore broken: mutex), backtrace: 0x71c6b23 0x6e28f59 0x4fc2f46 0x4bfeb99 0x4c01019 0x6f0341f 0x6f06ac1 0x6f03c86 0x6e06210 0x6e04608 0x21d67c5 0x726f8db /opt/redpanda/lib/libc.so.6+0x2d58f /opt/redpanda/lib/libc.so.6+0x2d648 0x21d0424">
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 269, in run_test
    return self.test_context.function(self.test)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/mark/_mark.py", line 481, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/root/tests/rptest/services/cluster.py", line 142, in wrapped
    redpanda.raise_on_bad_logs(
  File "/root/tests/rptest/services/redpanda.py", line 1321, in raise_on_bad_logs
    raise BadLogLines(bad_lines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=docker-rp-1(1) example="WARN  2023-12-15 05:04:35,495 [shard 0] seastar - Exceptional future ignored: seastar::broken_named_semaphore (Semaphore broken: mutex), backtrace: 0x71c6b23 0x6e28f59 0x4fc2f46 0x4bfeb99 0x4c01019 0x6f0341f 0x6f06ac1 0x6f03c86 0x6e06210 0x6e04608 0x21d67c5 0x726f8db /opt/redpanda/lib/libc.so.6+0x2d58f /opt/redpanda/lib/libc.so.6+0x2d648 0x21d0424">
@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels Dec 16, 2023
@michael-redpanda michael-redpanda changed the title CI Failure (key symptom) in ClusterConfigAliasTest.test_aliasing_with_upgrade CI Failure (Exceptional future ignored: seastar::broken_named_semaphore) in ClusterConfigAliasTest.test_aliasing_with_upgrade Dec 16, 2023
@dotnwat
Copy link
Member

dotnwat commented Dec 16, 2023

Adding storage since Andrea has been working on config alias issues lately.

@vbotbuildovich
Copy link
Collaborator Author

@vbotbuildovich
Copy link
Collaborator Author

@nvartolomei
Copy link
Contributor

The error was logged in a test that was exercising upgrade from 23.2. The fix for 23.2 was merged in #15597

@nvartolomei nvartolomei added the sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/storage auto-triaged used to know which issues have been opened from a CI job ci-failure sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages
Projects
None yet
Development

No branches or pull requests

3 participants