Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kvserver: support MVCC range tombstones in Export #71398

Closed
erikgrinaker opened this issue Oct 11, 2021 · 0 comments · Fixed by #82873
Closed

kvserver: support MVCC range tombstones in Export #71398

erikgrinaker opened this issue Oct 11, 2021 · 0 comments · Fixed by #82873
Assignees
Labels
A-kv-replication Relating to Raft, consensus, and coordination. A-kv-server Relating to the KV-level RPC server C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@erikgrinaker
Copy link
Contributor

erikgrinaker commented Oct 11, 2021

In #70412, we are implementing MVCC range tombstones. These must be integrated with Export. It is still unclear whether we should export range tombstones as a separate type, or synthesize point deletion tombstones instead, for revision ALL exports (with extended testing). This question also applies for CDC changefeeds in #70433, so maybe discuss with that team first.

Epic CRDB-2624

Jira issue: CRDB-10553

@erikgrinaker erikgrinaker added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-kv-server Relating to the KV-level RPC server T-kv KV Team labels Oct 11, 2021
@lunevalex lunevalex added the A-kv-replication Relating to Raft, consensus, and coordination. label Oct 12, 2021
@erikgrinaker erikgrinaker self-assigned this Feb 5, 2022
@exalate-issue-sync exalate-issue-sync bot added T-kv-replication and removed T-kv KV Team labels May 25, 2022
@craig craig bot closed this as completed in b75ebd1 Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-kv-replication Relating to Raft, consensus, and coordination. A-kv-server Relating to the KV-level RPC server C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants