FoundationDB / fdb-record-layer

A record-oriented store built on FoundationDB
Apache License 2.0
589 stars 104 forks source link

checkVersion should clear out the data for modified indexes #296

Open nschiefer opened 5 years ago

nschiefer commented 5 years ago

Currently, we rely on the set to clear an index prior to beginning their rebuild.

nschiefer commented 5 years ago

(From Mike) We should also ensure that we test that a running online indexer gets a stale meta-data validation error if something changes.