Chappelle
Chappelle

Reputation: 65

gerrit replication

What triggers replication in gerrit? I push a change up for review, review and hit "Submit and Publish", but replication does not take place? I even set the replication delay to 0. If I reload the replication plugin then replication takes place or if I restart gerrit. So not really sure what is supposed to trigger it. Any ideas?

Upvotes: 1

Views: 2635

Answers (1)

Dobler
Dobler

Reputation: 829

Trigger replication manually like this: ssh -p 29419 user@localhost replication start --all

Upvotes: 2

Related Questions