Update kcl_3x_deep-dive.md

This commit is contained in:
Minu Hong 2025-04-11 16:31:49 -07:00 committed by GitHub
parent b6317bf948
commit 0a5d8ecd13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,10 +3,10 @@ This document
- [Overview: Lease reassignments in KCL 3.x](#overview-lease-reassignments-in-kcl-3x)
- [Motivation for moving from distributed to leader-based protocol](#motivation-for-moving-from-distributed-to-leader-based-protocol)
- [How KCL 3.x manages leader election]
- [How KCL 3.x captures throughput per shard]
- [How KCL 3.x captures CPU utilization of worker hosts]
- [How KCL 3.x performs lease assignments]
- [How KCL 3.x manages leader election](#how-kcl-3x-manages-leader-election)
- [How KCL 3.x captures throughput per shard](#how-kcl-3x-captures-throughput-per-shard)
- [How KCL 3.x captures CPU utilization of worker hosts](#how-kcl-3x-captures-cpu-utilization-of-worker-hosts)
- [How KCL 3.x performs lease assignments](#how-kcl-3x-performs-lease-assignments)
## Overview: Lease reassignments in KCL 3.x