You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
- 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.
- 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.
- 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>
- 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>
Auto-approved/pending nodes receive unknown status since compute nodes broadcast empty approval state to requester node. There are several solutions to address this:
NodeInfo
structure as details are unknown to compute node. It's only relevant in the context of a requester node.The text was updated successfully, but these errors were encountered: