mongorestore --oplogReplay fails hard on the dropIdent oplog entry introduced by SERVER-118737 (replicated table drops). The entry must be skipped during replay.
Add "dropIdent" to ignoredCEntries in mongorestore/oplog.go.