Skip to content

Is indices.refresh a blocking method? #332

@boguth

Description

@boguth

This question was not clearly answered in this issue: #308 and it's the only resource I've found that addresses the overall question about concurrency issues with elastic search.

So, definitively, is indices.refresh a blocking method? By that I mean does indices.refresh block the executing thread until its operation finished - like sleep (http://apidock.com/ruby/Kernel/sleep) does, for example.

Like the dev in the issue mentioned above, I'm having issues obtaining fresh data in real time. If indices.refresh isn't a viable solution to concurrency issues, what is?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions