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

Restore: add and fill host info in restore progress #4088

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2024

  1. chore(go.mod): remove replace directive to SM submodules

    It was a left-over after feature development:/
    Michal-Leszczynski committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8e6cf15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0df8561 View commit details
    Browse the repository at this point in the history
  3. feat(schema): add shard cnt to restore_run_progress

    It's going to be needed for calculating per shard
    download/stream bandwidth in progress command.
    Michal-Leszczynski committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1259abd View commit details
    Browse the repository at this point in the history
  4. feat(restore): add and fill shard cnt in restore run progress

    This commit also moves host shard info to the tablesWorker,
    as it is commonly reused during restore procedure.
    Michal-Leszczynski committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f1b1206 View commit details
    Browse the repository at this point in the history
  5. feat(restore): add and fill host info in progress

    This allows to calculate download/stream per shard
    bandwidth in 'sctool progress' display.
    
    s: add and fill host info in prog
    Michal-Leszczynski committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6f7fe57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9db113 View commit details
    Browse the repository at this point in the history
  7. feat(managerclient): include B or iB in SizeSuffix display

    It is nicer to see:
    "Size: 10B" instead of "Size: 10" or
    "Size: 20KiB" instead of "Size: 20k".
    Michal-Leszczynski committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f960de8 View commit details
    Browse the repository at this point in the history