Skip to content

[BUG] Issue with search batching in MG replicated mode #1720

Description

@viclafargue

The issue was first observed as a flaky test in CI resulting in a segfault.

In multi-GPU replicated mode, the search query is divided in batches. These search batches are ran in parallel with OpenMP. In some cases, there may be more batches than available GPUs/indexes causing multiple searches to be performed on the same index at once. This may possibly cause a thread safety issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status
    Done
    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions