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

License not loaded from raft after snapshot restore (Enterprise) #8737

Closed
drewbailey opened this issue Aug 25, 2020 · 1 comment
Closed

License not loaded from raft after snapshot restore (Enterprise) #8737

drewbailey opened this issue Aug 25, 2020 · 1 comment
Labels
theme/enterprise Issues related to Enterprise features type/bug

Comments

@drewbailey
Copy link
Contributor

If a nomad enterprise server is running, there is a situation where the license manager may not received the stored license from raft if it comes from a Snapshot restore.

The flow for this to happen is roughly:

  • Server starts up and restores raft state during start up
  • License manager queries raft for license -> finds no license
  • Server receives a remote snapshot and restores the snapshot
  • This snapshot contains the enterprise license
  • License manager does not receive notification of the snapshot restore so it fails to receive the updated license
@drewbailey drewbailey added theme/enterprise Issues related to Enterprise features type/bug labels Aug 25, 2020
@github-actions
Copy link

github-actions bot commented Nov 2, 2022

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
theme/enterprise Issues related to Enterprise features type/bug
Projects
None yet
Development

No branches or pull requests

1 participant