Quality Gate Timeout Exceeded PR Decoration Issue

There’s a bug with Sonarqube PR Decoration on gitlab.

Everytime an analysis is ran on a PR and quality gate fails and/or find an issue, the analysis gets stuck, which causes the gitlab runner to timeout.

When looking at the access.log file, I notice that the GET request is at a constant loop and the only way to get the analysis to stop is by stopping the sonarqube service as there’s no way to stop an in-progress analysis.

Has anyone else run into this issue?

I’m experiencing this issue too as soon as I activate Pull Request Decoration.
Without it works pretty fine but it would be nice to have the sonar issues right in the Merge Request.

This happens on our side on the latest version of SonarQube (Developer Edition) and Gitlab EE (Starter Edition), both self hosted.

Edit:
After some time I now got an exception. The search led me to this: Problem with Pull Request Decoration and the mentioned solution now fixed this issue for me.

Hi,

For the record, according to this thread, it’s fixed in 8.2:

 
Ann

Hi, not totally fixed, this ticket is remaining to completely address this issue: https://jira.sonarsource.com/browse/SONAR-13290