Maven Plugin fails with exception when trying to run on SonarCloud

@Colin - any update on this? We have internal teams quitting SonarCloud because of the issue

Hey everybody.

The issue is now being actively investigated. We’re sorry for the delay. We’ll update you as soon as we can.

To prevent pipelines from failing when the issue occurs (although it will also prevent your pipelines from failing when the issue doesn’t occur and the Quality Gate fails) you can remove sonar.qualitygate.wait from your .gitlab-ci.yml file.

You should still receive a decoration on your Merge Request regarding the Quality Gate status.

Hello all,

The issue should be resolved. Can you let us know if the failures are resolved for you?

Hi @Colin, @TomVanBraband,

thanks for the update! Our teams are watching this now for approx. one week. I will then give final feedback.

Could you give us some insight into the cause of the issue and the amount of time it took to fix this?

Thanks and kind regards!

We have not had any occurrences previous week. Thank you!

Hi @Colin, @TomVanBraband,

we had no more occurences, this seems to be fixed - thank you!
A small post mortem (what happened? how long took it to fix?) would be awesome.

Kind regards,
Daniel

1 Like

The issue was a race condition, when we couldn’t find the background task on the first try we would immediately fail. The fix we implemented was to not fail when receiving a 404, but to try again later.
The amount of time it took to fix came down to bandwidth, we simply didn’t find the time to troubleshoot this problem.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.