Hi,We upgraded our Gerrit from 3.1.8 to 3.2.14 successfully.However after indexing (took five hours), an attempt to start Gerrit for the first time shows the below entries in the error log and Gerrit would not start.Any help from the experts will be appreciated at this point:
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/9520e74d-c56a-402f-815c-97c33da4d715n%40googlegroups.com.
*** Plugins
***
Installing plugins.
Install plugin codemirror-editor version v3.2.14 [Y/n]?
codemirror-editor v3.1.8 is already installed, overwrite it [Y/n]?
Updated codemirror-editor to v3.2.14
Install plugin commit-message-length-validator version v3.2.14 [Y/n]?
commit-message-length-validator v3.1.8 is already installed, overwrite it [Y/n]?
Updated commit-message-length-validator to v3.2.14
Install plugin delete-project version v3.2.14 [Y/n]?
delete-project v3.1.8 is already installed, overwrite it [Y/n]?
Updated delete-project to v3.2.14
Install plugin download-commands version v3.2.14 [Y/n]?
download-commands v3.1.8 is already installed, overwrite it [Y/n]?
Updated download-commands to v3.2.14
Install plugin gitiles version v3.2.14 [Y/n]?
gitiles v3.1.8 is already installed, overwrite it [Y/n]?
Updated gitiles to v3.2.14
Install plugin hooks version v3.2.14 [Y/n]?
hooks v3.1.8 is already installed, overwrite it [Y/n]?
Updated hooks to v3.2.14
Install plugin plugin-manager version v3.2.14 [Y/n]?
plugin-manager v3.1.8 is already installed, overwrite it [Y/n]?
Updated plugin-manager to v3.2.14
Install plugin replication version v3.2.14 [Y/n]?
replication v3.1.8 is already installed, overwrite it [Y/n]?
Updated replication to v3.2.14
Install plugin reviewnotes version v3.2.14 [Y/n]?
reviewnotes v3.1.8 is already installed, overwrite it [Y/n]?
Updated reviewnotes to v3.2.14
Install plugin singleusergroup version v3.2.14 [Y/n]?
singleusergroup v3.1.8 is already installed, overwrite it [Y/n]?
Updated singleusergroup to v3.2.14
Install plugin webhooks version v3.2.14 [Y/n]?
webhooks v3.1.8 is already installed, overwrite it [Y/n]?
Updated webhooks to v3.2.14
Initializing plugins.***
Configure high-availability [y/N]? N
Migrating data to schema 182 ...
Found a total of 161 zombie draft refs in All-Users repo.
Cleanup percentage = 100
Number of zombie refs to be cleaned = 161
Deleted 161/161 zombie draft refs (10 seconds)
Migrating data to schema 183 ...
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/3e7b1d4a-6d50-42f2-96fd-0b87bc1c96den%40googlegroups.com.
*** high-availability Plugin
***
Configure high-availability [y/N]? N
Regards,
Adrien
Hi Matthias,
Yes I did not updated it as shown below.Should I just update it by downloading the 3.2.14 version of that plugin and once again attempt to start Gerrit?
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/f3c5b871-60a7-4dee-b92b-0d8140815dcbn%40googlegroups.com.
On Dec 15, 2021, at 7:05 AM, adrien...@gmail.com <adrien...@gmail.com> wrote:Hi,We upgraded our Gerrit from 3.1.8 to 3.2.14 successfully.However after indexing (took five hours), an attempt to start Gerrit for the first time shows the below entries in the error log and Gerrit would not start.
On 15 Dec 2021, at 18:54, adrien...@gmail.com <adrien...@gmail.com> wrote:
Hi Matthias,
I was able to start Gerrit after updating the ha plugin compatible with v3.2.14.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/c9964a80-3c5e-49e0-bf5a-4133b20b2f8bn%40googlegroups.com.
On Dec 15, 2021, at 11:58 AM, adrien...@gmail.com <adrien...@gmail.com> wrote:Hi Nas,
I just actually used the command --> java -jar gerrit.war reindex -d $GERRIT_SITEIn conjunction with these common settings:[index]
type = lucene
[auth]
type = LDAP
gitBasicAuthPolicy = HTTP
[container]
heapLimit = 4g
[sshd]
listenAddress = *:29418
threads = 32
waitTimeout = 30s
[cache]
directory = cache
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/7b7c7ce4-75c4-4f39-9fab-d058f3a3afddn%40googlegroups.com.