which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
Enterprise Edition Version 9.9.3
how is SonarQube deployed: zip, Docker, Helm
Docker
what are you trying to achieve
I use maven sonar plugin and ant sonar plugin, in both cases I get this error Elasticsearch indices have become inconsistent. Consider re-indexing. Check documentation for more information [Troubleshooting](https://docs.sonarsource.com/sonarqube/latest/setup-and-upgrade/troubleshooting/)
what have you tried so far to achieve this
restarted the server, restarted the container, removed custom quality profiles. The issue is not related to disk size, we have plenty of free space. Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
Yes, we have tried that. Sonar is running in a docker container, we stopped/restarted everything and even rebuilt the container. Moreover, we just rebuilt everything from scratch (sonar server and database), but for some reason my first try to push analysis results ended with same error.
The logs were first thing to check. However, I don’t see any clear Elasticsearch errors or warnings. We used to have Sonar Community edition, that worked perfectly. Then we switched to Enterprise solution to have more features available, but the setup for both is identical except the database. For the CE we used postgreSQL, but for the EE we decided to use MySQL. Could this be potentially a reason of the issue?