Project

General

Profile

Actions

Bug #2894

closed

Some types are not handle by the eventlog migration from fileFormat2 to forFormat3

Added by Nicolas PERRON over 11 years ago. Updated over 11 years ago.

Status:
Released
Priority:
1
Category:
Web - Compliance & node report
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

It seems that some eventlog types are not handled by the migration since some groups and directives are still using "fileFormat=2":

# grep -R "fileFormat=\"2\"" /var/rudder/configuration-repository/directives/ | wc -l
47

# grep -R "fileFormat=\"2\"" /var/rudder/configuration-repository/groups/ | wc -l
5

and in the logs:

# cat /var/log/rudder/core/rudder-webapp.log | cut -d "]" -f 4- | sort | uniq 

 [type: ExportFullArchive]: no handler for that type.
 [type: ExportGroups]: no handler for that type.
 [type: ExportRules]: no handler for that type.
 [type: ExportTechniqueLibrary]: no handler for that type.
 [type: ImportFullArchive]: no handler for that type.
 [type: ImportGroups]: no handler for that type.
 [type: ImportRules]: no handler for that type.
 [type: ImportTechniqueLibrary]: no handler for that type.
 [type: ReloadTechniqueLibrary]: no handler for that type.
 [type: SuccessfulDeployment]: no handler for that type.

Actions #1

Updated by Nicolas PERRON over 11 years ago

  • Assignee changed from Vincent MEMBRÉ to François ARMAND
  • Target version changed from 2.4.0~rc2 to 2.4.0~beta5

François will work on it for the beta5

Actions #2

Updated by François ARMAND over 11 years ago

  • Status changed from New to In progress
Actions #3

Updated by François ARMAND over 11 years ago

  • Status changed from In progress to Pending technical review
  • % Done changed from 0 to 100
Actions #4

Updated by Nicolas CHARLES over 11 years ago

  • Status changed from Pending technical review to Released

This looks valid, and it removed code ! So it's great, thank you Francois

Actions

Also available in: Atom PDF