Actions
Bug #13427
closedOn error on nodecompliance SQL, logs are huge
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Very Small
Priority:
0
Name check:
Fix check:
Regression:
Description
One user reported an error on insertion for "nodecompliance" table. That resulted in the full row content being logged, and that content is huge (it is the JSON serialisation of detailled compliance).
We must only log the error without details, and only add details for debug level (or trace).
The problematic insert was:
[2018-09-07 02:22:56] ERROR report - Error when saving node compliances: Batch entry 0 insert into nodecompliance (nodeid, runtimestamp, endoflife, runanalysis, summary, details) values (‘9c8bab57-d6e2-475b-99f9-df2e8e0521cf’, ‘2018-09-07 02:22:32+02’, ‘2018-09-07 02:32:32+02’, ’{ ... huge json ... }’) was aborted: ERROR: permission denied for relation nodecompliance Call getNextException to see other errors in the batch.
Updated by François ARMAND about 6 years ago
- Status changed from New to In progress
Updated by François ARMAND about 6 years ago
- Related to Bug #13429: Make nodecompliance ttl data added
Updated by François ARMAND about 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/2028
Updated by Rudder Quality Assistant about 6 years ago
- Assignee changed from Nicolas CHARLES to François ARMAND
Updated by François ARMAND about 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|4161f9e4fa20cf1fc3aed5993bfdf2241cff7b18.
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from Pending release to Released
- Priority changed from 113 to 112
Updated by François ARMAND over 4 years ago
- Related to Bug #10478: Error on inserting into nodecompliance table added
Actions