I have replica set with members running Percona Server for MongoDB v4.2.8-8
I try to add a new member running Percona Server for MongoDB v4.2.9-9, but it keeps failing even if I try a different sync source.
Here are relevant lines from the log:
I INITSYNC [replication-2] CollectionCloner ns:attachments.attachments.chunks finished cloning with status: Location16465: Error querying collection 'attachments.attachments.chunks :: caused by :: recv failed while exhausting cursor
E INITSYNC [replication-2] collection clone for ‘attachments.attachments.chunks’ failed due to Location16465: Error cloning collection ‘attachments.attachments.chunks’ :: caused by :: Error querying collection 'attachments.attachments.chunks :: caused by :: recv failed while exhausting cursor
W INITSYNC [replication-2] database ‘attachments’ (2 of 6) clone failed due to InitialSyncFailure: Location16465: Error cloning collection ‘attachments.attachments.chunks’ :: caused by :: Error querying collection 'attachments.attachments.chunks :: caused by :: recv failed while exhausting cursor
I INITSYNC [replication-2] Finished cloning data: InitialSyncFailure: Location16465: Error cloning collection ‘attachments.attachments.chunks’ :: caused by :: Error querying collection 'attachments.attachments.chunks :: caused by :: recv failed while exhausting cursor. Beginning oplog replay.
Can anybody advise please how to proceed. Could really be the minor version difference that is causing this?