Skip to content

Add link to Speculative global state sync to Azos.Locking#47

Open
zhabis wants to merge 1 commit into
theanalyst:masterfrom
zhabis:master
Open

Add link to Speculative global state sync to Azos.Locking#47
zhabis wants to merge 1 commit into
theanalyst:masterfrom
zhabis:master

Conversation

@zhabis
Copy link
Copy Markdown

@zhabis zhabis commented Nov 27, 2021

Added a link to speculative probability-based approach to global state synchronization in large distributed systems

Comment thread README.md
- [Paxos made live - An engineering perspective](http://research.google.com/archive/paxos_made_live.html) Google's learning while implementing systems atop of Paxos. Demonstrates various practical issues encountered while implementing a theoretical concept.
- [Raft Consensus Algorithm](https://raftconsensus.github.io/) An alternative to Paxos for distributed consensus, that is much simpler to understand. Do checkout an [interesting visualization of raft](http://thesecretlivesofdata.com/raft/)
- [Conflict-free Replicated Data Types](https://pages.lip6.fr/Marc.Shapiro/papers/RR-7687.pdf) presents an approach for Strong Eventual Consistency which as been applied in projects such as [Riak](http://basho.com/products/riak-kv/), [Redis](https://redis.io/) and [Akka](https://akka.io/). A great talk on the subject by Martin Kleppmann can be found [here](https://www.youtube.com/watch?v=B5NULPSiOGw)
- Speculative algorithms for global state synchronizations [Azos.Sky.Locking](https://github.com/azist/azos/tree/master/src/Azos.Sky/Locking) uses probability based QOS (Quality of Service)/Trust measure to ensure probability-based consensus. The approach avoids distributed state machine/phase synchronization and is very simple to understand and implement
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mentioned GitHub repo "https://github.com/azist/azos/tree/master/src/Azos.Sky/Locking" is not accessible. Could you please have a look and update?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants