If an initial sync node receives a dbCheck command during oplog replay, we should make sure to skip that command, as the initial sync node could not read that value. Instead, we should log a warning to the healthlog
We should add a targeted test for this situation as well.