You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround to avoid a hard shutdown when testing the release
When running the release on a Docker container with Debian, the
start-stop-daemon is not able to send the HUP signal to the Gerrit JVM,
causing the shutdown of the server with a KILL signal.
Ending the JVM execution following a KILL does not respect the
operations triggered during the shutdown sequence, including also the
flushing of Lucene in-memory data.
The result of using start-stop-daemon is therefore the disappearance of
the changes created just before the shutdown, which was making the
gerrit-upgrade-test.sh fail.
Bug: Issue 450577969
Change-Id: Ia2c6bac3f1d8ed798a277f4e78e2cf29b627d7b3
0 commit comments