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 (key symptom) in `RandomNodeOperationsTest.test_node_operations`

vbotbuildovich opened this issue · comments

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

Module: rptest.tests.random_node_operations_test
Class: RandomNodeOperationsTest
Method: test_node_operations
Arguments: {
    "num_to_upgrade": 3,
    "enable_failures": false,
    "with_tiered_storage": true
}
test_id:    RandomNodeOperationsTest.test_node_operations
status:     FAIL
run time:   2927.890 seconds

<BadLogLines nodes=ip-172-31-11-48(2) example="ERROR 2024-06-11 22:45:32,847 [shard 0:clus] assert - Assert failure: (/var/lib/buildkite-agent/builds/buildkite-arm64-builders-i-03bcb492b0ba54eba-1/redpanda/redpanda/src/v/raft/mux_state_machine.h:344) 'it != _results.end()' last applied offset 1991 is greater than returned replicate result 1991. this must imply existence of a result in results map">
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 1565, 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-11-48(2) example="ERROR 2024-06-11 22:45:32,847 [shard 0:clus] assert - Assert failure: (/var/lib/buildkite-agent/builds/buildkite-arm64-builders-i-03bcb492b0ba54eba-1/redpanda/redpanda/src/v/raft/mux_state_machine.h:344) 'it != _results.end()' last applied offset 1991 is greater than returned replicate result 1991. this must imply existence of a result in results map">

JIRA Link: CORE-4188

Duplicate of #19632