Commit 98dd7aa
[fix](cloud) Fixed uneven tablet performance during upgrades from older versions (#58135)
Prior to this #42986 PR, the
`getLastUpdateMs` field of the backend was not written to the fe image.
This caused the tablet mapping on the cloud to lose the PrimaryBackend
information after the upgrade, resulting in the regeneration of an
incorrect PrimaryBackend and uneven tablet distribution.
detail:
<img width="930" height="859" alt="image"
src="https://github.com/user-attachments/assets/23d62adc-0bbb-49cb-b5b0-d1768f6422c7"
/>1 parent be1b122 commit 98dd7aa
File tree
1 file changed
+3
-1
lines changed- fe/fe-core/src/main/java/org/apache/doris/cloud/catalog
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
655 | 657 | | |
656 | 658 | | |
657 | 659 | | |
| |||
0 commit comments