Project

General

Profile

Actions

Bug #3193

closed

The debug message listing the query executed by an archiving of reports is invalid

Added by Nicolas CHARLES over 11 years ago. Updated about 11 years ago.

Status:
Released
Priority:
5
Category:
Web - Maintenance
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

When we do an archive of reports, there are debug logs that a written to the log file
But they are invalid :
DEBUG com.normation.rudder.repository.jdbc.ReportsJdbcRepository - Archiving report with SQL query: [[
insert into archivedruddersysevents (id, executionDate, nodeId, policyInstanceId, configurationRuleId, serial, component, keyValue, executio
nTimeStamp, eventType, policy, msg)
(select id, executionDate, nodeId, policyInstanceId, configurationRuleId, serial, component, keyValue, executionTimeStamp, eventType, policy
, msg from ruddersysevents
where executionTimeStamp < '2013-01-16')
]]

It's been a long time since these terms don't exists; the debug message should be corrected

Actions #1

Updated by Arthur ANGLADE over 11 years ago

  • Assignee set to Arthur ANGLADE
Actions #2

Updated by Arthur ANGLADE over 11 years ago

  • Status changed from New to Pending technical review
  • Assignee changed from Arthur ANGLADE to Nicolas CHARLES
  • % Done changed from 0 to 100
Actions #3

Updated by Arthur ANGLADE over 11 years ago

  • Status changed from Pending technical review to Pending release
Actions #5

Updated by Nicolas PERRON about 11 years ago

  • Status changed from Pending release to Released
Actions

Also available in: Atom PDF