Actions
Bug #18377
closedDuplicated code from a merge #16513
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
We have that code in PolicyWritterService
:
... readTemplateTime1 <- currentTimeMillis configAndPaths <- calculatePathsForNodeConfigurations(interestingNodeConfigs, rootNodeId, allNodeInfos, newPostfix, backupPostfix) pathsInfo = configAndPaths.map { _.paths } configAndPaths <- calculatePathsForNodeConfigurations(interestingNodeConfigs, rootNodeId, allNodeInfos, newPostfix, backupPostfix) pathsInfo = configAndPaths.map { _.paths } ...
That doesn't break by some ghosting magic, but it's really spending resources for nothing.
Actions