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

Durable delta-CRDT states #8

Closed
2 tasks done
Laymer opened this issue Dec 12, 2018 · 1 comment
Closed
2 tasks done

Durable delta-CRDT states #8

Laymer opened this issue Dec 12, 2018 · 1 comment
Assignees
Labels
bug Something isn't working must have work in progress This issue is actively treated

Comments

@Laymer
Copy link
Member

Laymer commented Dec 12, 2018

As described by Almeida et al. in Delta State Replicated Data Types, the system model requires the following :

Nodes have access to durable storage; they can crash but will eventually recover with the content of the durable storage just before the crash occurred. Durable state is written atomically at each state transition.

  • Investigate possible use of the Lasp DETS storage backend
  • Mitigate DETS file corruption due to hardware shutdowns on GRiSP boards during execution (DETS files are empty after hard reset -> not_a_dets_file error is thrown when the Lasp storage backend attempts to open it)
@Laymer Laymer added must have work in progress This issue is actively treated labels Dec 12, 2018
@Laymer Laymer self-assigned this Dec 12, 2018
@Laymer Laymer added the bug Something isn't working label Dec 12, 2018
@Laymer
Copy link
Member Author

Laymer commented Dec 12, 2018

Delta state divergence can occur if the storage is not durable as nodes recover the mutations that happened during their downtime

@Laymer Laymer added this to the Stable memory footprint milestone Dec 19, 2018
@Laymer Laymer closed this as completed Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working must have work in progress This issue is actively treated
Projects
None yet
Development

No branches or pull requests

1 participant