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

[BUG] Sweeper period setting has no effect #1314

Open
spapadop opened this issue Nov 28, 2023 · 0 comments
Open

[BUG] Sweeper period setting has no effect #1314

spapadop opened this issue Nov 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@spapadop
Copy link

What is the bug?
Setting plugins.scheduled_jobs.sweeper.period to a different value than the default, for example 60m does not have any effect, as the sweeper keeps on running every 5 minutes, which is the default value.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Set plugins.scheduled_jobs.sweeper.period to 60m on opensearch.yml
  2. Restart the cluster nodes
  3. Observe that these logs will keep on appearing every 5 minutes
    [INFO ][o.o.j.s.JobSweeper       ] [node] Running full sweep
    

What is the expected behavior?
If plugins.scheduled_jobs.sweeper.period is set, the cluster should respect it and run sweeper accordingly.

What is your host/environment?

  • OpenSearch v2.11.0 with all default plugins
@spapadop spapadop added bug Something isn't working untriaged labels Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants