Page MenuHomePhabricator

Gerrit 3.2 upgrade
Closed, ResolvedPublic

Assigned To
Authored By
QChris
Jun 1 2020, 1:15 PM
Referenced Files
None
Tokens
"Like" token, awarded by matej_suchanek."Barnstar" token, awarded by taavi."Barnstar" token, awarded by Dzahn."Like" token, awarded by Volker_E."Love" token, awarded by Tgr."Like" token, awarded by MarcoAurelio."Love" token, awarded by Apap04.

Description

Parent task for all things related to the upgrade to Gerrit 3.x

Release notes for the 3.x Gerrit versions:

Related Objects

StatusSubtypeAssignedTask
ResolvedQChris
ResolvedNone
ResolvedQChris
ResolvedNone
ResolvedPaladox
Resolvedhashar
ResolvedNone
DeclinedFeatureNone
ResolvedQChris
ResolvedQChris
ResolvedDzahn
Resolvedthcipriani
ResolvedAklapper
ResolvedAklapper
ResolvedQChris
ResolvedDzahn
ResolvedQChris
ResolvedQChris
Resolvedjcrespo
ResolvedDzahn
ResolvedPaladox
ResolvedQChris
ResolvedQChris
ResolvedQChris
ResolvedQChris
ResolvedQChris
ResolvedQChris
ResolvedQChris
ResolvedQChris
ResolvedQChris
ResolvedBUG REPORTQChris
InvalidBUG REPORTNone
ResolvedDzahn
ResolvedBUG REPORTkostajh
ResolvedBUG REPORTQChris
ResolvedBUG REPORTQChris
InvalidBUG REPORTNone
ResolvedBUG REPORTQChris
DeclinedNone
InvalidNone
OpenNone
DuplicateBUG REPORTNone
DeclinedNone
ResolvedNikerabbit
DeclinedBUG REPORTNone
Resolvedhashar
InvalidNone
ResolvedQChris
DeclinedNone
DeclinedNone
DuplicateNone
DuplicateNone
ResolvedBUG REPORTQChris
ResolvedQChris
ResolvedQChris
DeclinedNone
OpenNone
ResolvedDzahn
ResolvedQChris

Event Timeline

There are a very large number of changes, so older changes are hidden. Show Older Changes

Change 606782 merged by Dzahn:
[operations/puppet@production] gerrit: Update email templates for new Gerrits

https://gerrit.wikimedia.org/r/606782

Change 606783 merged by Dzahn:
[operations/puppet@production] gerrit: Drop empty unused Git config file

https://gerrit.wikimedia.org/r/606783

Change 606784 merged by Dzahn:
[operations/puppet@production] gerrit: Enable git protocol v2 on new Gerrits

https://gerrit.wikimedia.org/r/606784

Change 606839 merged by Dzahn:
[operations/puppet@production] gerrit: Use replica instead of slave for new Gerrits

https://gerrit.wikimedia.org/r/606839

Change 607108 had a related patch set uploaded (by Dzahn; owner: Dzahn):
[operations/puppet@production] gerrit (cloud): set gerrit::server::is_new_version: true

https://gerrit.wikimedia.org/r/607108

Change 607108 merged by Dzahn:
[operations/puppet@production] gerrit (cloud): set gerrit::server::is_new_version: true

https://gerrit.wikimedia.org/r/607108

Change 606795 merged by Dzahn:
[operations/puppet@production] gerrit: Allow to use request tracing for new Gerrits

https://gerrit.wikimedia.org/r/606795

Change 606796 merged by Dzahn:
[operations/puppet@production] gerrit: Do not enable the ability to move changes for new Gerrits

https://gerrit.wikimedia.org/r/606796

Change 606432 had a related patch set uploaded (by Dzahn; owner: Paladox):
[operations/puppet@production] gerrit: Redirect v2.15 dashboard links to those of v3.2

https://gerrit.wikimedia.org/r/606432

Change 606432 merged by Dzahn:
[operations/puppet@production] gerrit: Redirect v2.15 dashboard links to those of v3.2

https://gerrit.wikimedia.org/r/606432

If there are issues with the mobile interface, should we report them here or upstream? I don't know if we have our own frontend CSS/JS over the standard Gerrit UI. I noticed some small things, like toggling the "Only comments" switch, don't seem to work on iOS Safari, and some of the styling seems to have regressed from the current PolyGerrit UI in Gerrit 2.x.

We use the vanilla UI from upstream with a tiny theme on top. So:

  • if functionality is broken (like the "Only comments" switch not working on iOS Safari), best to report directly upstream at https://bugs.chromium.org/p/gerrit/issues/entry?template=PolyGerrit+Issue (yes, chromium.org bugtracker. You need a Google account to report there. If you do not have one, let me know and I'll file for you.) The link I gave is for UI bugs. The site allows to choose different bug templates. Pick the one that fits best.
  • if things are not pretty (like regressed stylings that you mention), chances are we can adjust in the theme ourselves. It might be best to file in Phabricator and maybe someone skilled can update our theme accordingly.
QChris renamed this task from Gerrit 3.x upgrade to Gerrit 3.2 upgrade.Jun 26 2020, 11:17 AM
Dzahn raised the priority of this task from Medium to High.Jun 27 2020, 5:10 PM

Icinga downtime for 5:00:00 set by dzahn@cumin1001 on 1 host(s) and their services with reason: version_upgrade

gerrit1001.wikimedia.org

Icinga downtime for 5:00:00 set by dzahn@cumin1001 on 1 host(s) and their services with reason: version_upgrade

gerrit2001.wikimedia.org

18:32 < qchris> gerrit1001 should be operational from now on.

From my side this looks all done. I'll let others +1 and qchris has the honors to close it :)

I have a volunteer @Privacybatm that after the upgrade he cannot send patches anymore to gerrit (cloning through SSH works for him). Could any permission have changed after the upgrade, preventing him so? He could send patches to a couple of repos and was a trusted user, but now he gets:

! [remote rejected] HEAD -> refs/publish/master (prohibited by Gerrit: not permitted: create)

We are not sure it is the upgrade, but it coinciding with the error appearing is too much of a coincidence (?) so we are reporting it here.

I have a volunteer @Privacybatm that after the upgrade he cannot send patches anymore to gerrit (cloning through SSH works for him). Could any permission have changed after the upgrade, preventing him so? He could send patches to a couple of repos and was a trusted user, but now he gets:

! [remote rejected] HEAD -> refs/publish/master (prohibited by Gerrit: not permitted: create)

We are not sure it is the upgrade, but it coinciding with the error appearing is too much of a coincidence (?) so we are reporting it here.

Very likely caused by an outdated version of git-review, after the update you need to use version 1.27 or later.

Thank you @jcrespo @Majavah I was using 1.26, Just now updated and everything is working fine, Thank you for your help!

Change 606549 merged by Dzahn:
[operations/puppet@production] gerrit: remove all database parameters / support

https://gerrit.wikimedia.org/r/c/operations/puppet/ /606549

This has been done end of June 2020 by @QChris . There are still some subtasks open but they are not a blocker, merely follow up actions.

Mentioned in SAL (#wikimedia-releng) [2020-09-23T19:22:28Z] <hashar> operations/software/gerrit changing HEAD from deploy/wmf/stable-2.15 to deploy/wmf/stable-3.2 # T254158

hashar closed subtask Restricted Task as Declined.Mar 15 2021, 4:35 PM