Open wenyihu6 opened 2 weeks ago
Describe the problem
Remove metrics since this was only used for legacy processor https://github.com/cockroachdb/cockroach/blob/661366d2c1d30ab1734748190c7610ed7b4ee373/pkg/kv/kvserver/rangefeed/metrics.go#L98.
Address this comment https://github.com/cockroachdb/cockroach/blob/661366d2c1d30ab1734748190c7610ed7b4ee373/pkg/kv/kvserver/rangefeed/processor_test.go#L921-L925
Check if we are confident with mixed version clusters between 24.3 and 25.1. It should be fine, as the scheduled-based processor operates independently on each node.
Jira issue: CRDB-43306
Hi @wenyihu6, please add branch-* labels to identify which branch(es) this C-bug affects.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
Describe the problem
Remove metrics since this was only used for legacy processor https://github.com/cockroachdb/cockroach/blob/661366d2c1d30ab1734748190c7610ed7b4ee373/pkg/kv/kvserver/rangefeed/metrics.go#L98.
Address this comment https://github.com/cockroachdb/cockroach/blob/661366d2c1d30ab1734748190c7610ed7b4ee373/pkg/kv/kvserver/rangefeed/processor_test.go#L921-L925
Check if we are confident with mixed version clusters between 24.3 and 25.1. It should be fine, as the scheduled-based processor operates independently on each node.
Jira issue: CRDB-43306