From 9c7d8d663cc88b9b7de4c4778c276c99ba8853d2 Mon Sep 17 00:00:00 2001 From: CAJan93 Date: Thu, 11 Jul 2024 08:10:11 +0200 Subject: [PATCH] rm label --- proto/common.proto | 3 --- 1 file changed, 3 deletions(-) diff --git a/proto/common.proto b/proto/common.proto index 2411f77422410..04a3e430de3f0 100644 --- a/proto/common.proto +++ b/proto/common.proto @@ -76,9 +76,6 @@ message WorkerNode { // It's not persistent in meta store. optional uint64 started_at = 9; - - optional string label = 10; - // Meta may assign labels to worker nodes to partition workload by label. // This is used for serverless backfilling of MVs. // If a WorkerNode has labels set it indicates that this node only accepts certain work.