Code smells is not showing in SonarQube server enterprise edition

Hi Team

We are using the enterprise edition of Sonarqube,

While running the Pull request, it is showing the code smell number as 4, But when I try to check in the Sonarqube server it is not showing anything,

Please check
Thanks
Shiva

image


Hi Shiva,

This sounds like a bad Elasticsearch index. Try:

  • stop the server
  • delete $SONARQUBE-HOME/data/es7
  • restart the server

 
HTH,
Ann