Upgrade sonarqube from 9.9 to 10.6 version, is not showing the old issues reported

Hi Team,

I’m using c code for the static code analysis by using build wrapper, There are changes in the build wrapper provided here, Running the analysis

After updating my build wrapper version and configuration, in static analysis page I’m able to see few issues compared to the static analysis report. below are few screen shots


I’ve checked, were there any indexing failures, I didn’t find any issues.

Can I get some inputs around this?

Hey there.

  • Does this affect all projects, or only one?
  • Can you share the URL of the issues page where you only see 50 issues returned (it will help us understand which, if any, filters are applied)

This is seen in multiple projects which I’m working on. I have removed all the filters and checked. still the issues shown are same. Sonarqube server is not hosted in public.

If you want any of the steps need to be ran I can help you by providing the data.

I would still go ahead and suggest you delete the /data/es8 folder from your SonarQube instance, restart and see if it impacts the search results. Issue results are always backed by an Elasticsearch index, so it’s the most likely point of failure here.

By doing above steps resolved the issue. Thank you @Colin.