Fixed Issues 0 of 1 shown

Hello,

My project has 1 fixed issue on Sonar UI. When I try to view the issue, is shows 0 of 1 shown.


I try to get the issue from API issues/search and got nothing either.

Do you know what is it?

Thanks a lot! :smiley:

Hi,

What version of SonarQube are we looking at here?

 
:slight_smile:
Ann

It is 6.7.5 :smiley:

Hi,

I think it’s possible you have a corrupted Elasticsearch index. Try:

  • stop server
  • delete $SONARQUBE_HOME/data/es
  • restart server

This restart will be longer than a normal restart because the indices will be rebuilt, so if you have a large/heavy-use instance you’ll want to target the operation for off-peak hours.

 
Ann