raokrutarth / manufacturing-os

A POC distributed operating system for geo-seperated automotive manufacturing
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Cluster changes are not persisted i.e. our system doesn't persist killed nodes, node updates, etc #127

Open nishantrai18 opened 4 years ago

nishantrai18 commented 4 years ago

Critical bug

Cluster changes are not persisted i.e. our system doesn't persist killed nodes, node updates, etc

raokrutarth commented 4 years ago

what would be the use of persisting cluster changes?

nishantrai18 commented 4 years ago

Right now, there's no shared state i.e. we need to inform nodes of other nodes dying, crashing, updating their dependencies. The last one is an extra, but right now even the first cases do not work.