redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

CI Failure (`seastar::gate_closed_exception` in fetch) in `PartitionMoveInterruption.test_cancelling_partition_move_x_core`

Open vbotbuildovich opened this issue 1 year ago • 1 comments
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)">

vbotbuildovich avatar Feb 13 '24 20:02 vbotbuildovich

May not be enterprise, but we'll start there because exception caught in fetch

michael-redpanda avatar Feb 15 '24 19:02 michael-redpanda

*https://buildkite.com/redpanda/redpanda/builds/45226

vbotbuildovich avatar Feb 23 '24 00:02 vbotbuildovich

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.

dotnwat avatar Feb 27 '24 06:02 dotnwat