This invariant expects canAcceptWritesFor to return false during startup recovery. However, if we are recovering from the oplog as a standalone (like during the backup restore procedure), this will fail.
We should account for this case in the invariant.
- is related to
-
SERVER-49530 fix final index build phase for oplog recovery as a standalone mode
- Closed