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

[BugFix] Fix restore download failure for the file of GIN #44957

Merged
merged 3 commits into from
Apr 29, 2024

Commits on Apr 29, 2024

  1. [BugFix] Fix restore download failure for the file of GIN

    Why I'm doing:
    Currently, we hard core two kinds of GIN index file which
    is end with segments_2 and segments.gen. But the index file
    maybe contains some file which are end with segments_1,
    segments_2,...,segments_n etc. We will download these files
    fail because the incorrent file name check.
    
    What I'm doing:
    Check whether the file name contain segments instead of hard
    coding the suffix.
    
    Signed-off-by: srlch <linzichao@starrocks.com>
    srlch committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    73b79ae View commit details
    Browse the repository at this point in the history
  2. Fix comment

    Signed-off-by: srlch <linzichao@starrocks.com>
    srlch committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6870d3e View commit details
    Browse the repository at this point in the history
  3. Fix comment

    Signed-off-by: srlch <linzichao@starrocks.com>
    srlch committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d078235 View commit details
    Browse the repository at this point in the history