Actions
Bug #11973
closedERROR: canceling statement due to user request
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
This error message has been spotted in the wild for Rudder
[2018-01-10 21:26:02] ERROR report - An error occured when trying to update the cache for compliance <- ERROR: canceling statement due to user request [2018-01-10 21:26:02] ERROR report - Root exception was: org.postgresql.util.PSQLException: ERROR: canceling statement due to user request
Look at https://github.com/brettwooldridge/HikariCP/issues/477 for more details
It seems we are using a too old version of JDBC Postgresql, which causes some connection to fail (and impact can be quite catastrophic in this case). We used to stick to old version because of https://github.com/tminglei/slick-pg/issues/220 , but it seems that now version newer than 9.4.1209 are not impacted by this issue
Updated by François ARMAND almost 7 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND almost 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1840
Updated by Rudder Quality Assistant almost 7 years ago
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by François ARMAND almost 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|775129c1b49134d52b216706e1a9deb1c10f2012.
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.10 and 4.2.4 which were released today.
- 4.1.10: Announce Changelog
- 4.2.4: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions