Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ErrIndexingInProgress if schema update fails (#6583)
Fixes DGRAPH-2370 If index building fails for some reason after starting building indexes, no new schema mutations can take place. It throws out errIndexingInProgress error. This is because though the schema update has failed, the predicate remains in the mutSchema. It should be deleted from the map.
- Loading branch information