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

cli: add retries if search results are not expected length in upload-bin #3650

Merged
merged 4 commits into from
Nov 2, 2024

Commits on Oct 31, 2024

  1. cli: add flag for skipping block uploading in upload-bin

    Signed-off-by: Ekaterina Pavlova <[email protected]>
    AliceInHunterland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6a93f70 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. cli: refactor errors and comments in upload-bin

    Signed-off-by: Ekaterina Pavlova <[email protected]>
    AliceInHunterland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    365bbe0 View commit details
    Browse the repository at this point in the history
  2. cli: adjust index file creation in upload-bin

    In case of incomplete search result it will try to find each missed oid
    and process it. In case of duplicates the first found will be in index
    file.
    
    Close #3647
    
    Signed-off-by: Ekaterina Pavlova <[email protected]>
    AliceInHunterland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    35d1277 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. cli: use GET instead of HEAD in upload bin

    Will be reverted when nspcc-dev/neofs-node#2988 is fixed. Currently HEAD
    request can return incorrect attributes, which can lead to incorrect
    index files.
    
    Signed-off-by: Ekaterina Pavlova <[email protected]>
    AliceInHunterland committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    c955c1e View commit details
    Browse the repository at this point in the history