Radius
  • Overview
    • Introduction
    • Secure Block Building (SBB)
    • Lighthouse
    • Roadmap
  • Alpha Engine
    • Introduction
    • Alpha Engine by Radius, Symbiotic, Avail
  • LINK
    • THERADIUS.XYZ
    • TWTTER
    • BLOG
    • GITHUB
Powered by GitBook
On this page
  1. Overview
  2. Secure Block Building (SBB)
  3. Tx_Orderer Cluster

Liveness

A key advantage of distributed systems is their fault tolerance. In the current architecture, since the main actions depend on the leader, a robust recovery mechanism is essential. This mechanism should ensure the system's liveness by:

  1. Quick Transition to a New Leader: Ensuring that a new leader can be quickly established if the current leader fails.

  2. Data Synchronization: Keeping data synchronized across all nodes to maintain continuous operation even during a leader transition.

These measures ensure the system remains operational and efficient, even in the event of a leader failure.

Last updated 10 months ago