Skip to content

Cherry-pick #24055 to 7.x: Fix reloading of log level for services #24061

Merged
michalpristas merged 1 commit intoelastic:7.xfrom
michalpristas:backport_24055_7.x
Feb 16, 2021
Merged

Cherry-pick #24055 to 7.x: Fix reloading of log level for services #24061
michalpristas merged 1 commit intoelastic:7.xfrom
michalpristas:backport_24055_7.x

Conversation

@michalpristas
Copy link
Copy Markdown
Contributor

@michalpristas michalpristas commented Feb 16, 2021

Cherry-pick of PR #24055 to 7.x branch. Original message:

What does this PR do?

This PR fixes 2 things.

First one is an issue introduced in #23886, this caused that VarSkipKey removed key from Action which was then stored using Ack and Store. This action was input-less so after restart agent was not running anything and it thought it;s ok because preserved state id is same as the one from fleet.
This one I discovered without filing an issue

Second one is bug described in #23720. The issue here is that agent creates a server with own counter, set to 1. But service already has a config with state counter. So if we change log level and restart an agent counter is 1 which == to the counter in a service and agent thinks everything is up to date.
Fix is that we take counter from a service and if it's > 0, which means services already retrieved some configuration we force reload of config by incrementing our local counter to what_service_has + 1

Why is it important?

Fixes bugs

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

…24055)

[Ingest Management] Fix reloading of log level for services (elastic#24055)
@michalpristas michalpristas self-assigned this Feb 16, 2021
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/agent (Team:Agent)

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Feb 16, 2021
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #24061 opened

  • Start Time: 2021-02-16T14:38:34.417+0000

  • Duration: 57 min 31 sec

  • Commit: cb9e13a

Test stats 🧪

Test Results
Failed 0
Passed 6494
Skipped 24
Total 6518

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 6494
Skipped 24
Total 6518

Copy link
Copy Markdown
Contributor

@blakerouse blakerouse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backport looks good.

@michalpristas michalpristas merged commit e17a43e into elastic:7.x Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants