Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
BlockerFix versions
Details
Details
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Created May 14, 2021 at 1:13 PM
Updated October 17, 2023 at 4:52 PM
Resolved October 17, 2023 at 4:52 PM
Regression caused by changes to HPCC-25815.
in the code that creates hostgroups to match the existing groups, no hostgroup is created if it matches one that already exists.
If a thor group is processed a derived _mirror hostGroup is created. The wrong base name was being filled in for this mirror group if it matched one that already existed.
That then causes an internal error when the hostGroup ips are expanded out in subsequent processing - because the host group could not be found.
Follow on core is unrelated - probably due to objects being destroyed in the wrong order.