Skip to content

aneoconsulting/ArmoniK.Spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArmoniK TLA+ Specification

Formal specification of ArmoniK's scheduling algorithm using TLA+

This repository contains the TLA+ specification for ArmoniK, a fault-tolerant, distributed scheduler designed to execute complex task graphs on elastic and unreliable infrastructures.

The goal of this specification is to:

  • Capture the core logic of ArmoniK in a precise and verifiable way
  • Validate key correctness and fault-tolerance properties
  • Improve confidence in the system's reliability and robustness

What is ArmoniK?

ArmoniK is a high-performance orchestration system for distributed DAG-based workloads. It efficiently schedules and executes tasks across dynamic and potentially crash-prone compute nodes.

What is TLA+?

TLA+ (Temporal Logic of Actions) is a formal specification language developed by Leslie Lamport. It is used to design, model, document, and verify concurrent and distributed systems.

TLA+ is designed to:

  • Model complex system behavior with simple mathematics;
  • Check safety and liveness properties;
  • Discover subtle bugs before implementation.

Repository contents

How to use this repository?

References

About

TLA+ specifications for ArmoniK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors