Affected Version: 2.1.6.1
What steps will reproduce the problem?
1. Setup replication that uses "authGroup" and Gerrit's built-in git server as a replication target.
2. Create tag (I tried both annotated and light-weight) and push it to main server.
3. Tag is properly replicated to standbys that use normal git and don't use "authGroup", but not to the server in question.
However, if I force replication using "ssh <server> gerrit replicate ..." tag is replicated properly (probably a difference in behavior between "push" and "mirror").
Owner: gustaf.l...@sonyericsson.com