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: sep-raft-log: loosely coupled raft log truncations #93248

Open
tbg opened this issue Dec 8, 2022 · 1 comment
Open

kvserver: sep-raft-log: loosely coupled raft log truncations #93248

tbg opened this issue Dec 8, 2022 · 1 comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv-replication KV Replication Team

Comments

@tbg
Copy link
Member

tbg commented Dec 8, 2022

To actually run with a separate raft log, we need to also use loosely coupled log truncations. These are disabled at the moment since they have a large performance impact when not using a separate raft log.

See #81113 and in particular https://github.com/cockroachdb/cockroach/pull/81113/files#diff-344a0aa3110465c7e17e502866ac3a9d188d72609ed5631c67d4d1eafadaec43R465.

Epic: CRDB-220

Jira issue: CRDB-22241

@tbg tbg added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv-replication KV Replication Team labels Dec 8, 2022
@blathers-crl
Copy link

blathers-crl bot commented Dec 8, 2022

cc @cockroachdb/replication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv-replication KV Replication Team
Projects
None yet
Development

No branches or pull requests

1 participant