Skip to content

Deduplicate list of storages in specs service #66

@zhilingc

Description

@zhilingc

Expected Behavior

Ingestion should retrieve a set of storages from core, not a list with multiples.

Current Behavior

Given an import job with features sharing stores, the ingestion job will query for the full list of storage ids with duplicates. This will fail the job since the output list of storage specs will be smaller than the list of ids.

Possible Solution

Deduplicating the list of required storage specs will fix this problem (in Specs.java)

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