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

QTPFS Path Repair #1550

Merged
merged 4 commits into from
Jun 27, 2024
Merged

QTPFS Path Repair #1550

merged 4 commits into from
Jun 27, 2024

Conversation

lostsquirrel1
Copy link
Collaborator

QTPFS Path Repair tracks damage to paths, not just whether a path was damaged, so that when it is time to repath, only the damaged portion needs to be be repathed. This repath is constrained in area to avoid creating bad paths such as forcing the reconnection if it is more appropriate to do a full repath. The pathing system will switch to using a full repath if it isn't appropriate to repair or it can't feasibly repair the path.

This change is intended to reduce the time needed to update paths in response to damage. Previously the whole remainign path had to be recalculated starting from where the owner had got to.

@lostsquirrel1 lostsquirrel1 merged commit b58eef4 into BAR105 Jun 27, 2024
1 check passed
@lostsquirrel1 lostsquirrel1 deleted the BAR105-qtpfs_repair_path branch June 27, 2024 17:53
github-actions bot pushed a commit that referenced this pull request Jun 28, 2024
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.

1 participant