Commit f7b77e5
authored
[Fix](cloud-mow) Fix dup key problem due to calculating delete bitmaps for incremental rowsets based on wrong historical rowsets during SC (#49350)
### What problem does this PR solve?
When calculating delete bitmaps for incremental rowsets during schema
change double write phase, `sync_rowsets` on tmp_tablet may override
local converted historical rowsets with rowsets on new tablet. But these
rowsets will be removed when commit sc job.
This PR re-add converted rowsets after `sync_rowsets` to avoid the
problem1 parent 9308401 commit f7b77e5
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
469 | 473 | | |
470 | 474 | | |
471 | 475 | | |
| |||
0 commit comments