Actions
Bug #18097
closedduplicate parsing for hostname in inventory processing
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
when processing inventories, we can check hostname in 2 locations
RUDDER\HOSTNAME, and if it is invalid, OPERATINGSYSTEM\FQDN
However when parsing inventory, we check for both even if the first one is correct
out of 3800ms for parsing 330~ inventories, it costs 200ms (fairly expensive)
Actions