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

Provide more accurate information as to why each task is in a specific state #11

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

DFINITYManu
Copy link
Collaborator

@DFINITYManu DFINITYManu commented Jul 31, 2024

Looks like this (see tooltip).

image

Thanks to this, we fixed another couple of corner cases in subnet information display.

Comment on lines 778 to 787
/*
// This is not an error condition anymore.
if (false) {
for (num, batch) in rollout.batches.iter() {
// This indicates a task pertaining to a batch was never processed.
for subnet in batch.subnets.iter() {
if subnet.state == SubnetRolloutState::Unknown {
error!(target:"frontend_api", "Subnet {} of batch {} in rollout {} was never processed by any task", subnet.subnet_id, num, rollout.name);
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove that. Thanks.

@DFINITYManu DFINITYManu merged commit 27e1daf into main Jul 31, 2024
3 checks passed
@DFINITYManu DFINITYManu deleted the moreinfo branch July 31, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants