-
Notifications
You must be signed in to change notification settings - Fork 4.1k
storage: expose range keys in EngineIterator #82935
Copy link
Copy link
Closed
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
Currently, Pebble range keys are only exposed via MVCCIterator. However, we sometimes need access to them in EngineIterator too, in particular in the Raft machinery which only operates on EngineIterator. So we'll need to expose them via EngineIterator as well.
Jira issue: CRDB-16742
Epic CRDB-2624
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)