From d54a61377d686dada62a71bc0957cf86249b930d Mon Sep 17 00:00:00 2001 From: CAJan93 Date: Wed, 29 May 2024 16:09:51 +0200 Subject: [PATCH] worker label --- proto/common.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/common.proto b/proto/common.proto index 164150379c484..c56fd1c24181f 100644 --- a/proto/common.proto +++ b/proto/common.proto @@ -75,6 +75,10 @@ message WorkerNode { // It's populated by meta node, when the worker node is added by meta node. // It's not persistent in meta store. optional uint64 started_at = 9; + + // Meta may assign labels to worker nodes to partition workload by label. + // This is used for serverless backfilling of MVs. + optional string label = 10; } message Buffer {