redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!

Home Page:https://redpanda.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Failure (oversized allocation) in `TieredStorageIoStressTest.test_io_stress`

vbotbuildovich opened this issue · comments

https://buildkite.com/redpanda/vtools/builds/15041

Module: rptest.scale_tests.tiered_storage_io_stress_test
Class: TieredStorageIoStressTest
Method: test_io_stress
Arguments: {
    "segment_size": 134217728,
    "interval_uploads": false,
    "cloud_storage_type": 1
}
test_id:    TieredStorageIoStressTest.test_io_stress
status:     FAIL
run time:   269.110 seconds

<BadLogLines nodes=ip-172-31-7-72(2) example="WARN  2024-06-26 02:02:00,755 [shard 1:main] seastar_memory - oversized allocation: 458752 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at 0x85f5a8b 0x82e1deb 0x82ecf5f 0x848d4c3 0x84935ef 0x848b28f 0x841efd3 0x83ada57 0x83f5ae3 0x833369f /opt/redpanda/lib/libc.so.6+0x96797 /opt/redpanda/lib/libc.so.6+0x101b4b">
Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 276, in run_test
    return self.test_context.function(self.test)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/mark/_mark.py", line 535, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 190, in wrapped
    redpanda.raise_on_bad_logs(
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1570, in raise_on_bad_logs
    lsearcher.search_logs(_searchable_nodes)
  File "/home/ubuntu/redpanda/tests/rptest/services/utils.py", line 197, in search_logs
    raise BadLogLines(bad_loglines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=ip-172-31-7-72(2) example="WARN  2024-06-26 02:02:00,755 [shard 1:main] seastar_memory - oversized allocation: 458752 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at 0x85f5a8b 0x82e1deb 0x82ecf5f 0x848d4c3 0x84935ef 0x848b28f 0x841efd3 0x83ada57 0x83f5ae3 0x833369f /opt/redpanda/lib/libc.so.6+0x96797 /opt/redpanda/lib/libc.so.6+0x101b4b">

JIRA Link: CORE-4560