Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actionId nbAgentsAck greater than nbAgentsActionCreated on completion #142846

Closed
pjbertels opened this issue Oct 5, 2022 · 1 comment · Fixed by #142848
Closed

actionId nbAgentsAck greater than nbAgentsActionCreated on completion #142846

pjbertels opened this issue Oct 5, 2022 · 1 comment · Fixed by #142848
Assignees
Labels
Project:FleetScaling Team:Fleet Team label for Observability Data Collection Fleet team

Comments

@pjbertels
Copy link

image_tag:8.5.0-58624073-SNAPSHOT

Examples:

[11:32:44]           UPGRADE IN_PROGRESS 49928/50000/0                                                                                                                              perf_lib.py:23
[11:32:54]           UPGRADE IN_PROGRESS 49956/50000/0                                                                                                                              perf_lib.py:23
[11:33:05]           UPGRADE IN_PROGRESS 49982/50000/0                                                                                                                              perf_lib.py:23
[11:33:16]           UPGRADE COMPLETE 50006/50000/0                                                                                                                                perf_lib.py:23
[11:08:54]           POLICY_REASSIGN IN_PROGRESS 49921/50000/0                                                                                                                      perf_lib.py:23
[11:09:15]           POLICY_REASSIGN IN_PROGRESS 49962/50000/0                                                                                                                      perf_lib.py:23
[11:09:35]           POLICY_REASSIGN COMPLETE 50002/50000/0                                                                                                                         perf_lib.py:23

@pjbertels pjbertels added Team:Fleet Team label for Observability Data Collection Fleet team Project:FleetScaling labels Oct 5, 2022
@juliaElastic
Copy link
Contributor

I had a look at the data, and it looks that the fix we did for this issue before is not good enough.
We are doing a cardinality aggregation to filter out multiple acks for the same agent, but it is not accurate for too many agents as documented.

We could do a workaround and cap nbAgentsAck, so it never exceeds the total actioned count.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project:FleetScaling Team:Fleet Team label for Observability Data Collection Fleet team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants