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

Compute Nodes broadcast NodeInfo with unknown approval status which overrides previous approvals/rejections #3783

Closed
frrist opened this issue Apr 11, 2024 · 0 comments · Fixed by #3785
Assignees
Labels
type/bug Type: Something is not working as expected
Milestone

Comments

@frrist
Copy link
Member

frrist commented Apr 11, 2024

Auto-approved/pending nodes receive unknown status since compute nodes broadcast empty approval state to requester node. There are several solutions to address this:

  • shoe-horn in a fix to the requester that ignores the status from compute nodes
  • remove the approval state and connected state from the NodeInfo structure as details are unknown to compute node. It's only relevant in the context of a requester node.
@frrist frrist added the type/bug Type: Something is not working as expected label Apr 11, 2024
@frrist frrist added this to the Release v1.3.1 milestone Apr 11, 2024
frrist pushed a commit that referenced this issue Apr 11, 2024
- fixes #3783
- Introduces NodeState type used to track NodeInfo, Liveness, and
  Acceptance. Removes the idea of Livenss and Acceptance from data sent
  by compute nodes to the Requester(s) since compute nodes should not
  influence their Liveness or Acceptance. Those are values related to
  the Requesters view of the network.
frrist pushed a commit that referenced this issue Apr 18, 2024
- fixes #3783
- Introduces NodeState type used to track NodeInfo, Liveness, and
  Acceptance. Removes the idea of Livenss and Acceptance from data sent
  by compute nodes to the Requester(s) since compute nodes should not
  influence their Liveness or Acceptance. Those are values related to
  the Requesters view of the network.
frrist added a commit that referenced this issue Apr 18, 2024
- fixes #3783
- Introduces NodeState type used to track NodeInfo, Connection, and Membershio. Removes the idea of Connection and Membership from data sent by compute nodes to the Requester(s) since compute nodes should not
influence their Connection state or mmembership. Those are values related to the
Requesters view of the network.

---------

Co-authored-by: frrist <forrest@expanso.io>
aronchick pushed a commit that referenced this issue Apr 27, 2024
- fixes #3783
- Introduces NodeState type used to track NodeInfo, Connection, and Membershio. Removes the idea of Connection and Membership from data sent by compute nodes to the Requester(s) since compute nodes should not
influence their Connection state or mmembership. Those are values related to the
Requesters view of the network.

---------

Co-authored-by: frrist <forrest@expanso.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: Something is not working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants