Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[uma] Replace list of providers with explicit data and metadata providers. #641

Closed
wants to merge 3 commits into from

Commits on Jun 20, 2023

  1. [uma] simplify get_name

    by returning the name directly instead of through out param. This
    function is not allowed to fail anyway.
    igchor committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d970216 View commit details
    Browse the repository at this point in the history
  2. [uma] replace list of providers with explicit

    data and metadata providers in initialize. Also, replace
    get_memory_providers with get_data_memory_provider and
    get_metadata_memory_provider.
    
    Implementation of get_*_provider is supposed to be supplied
    by each memory pool: this is to allow ignoring passed memory
    provider (especially the metadata provider).
    igchor committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5414e5a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. [uma] extend error codes

    with METADATA and DATA provider specific errors.
    igchor committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    eb8de02 View commit details
    Browse the repository at this point in the history