Hi,
We’re unable to update our SonarQube to 9.3.0 or 9.5.0.
We are currently running version 9.2.4 in a Kubernetes cluster (1.23.3), which runs fine.
Both 9.3.0 and 9.5.0 fail with the same error message.
Caused by: java.util.concurrent.ExecutionException: org.apache.lucene.index.CorruptIndexException: checksum failed (hardware problem?) : expected=f736ed01 actual=298dcde2 (resource=BufferedChecksumIndexInput(NIOFSIndexInput(path="/opt/sonarqube/data/es7/nodes/0/_state/_7w.fdt")))
A StackOverflow issue exists for this as well:SonarQube Docker Installation CorruptIndexException: checksum failed - Stack Overflow
A users seems to have been able to run recent SonarQube versions by updating zlib in the container image, but I would prefer to use an official image in production.
Are there any plans to update the images?
Thanks,
Guido