Skip to content

branch-4.0: [fix](cloud) Fix misleading CommittedVersion display in show partitions #60623#60679

Merged
yiguolei merged 1 commit intobranch-4.0from
auto-pick-60623-branch-4.0
Feb 13, 2026
Merged

branch-4.0: [fix](cloud) Fix misleading CommittedVersion display in show partitions #60623#60679
yiguolei merged 1 commit intobranch-4.0from
auto-pick-60623-branch-4.0

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #60623

…ns (#60623)

In cloud mode, CloudPartition sets nextVersion to -1 (unknown), but
getCommittedVersion() inherited from Partition computes nextVersion - 1
which returns -2, a confusing value for users. Override
getCommittedVersion() in CloudPartition to return -1 directly,
consistent with the "unknown/managed by meta-service" semantics.
@github-actions github-actions bot requested a review from yiguolei as a code owner February 11, 2026 09:00
@yiguolei
Copy link
Contributor

run buildall

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage 100.00% (1/1) 🎉
Increment coverage report
Complete coverage report

@yiguolei
Copy link
Contributor

skip buildall

@yiguolei yiguolei closed this Feb 13, 2026
@yiguolei yiguolei reopened this Feb 13, 2026
@yiguolei yiguolei merged commit 93277bd into branch-4.0 Feb 13, 2026
28 of 31 checks passed
@github-actions github-actions bot deleted the auto-pick-60623-branch-4.0 branch February 13, 2026 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants