cockroachdb / cockroachdb/cockroach
kvserver: sep-raft-log: expose to `cockroach start` via store flags
Open
C-enhancement
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We'll allow configuring the separate raft log via StoreSpec, but need to still hook this up to be usable from `cockroach start`.
Initially the plan is to have as many settings that are configured for the state engine also apply to the log engine (see `CreateEngines`). This should be revisited in the context of this issue.
Extension of https://github.com/cockroachdb/cockroach/issues/97608.
Epic CRDB-66033
Contributor guide
Assessment
This issue has not been assessed yet.