You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Set plugins.scheduled_jobs.sweeper.period to 60m on opensearch.yml
Restart the cluster nodes
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
The text was updated successfully, but these errors were encountered:
What is the bug?
Setting
plugins.scheduled_jobs.sweeper.period
to a different value than the default, for example60m
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:
plugins.scheduled_jobs.sweeper.period
to60m
on opensearch.ymlWhat 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?
The text was updated successfully, but these errors were encountered: