maarten
(Maarten Lemmens)
1
We are having an issue with our SonarQube CE instance.
In a lot of projects issues are not being displayed or only a selection of them are shown.
No issues are shown. Only the
createdInLast
filter (value is
1w
) is used.
Only 5 of 25 issues are shown.
When using the API directly the issues search endpoint also returns no issues.
/api/issues/search returns the following:
{"total":30962,"p":1,"ps":100,"paging":{"pageIndex":1,"pageSize":100,"total":30962},"effortTotal":563307,"issues":[],"components":[],"facets":[]}
I’ve checked the logs for errors, but no errors are logged.
We’ve tried clearing the ElasticSearch indexes, but that didn’t help.
Any idea how to solve this issue?
We might have to delete the projects that are impacted and start over losing all history …
SonarQube version: 9.9.0.65466
How is SonarQube deployed: zip
Colin
(Colin)
2
Anything interesting in the logs?
maarten
(Maarten Lemmens)
3
No warnings or errors are being logged when I reproduce the issue.
Colin
(Colin)
4
That’s definitely bizarre.
Did you restart the SonarQube service after, and do you observe Project Data Reload tasks in your global Administration > Background tasks?
maarten
(Maarten Lemmens)
5
We’ve executed the steps that are listed on the Troubleshooting page (Failed tasks during reindexing).
non-DCE:
- Stop SonarQube
- Delete the
data/es7
directory
- Restart SonarQube
I’ve checked the Background tasks page, filtered on Type=Project Data Reload, and all projects listed have the status success.
maarten
(Maarten Lemmens)
6
We are still experiencing this issue. Any ideas or possible solutions?
Hello, what the solution you found for this case because we experience the same et our side with sonarqube enterprise 8.9.6
Best regards
maarten
(Maarten Lemmens)
8
Apologies for the late reply, but the issue still exists on our side.
No issues or only a small selection of issues are displayed in the GUI.
SonarQube version: 9.9.3.79811