-
Notifications
You must be signed in to change notification settings - Fork 593
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 exceptional future ignored) in PartitionMoveInterruption.test_cancelling_partition_move_x_core
#14149
Comments
Backtrace indicates some lambda with a temporary buffer
|
Exceptional future ignored should really always start off at sev/medium. It can often indicate a logic error where error handling is skipped. In this particular case I think the biggest clue is the type of exception that is being ignored. Normally it can be hard to track down the ignored exception because it is something very generic like "gate_closed_exception". But in this case it's pretty clear. A service is being accessed that was either not started or had been stopped.
@rockwotj i'm not sure this would be any of your stuff if it isn't "hooked up" yet, but I do recall one of your PRs recently in which in the admin server (IIRC) you were checking if a service had been initialized, presumably because the HTTP request might race with application start up? |
It's not my stuff, that's not running yet. I believe you're referring to redpanda/src/v/redpanda/admin_server.cc Line 5852 in c61c05e
Based on that exception: https://github.com/scylladb/seastar/blob/4dc3871ed9f32816e7a03895e98c86a5502d980f/include/seastar/core/sharded.hh#L520C2-L520C2 I would venture to guess this was introduced in https://github.com/redpanda-data/redpanda/pull/12021/files#diff-397a29fc3f287cdaabfb356be3e66125970a6c66c437fa49259b08ef5289362a or someone is using that sharded service wrong (accessing it before it's been started (or after it's stopped which is more likely). |
good call. look suspicious @BenPope ? |
Similar/same: #13278? |
Assigning enterprise team since sharded was Ben's thing? In reality this is probably a user of it in application.cc shutdown so it might need to be tossed over somewhere lese. |
Not seen in at least two months, closing |
https://buildkite.com/redpanda/redpanda/builds/38786
JIRA Link: CORE-1505
The text was updated successfully, but these errors were encountered: