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

Post submit tasks show In Process though they have finished #135513

Closed
keyonghan opened this issue Sep 26, 2023 · 5 comments
Closed

Post submit tasks show In Process though they have finished #135513

keyonghan opened this issue Sep 26, 2023 · 5 comments
Assignees
Labels
P0 Critical issues such as a build break or regression team-infra Owned by Infrastructure team

Comments

@keyonghan
Copy link
Contributor

This happens in different repositories, and is blocking tasks backfilling. Even block trees if any TOT task failed earlier.

Engine:
Screenshot 2023-09-26 at 10 58 19 AM
Framework:
Screenshot 2023-09-26 at 10 59 15 AM

Taking look at one build:
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20Framework%20Smoke%20Tests/14639/overview

We do see three processing entries, with the last one shows correct status update:
Updated datastore from In Progress to Succeeded

Screenshot 2023-09-26 at 11 01 53 AM

Sounds some issue from Datastore side.

@keyonghan keyonghan added team-infra Owned by Infrastructure team P0 Critical issues such as a build break or regression labels Sep 26, 2023
@keyonghan
Copy link
Contributor Author

Recovered Engine tree by manually marking the In Progress as Succeeded (validated that all In Progress tasks have finished with Success status.
Recovered Framework Tree by manually marking the In Progress as New, so the back filler can rerun them.

@keyonghan
Copy link
Contributor Author

Packages repo are hanging waiting for tasks to be scheduled.

Screenshot 2023-09-26 at 11 16 17 AM

Seems we have a big backlog of unacked messages in pub/sub:
Screenshot 2023-09-26 at 11 15 58 AM

Potential culprit: #135508 (comment)

Reducing the Subscription message retention duration from 4 days to 12 hr.

@vashworth
Copy link
Contributor

I have a framework PR that merged in ~ an hour ago but isn't showing up on the dashboard at all.
#135444

Not sure if it's related or not

@keyonghan keyonghan self-assigned this Sep 27, 2023
@keyonghan
Copy link
Contributor Author

Immediate issue has been recovered by staling outdated pub/sub messages.
Hanging tasks have been recovered.
The missing commit issue should be resolved by flutter/cocoon#3106.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P0 Critical issues such as a build break or regression team-infra Owned by Infrastructure team
Projects
None yet
Development

No branches or pull requests

2 participants