Read timed out on SonarQube analysis

前端 未结 1 690
时光取名叫无心
时光取名叫无心 2021-01-14 09:35

We previously discussed the problem on the now closed SonarQube Users mailing list.

The problem was solved by exchanging the for about half a week by optimizing the

相关标签:
1条回答
  • 2021-01-14 10:41

    The problem can be solved in 4 ways:

    1. add more resources to SonarQube server process and/or server platform (e.g. faster disks)
    2. upgrade SonarQube server to the newest version (e.g. a lot of performance problems have been fixed in SonarQube 5.2 - see release notes)
    3. change timeout value in sources and compile custom server
    4. add indexes on columns in database (not recommended, you can read executed SQL commands from logs in debug mode)
    0 讨论(0)
提交回复
热议问题