Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metamorphic: sync on derived dbs in ingestOp
Ingesting a batch closes it. As a result we should also be syncing on the db where a batch came from, even if it's not the db that the batch was ingested into. This prevents cases where we close the db before we ingest a batch that came off of it, and deletes on the batch would then panic because the underlying db (where we do an isFMV() call) would be nil by then. Fixes #3055.
- Loading branch information