-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: Backlog
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2017-07-31
Currently queries are done using the NamespaceString of an oplog entry. We want to add new functions that will allow us to query information from the sync source node using the UUID instead of the NamespaceString. We will need new functions such as:
RollbackSource::findOne(const BSONElement& ui, const BSONObj& filter) RollbackSource::getCollectionInfo(const BSONElement& ui) Database::dropCollectionEvenIfSystem(OperationContext* opCtx, const BSONElement& ui)
- is related to
-
SERVER-29667 Fix document refetch step in UUID enabled rollback
- Closed