Actions
Bug #6575
closedWhen we accept a new node, we have two promises generation instead of one
Status:
Released
Priority:
2
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When accepting a new node, we have two promises generation: one for the dynamic group update, and one for the node acceptation
Webapp log says:
[2015-04-13 15:36:20] WARN com.normation.rudder.repository.xml.GitNodeGroupArchiverImpl - Auto-archive git failure: not found in git added files: 'groups/uuid1/uuid2.xml'. You can safelly ignore that warning if the file was already existing in Git and was not modified by that archive. [2015-04-13 15:36:20] WARN com.normation.rudder.repository.xml.GitNodeGroupArchiverImpl - Auto-archive git failure: not found in git added files: 'groups/uuid1/uuid3.xml'. You can safelly ignore that warning if the file was already existing in Git and was not modified by that archive. [2015-04-13 15:36:20] INFO com.normation.rudder.batch.UpdateDynamicGroups$LAUpdateDyngroupManager - Dynamic group hasPolicyServer-uuid4: added node with id: [ uuid5 ], removed: nothing [2015-04-13 15:36:20] INFO com.normation.rudder.batch.UpdateDynamicGroups$LAUpdateDyngroupManager - Dynamic group uuid6: added node with id: [ uuid7 ], removed: nothing [2015-04-13 15:36:20] INFO com.normation.rudder.batch.UpdateDynamicGroups$LAUpdateDyngroupManager - Dynamic group uuid8c: added node with id: [ uuid ], removed: nothing [2015-04-13 15:36:20] INFO com.normation.rudder.services.policies.DeploymentServiceImpl - Start policy generation, checking updated rules [2015-04-13 15:36:20] INFO com.normation.rudder.batch.AsyncDeploymentAgent - One automatic policy update process is already pending, ignoring new policy update request [2015-04-13 15:36:21] INFO com.normation.rudder.services.policies.nodeconfig.NodeConfigurationServiceImpl - Configuration of following nodes were updated, their promises are going to be written: [list of nodes]
Happens at least in 2.11
Actions