From ef8dbc1dd2f46579dbcc319dee54837ff8a6df70 Mon Sep 17 00:00:00 2001 From: Minu Hong <32614113+minuhong-aws@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:41:53 -0700 Subject: [PATCH] Update kcl_3x_deep-dive.md --- docs/kcl_3x_deep-dive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kcl_3x_deep-dive.md b/docs/kcl_3x_deep-dive.md index a06a0bea..47b88c6b 100644 --- a/docs/kcl_3x_deep-dive.md +++ b/docs/kcl_3x_deep-dive.md @@ -1,5 +1,5 @@ ## Introduction -This document +This document explains the architectural changes in KCL 3.x regarding leader election and workload distribution, highlighting how KCL 3.x efficiently rebalances leases across workers using throughput metrics and CPU utilization. - [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)