Hi Team,
I am using percona operator for mongodb in my organization and performing POC on cross cluster replication. I am using community edition. We used Istio mesh to have connection between two clusters. After setting up all the required parameters, main site is still unable to sync up with secondary replica
Error when i initiate rs.status():
_id: 16,
name: ‘myexternalnode:27017’,
health: 0,
state: 8,
stateStr: ‘(not reachable/healthy)’,
uptime: 0,
optime: { ts: Timestamp({ t: 0, i: 0 }), t: Long(‘-1’) },
optimeDurable: { ts: Timestamp({ t: 0, i: 0 }), t: Long(‘-1’) },
optimeDate: ISODate(‘1970-01-01T00:00:00.000Z’),
optimeDurableDate: ISODate(‘1970-01-01T00:00:00.000Z’),
lastAppliedWallTime: ISODate(‘1970-01-01T00:00:00.000Z’),
lastDurableWallTime: ISODate(‘1970-01-01T00:00:00.000Z’),
lastHeartbeat: ISODate(‘2025-04-07T04:40:43.071Z’),
lastHeartbeatRecv: ISODate(‘1970-01-01T00:00:00.000Z’),
pingMs: Long(‘0’),
lastHeartbeatMessage: ‘onInvoke :: caused by :: Connection closed by peer’,
syncSourceHost: ‘’,
syncSourceId: -1,
infoMessage: ‘’,
configVersion: -1,
configTerm: -1
}
],
Please let me know if you need additonal logs