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

Implement sync protocol between Policy Store and Data Storage Node(s) #4

Open
aakashysharma opened this issue Apr 30, 2021 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@aakashysharma
Copy link
Collaborator

A data storage node or node may join or leave the network at any time. The Policy Store (PS) keeps a track of datasets that are available in the network along with their policies. There might be situations where a node is down while PS issues an update for the dataset at the node. If more gossips are introduced in the network, it is likely that the node is out-of-sync with the PS. In such cases, when the node joins again, there should be attempts to sync up.

@aakashysharma aakashysharma added the enhancement New feature or request label Apr 30, 2021
@aakashysharma aakashysharma changed the title [FR] Implement sync protocol between Policy Store and Data Storage Node Implement sync protocol between Policy Store and Data Storage Node Apr 30, 2021
@aakashysharma aakashysharma changed the title Implement sync protocol between Policy Store and Data Storage Node Implement sync protocol between Policy Store and Data Storage Node(s) Apr 30, 2021
@tomcat-bit tomcat-bit added this to To do in Lohpi May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Lohpi
To do
Development

No branches or pull requests

1 participant