Skip to content

[BUG] ARS in search phase causes uneven cpu usage #16360

Open
@kkewwei

Description

Describe the bug

In our product, we found that the CPU usage of the nodes is very uneven, but shard allocation is relatively uniform, when we close the ars, the cpu usage become relatively stable.

PUT _cluster/settings
{
    "persistent": {
        "cluster.routing.use_adaptive_replica_selection":"false"
    }
}

After putting the settings, the result is as follows:
image

Related component

Search:Relevance

To Reproduce

There seems something wrong with the search ars, I can't reproduce it, and will continue to follow up on this reason.

Expected behavior

no

Additional Details

Plugins
Please list all plugins currently enabled.

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • Version os2.9

Additional context
Add any other context about the problem here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Search:RelevancebugSomething isn't workingnon-issuebugs / unexpected behaviors that end up non issues; audit trail simple changes that aren't issues

    Type

    No type

    Projects

    • Status

      🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions