-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Security
-
None
-
Fully Compatible
-
ALL
-
Security 2019-04-08
-
44
waitForAllIndexBuildsToFinish runs
assert.commandWorked(this.getPrimary().getDB(dbName).runCommand( {collMod: collName, usePowerOf2Sizes: true}));
When applied to admin.system.users, the resulting Oplog entry is not recognized by the AuthorizationManager's log_op method, which disabled transitive rolegraph resolution.