Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.0
-
Component/s: None
-
Labels:None
Description
In ConnectedSonarLintEngineImpl.downloadServerIssues() (x2 methods), we acquire the local storage write lock before trying to download issues. If the server takes time to answer, the lock is hold unnecessarily. We should fetch the issues out of the lock section, and then store them in the lock section.
Attachments
Issue Links
- contributes to
-
SLI-636 Periodic auto-update of analysis configuration
-
- Closed
-