On Teamforge Gerrit master -> replica setup
If there is an network issue on the Gerrit replica server,
Then during the replication process, each commit will be attempted thrice ( maxRetries = 2) to push to replica and eventually fail . This impact the CPU load on master, until the network issue is solved.

Kindly review this request to implement TCP probe mechanism to monitor the network connection from master to replica and avoid this scenario

Comments