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 partition live number not update (backport #49437) #49583

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. [BugFix] Fix partition live number not update (StarRocks#49437)

    Why I'm doing:
    alter table tbl set ("partition_live_number" = "2") can modify table partition live number,
    but when FE restarts, partition_live_number will be recovered to old value.
    
    buildPartitionLiveNumber checks the current value of partitionTTLNumber and does not update if it is not -1.
    
    What I'm doing:
    fix the update check.
    
    Signed-off-by: wyb <[email protected]>
    wyb committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4523817 View commit details
    Browse the repository at this point in the history