-
Type:
Bug
-
Resolution: Gone away
-
Priority:
Major - P3
-
None
-
Affects Version/s: 4.5 Required, 4.4 Required
-
Component/s: Replication
-
None
-
Replication
-
ALL
-
36
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Recently, full collection validation has started taking an exceptionally long time in the backup_restore tests. Since the validate cmd will grab the PBWM lock, it will block oplog application, and end up timing out any calls to awaitReplication. Ideally, we should be able to fix this by improving the performance of collection validation, but a quicker fix might be to see if we can avoid calling awaitReplication while in a validate cmd.