Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
-
Sharding 2021-02-08
Description
The fetcher method currently specifies an empty query and since the default readPreference is {mode: primary}, this causes the recipient to fail to fetch the keys if it's syncing from a secondary node. That query should be created based on the readPreference in the recipientSyncData command.