Skip to content

Commit

Permalink
worker label
Browse files Browse the repository at this point in the history
  • Loading branch information
CAJan93 committed May 29, 2024
1 parent d34c24b commit d54a613
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d54a613

Please sign in to comment.