luwei16 opened a new pull request, #68033:
URL: https://github.com/apache/doris/pull/68033
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Changing a cloud table compaction policy sent the same
policy to every visible index, including hidden row-binlog tablets. Those
tablets require the dedicated binlog policy, so the ALTER persisted and
synchronized an incompatible policy. Exclude row-binlog indexes from
compaction-policy updates while preserving their inclusion for other tablet
metadata updates.
### Release note
Preserve the dedicated binlog compaction policy on hidden row-binlog tablets
when altering a cloud table compaction policy.
### Check List (For Author)
- Test: Unit Test
- FE_UT_PARALLEL=1 bash run-fe-ut.sh --run CloudSchemaChangeHandlerTest
- Behavior changed: Yes. Cloud compaction-policy ALTER no longer updates
hidden row-binlog tablets.
- Does this need documentation: No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]