-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding 2021-02-08
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.