Issues
- Never ending tasks because of HTTP requestsSLI-776Resolved issue: SLI-776Damien Urruty
- Display clean code principles in rule descriptionsSLI-840Resolved issue: SLI-840Damien Urruty
- Display the most relevant context for an issue on rule descriptionsSLI-841Resolved issue: SLI-841Mithil Dobarkar
- Update embedded PHP analyzer to 3.27.0.9339SLI-843Resolved issue: SLI-843Damien Urruty
- Update embedded CFamily analyzer to 6.41.0.60884SLI-844Resolved issue: SLI-844Damien Urruty
- Update embedded Java analyzer to 7.16.0.30901SLI-845Resolved issue: SLI-845Damien Urruty
- Pre-commit dialog never closesSLI-847Resolved issue: SLI-847Damien Urruty
- Update embedded JS/TS analyzer to 9.13.0.20537SLI-848Resolved issue: SLI-848Julien Henry
- Update embedded XML analyzer to 2.7.0.3820SLI-849Resolved issue: SLI-849Julien Henry
9 of 9
Never ending tasks because of HTTP requests
Fixed
Description
Attachments
1
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Details
Sentry
Sentry
Sentry
Created September 26, 2022 at 9:05 AM
Updated September 16, 2024 at 1:15 PM
Resolved January 21, 2023 at 1:43 PM
Activity
Show:
There are some tasks that never finish, for example the hourly binding update task, or the refresh of taint vulnerabilities. It happens after a while, the IDE has to be running for several hours. There is no clear way to reproduce it. The tasks continue stacking and there could be dozens of blocked tasks.
The thread dumps show that the threads are blocked waiting for an HTTP response, usually on the get() call on the Future returned by HttpClient.getAsync().