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

hinted handoff: Segmentation fault before migration to host ID #18649

Closed
dawmd opened this issue May 13, 2024 · 0 comments · Fixed by #18650
Closed

hinted handoff: Segmentation fault before migration to host ID #18649

dawmd opened this issue May 13, 2024 · 0 comments · Fixed by #18650
Assignees
Labels
area/hinted handoff Issues related to Hinted Handoff Backport candidate backport/none Backport is not required bug
Milestone

Comments

@dawmd
Copy link
Contributor

dawmd commented May 13, 2024

If hinted handoff is still IP-based and there is a hint directory representing an IP without a corresponding mapping to a host ID in locator::token_metadata, an attempt to initialize its endpoint manager will result in a segmentation fault.

The flawed fragment (manager::initialize_endpoint_managers):

const locator::host_id host_id = maybe_host_id_or_ep->resolve_id(*tmptr);
@dawmd dawmd added bug area/hinted handoff Issues related to Hinted Handoff backport/none Backport is not required labels May 13, 2024
@dawmd dawmd self-assigned this May 13, 2024
@piodul piodul self-assigned this May 13, 2024
@piodul piodul added this to the 6.0 milestone May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hinted handoff Issues related to Hinted Handoff Backport candidate backport/none Backport is not required bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants