Skip to content

Bootstrap etcdserver from v3store (consistent_index) #20187

Open
@ahrtr

Description

@ahrtr

What would you like to be added?

We have already deprecated v2store, and v3store is the solely source of truth for all data, including membership data in 3.6.0. But etcdserver still bootstrap from v2store, the latest v2 snapshot file. It will replay all WAL records starting from the latest snapshot index.

It doesn't make sense. We should bootstrap etcdserver from v3store, and replay WAL records start from the consistent_index.

It's the last blocker to completely get rid of the v2store.

Previous draft #17022

Why is this needed?

to completely get rid of v2store

Metadata

Metadata

Assignees

Labels

priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.release/v3.7type/feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions