Skip to content

Fix agent group updating in database module#2004

Merged
albertomn86 merged 1 commit into3.7from
fix-group-update
Nov 29, 2018
Merged

Fix agent group updating in database module#2004
albertomn86 merged 1 commit into3.7from
fix-group-update

Conversation

@vikman90
Copy link
Copy Markdown
Member

The database synchronizer module was producing an inconsistency in the agent group assignation.

The module parses the file etc/client.keys and gets the group of each agent, but the agent group assignation file (at queue/agent-group) has not to always exist. In this case, the module incorrectly saved the group of the previous agent for the current agent.

This PR fixes this bug.

@vikman90 vikman90 added the type/bug Something isn't working label Nov 29, 2018
@vikman90 vikman90 added this to the 48th week sprint milestone Nov 29, 2018
@vikman90 vikman90 requested a review from albertomn86 November 29, 2018 12:19
@albertomn86 albertomn86 merged commit d144ae4 into 3.7 Nov 29, 2018
@albertomn86 albertomn86 deleted the fix-group-update branch November 29, 2018 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants