Gradle analysis doesn't complete after upgrade to 10.3

Hello there!

Thank you for reporting this problem. It looks like our analyzer for complex bugs takes a very long time to analyze the project. Here’s what you can do:

Help us investigate

  • Please share with us what are the memory settings on your CI machine
  • If your project is open source, please put a link to it so that we can directly reproduce the performance problem
  • If your project is private, you could share with us privately the content of ir/java generated folder ( you should see the full path from the analysis logs, something like Reading IR files from /agent/_work/53/s/target/sonar/ir/java)
    @ctmay4 I have started I private conversation with you so that you can send me the archive you have prepared. @Raffi let me know if you would like to share this directory too.

Apply a temporary workaround.

You can disable the problematic analyzer by using this internal flag
-Dsonar.internal.analysis.dbd=false.

Sorry for the inconvenience, we will work to fix the issue as soon as possible.