Skip to content

Commit

Permalink
Update basics/architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseiv authored Dec 8, 2023
1 parent 86f917d commit f19ecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ As described in [Apache Pinot™ Concepts](concepts.md), Pinot has four node typ

![](<../.gitbook/assets/Pinot-architecture (1).svg>)

### Apache Helix and Zookeeper
### Apache Helix and ZooKeeper

Distributed systems do not maintain themselves, and in fact require sophisticated scheduling and resource management to function. Pinot uses [Apache Helix](http://helix.apache.org/) for this purpose. Helix exists as an independent project, but it was designed by the original creators of Pinot for Pinot's own cluster management purposes, so the architectures of the two systems are well-aligned. Helix takes the form of a process on the controller, plus embedded agents on the brokers and servers. It uses [Apache Zookeeper](https://zookeeper.apache.org/) as a fault-tolerant, strongly consistent, durable state store.

Expand Down

0 comments on commit f19ecf6

Please sign in to comment.