Skip to content

Commit

Permalink
rangefeed: fix EventQueued name
Browse files Browse the repository at this point in the history
Epic: none
Release note: None
  • Loading branch information
erikgrinaker committed Sep 18, 2023
1 parent 9284e30 commit 1170601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvserver/rangefeed/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const (
var eventNames = map[processorEventType]string{
Queued: "Queued",
Stopped: "Stopped",
EventQueued: "Data",
EventQueued: "Event",
RequestQueued: "Request",
PushTxnQueued: "PushTxn",
}
Expand Down

0 comments on commit 1170601

Please sign in to comment.