redpanda
redpanda copied to clipboard
CI Failure (`seastar::gate_closed_exception` in fetch) in `PartitionMoveInterruption.test_cancelling_partition_move_x_core`
trafficstars
https://buildkite.com/redpanda/redpanda/builds/44934
Module: rptest.tests.partition_move_interruption_test
Class: PartitionMoveInterruption
Method: test_cancelling_partition_move_x_core
Arguments: {
"recovery": "restart_recovery",
"compacted": true,
"unclean_abort": true,
"replication_factor": 1
}
test_id: PartitionMoveInterruption.test_cancelling_partition_move_x_core
status: FAIL
run time: 117.358 seconds
<BadLogLines nodes=docker-rp-4(1) example="ERROR 2024-02-09 07:10:01,495 [shard 0:fetc] kafka - fetch.cc:1171 - unknown exception thrown: seastar::gate_closed_exception (gate closed)">
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 173, in wrapped
redpanda.raise_on_bad_logs(
File "/root/tests/rptest/services/redpanda.py", line 1412, in raise_on_bad_logs
raise BadLogLines(bad_lines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=docker-rp-4(1) example="ERROR 2024-02-09 07:10:01,495 [shard 0:fetc] kafka - fetch.cc:1171 - unknown exception thrown: seastar::gate_closed_exception (gate closed)">
May not be enterprise, but we'll start there because exception caught in fetch
*https://buildkite.com/redpanda/redpanda/builds/45226
So, this can be considered a duplicate of https://github.com/redpanda-data/redpanda/issues/16532 and was resolved by https://github.com/redpanda-data/redpanda/pull/16554.