A BF is caused by calling ReplicationCoordinator::getMyLastAppliedOpTime() before checking if we should. On embedded, which hits a MONGO_UNREACHABLE.
We should change the logic to check whether or not to read the timestamp before accessing it.
A BF is caused by calling ReplicationCoordinator::getMyLastAppliedOpTime() before checking if we should. On embedded, which hits a MONGO_UNREACHABLE.
We should change the logic to check whether or not to read the timestamp before accessing it.