Skip to content

Manual specification of UUID by users is no longer supported under the Segmented index distributed index building framework. #7032

@zhangyue19921010

Description

@zhangyue19921010

In the segmented case, distributed builds move from "a single index written in a distributed fashion, then a final merge" to "creating multiple independent segments in a distributed fashion" — each worker produces one canonical segment(At query time the segments of one logical index are unioned automatically.)

Manual UUIDs are no longer supported because each worker must produce a distinct physical segment with its own UUID; user-specified UUIDs can collide across workers and corrupt or overwrite segment outputs.

In general, under the framework of segmented index, users should be prohibited from manually specifying the index UUID regardless of whether the index is created in a distributed or standalone manner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions