Mongodb replica

I have an issue when adding a new node to my production replicaset.
The new node copies all documents and collections and when building indices, it drop everything and start again.
and in the preferred secondry show that {“t”:0,“i”:0}}}}queryHash":“968896FC”,“planCacheKey”:“10BECF86”,“queryFramework”:“classic”,“ok”:0,“errMsg”:“Executor error during find command :: caused by :: operation exceeded time limit”,“errName”:"MaxTimeMSExpired
and when using rs.status().initialSyncStatus the result is "InitialSyncFailure: error cloning databases :: caused by :: HostUnreachable: Error cloning collection ‘x.x’ :: caused by :: network error while attempting to run command ‘collStats’ on host ‘x.x.x.x’ ",

Note: there is a connectivity between all nodes