Sonarqube[CE] 8.9 - intermittent timeouts

Hi Pedro,

I’d like a few lines leading up to it and the logs after.

Again, I do not currently see this as a SonarQube problem.
Here’s roughly what happens at the end of analysis:

  1. Scanner submits analysis report to SonarQube
  2. SonarQube stores queues report for processing & meanwhile stores it in DB
  3. SonarQube responds to scanner, saying report is queued. – Jenkins-side analysis is complete
  4. [Asynchronously] Server dequeues analysis report & processes it
    • after report processing, any webhooks are called, notifying e.g. Jenkins of the Quality Gate status

From your logs, the problem is in step 2, and the last thing we’ve seen so far is the initial connection attempt to the DB. We need to see

  • if that connection is made
  • if the report is stored successfully
  • the time it took to do so

 
Ann