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 (BadLogLines seastar::abort_requested_exception (abort requested)) in ManyPartitionsTest.test_many_partitions_compacted #12723

Closed
andijcr opened this issue Aug 10, 2023 · 1 comment · Fixed by #12955
Assignees
Labels

Comments

@andijcr
Copy link
Contributor

andijcr commented Aug 10, 2023

https://buildkite.com/redpanda/vtools/builds/8807
https://buildkite.com/redpanda/vtools/builds/8831

Module: rptest.scale_tests.many_partitions_test
Class: ManyPartitionsTest
Method: test_many_partitions_compacted
test_id:    ManyPartitionsTest.test_many_partitions_compacted
status:     FAIL
run time:   798.623 seconds

<BadLogLines nodes=ip-172-31-55-7(21),ip-172-31-49-212(149),ip-172-31-53-41(21),ip-172-31-60-86(7),ip-172-31-50-212(25),ip-172-31-50-118(70),ip-172-31-53-7(26),ip-172-31-62-133(21) example="ERROR 2023-08-09 08:38:02,350 [shard 1] kafka - server.cc:154 - Error[applying protocol] remote address: 172.31.60.24:40686 - seastar::abort_requested_exception (abort requested)">
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 142, in wrapped
    redpanda.raise_on_bad_logs(
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1224, in raise_on_bad_logs
    raise BadLogLines(bad_lines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=ip-172-31-55-7(21),ip-172-31-49-212(149),ip-172-31-53-41(21),ip-172-31-60-86(7),ip-172-31-50-212(25),ip-172-31-50-118(70),ip-172-31-53-7(26),ip-172-31-62-133(21) example="ERROR 2023-08-09 08:38:02,350 [shard 1] kafka - server.cc:154 - Error[applying protocol] remote address: 172.31.60.24:40686 - seastar::abort_requested_exception (abort requested)">
@andijcr andijcr added kind/bug Something isn't working ci-failure labels Aug 10, 2023
@andijcr
Copy link
Contributor Author

andijcr commented Aug 10, 2023

same as #12722

StephanDollberg added a commit to StephanDollberg/redpanda that referenced this issue Aug 15, 2023
This allows us to differentiate the reason for an abort and also avoid
"expected" error logs.

Fixes redpanda-data#12722
Fixes redpanda-data#12723

Co-Authored-By: Ben Pope <[email protected]>
BenPope added a commit to BenPope/redpanda that referenced this issue Aug 23, 2023
This allows us to differentiate the reason for an abort and also avoid
"expected" error logs.

Fixes redpanda-data#12722
Fixes redpanda-data#12723

Co-Authored-By: Ben Pope <[email protected]>
BenPope added a commit to BenPope/redpanda that referenced this issue Aug 23, 2023
This allows us to differentiate the reason for an abort and also avoid
"expected" error logs.

Fixes redpanda-data#12722
Fixes redpanda-data#12723

Co-Authored-By: Ben Pope <[email protected]>
@BenPope BenPope self-assigned this Aug 23, 2023
BenPope pushed a commit to BenPope/redpanda that referenced this issue Aug 24, 2023
This allows us to differentiate the reason for an abort and also avoid
"expected" error logs.

Fixes redpanda-data#12722
Fixes redpanda-data#12723

Co-Authored-By: Ben Pope <[email protected]>
(cherry picked from commit 7cdb6c0)

Conflicts:
  src/v/net/connection.cc (includes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants