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

Team trackers for bad teams that contain a removed servers must be cancelled #2380

Merged
merged 4 commits into from Nov 22, 2019

Conversation

etschannen
Copy link
Contributor

No description provided.

…be cancelled or the cluster will falsely report those teams as failed
@@ -2462,6 +2462,14 @@ struct DDTeamCollection : ReferenceCounted<DDTeamCollection> {
traceAllInfo();
}

for (int t = 0; t < badTeams.size(); t++) {
Copy link
Contributor

Choose a reason for hiding this comment

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

In case this creates slow task, we can add badTeams field into TCTeamInfo and assign badTeam to its server's TCTeamInfo. Then we can quickly cancel it.

@etschannen etschannen merged commit 66ac949 into apple:release-6.2 Nov 22, 2019
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.

None yet

2 participants