deardeng commented on code in PR #64167:
URL: https://github.com/apache/doris/pull/64167#discussion_r3496981266


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -5877,6 +5940,237 @@ public void modifyTableColocate(Database db, OlapTable 
table, String assignedGro
         LOG.info("finished modify table's colocation property. table: {}, is 
replay: {}", table.getName(), isReplay);
     }
 
+    public void modifyTenantLevelMasterColocate(Database db, OlapTable table, 
Map<Tag, String> assignedGroupNameMap,

Review Comment:
   plz add more ut,
   After running ALTER TABLE SET colocate_group, construct a 
TenantLevelColocateTableInfo, invoke replay, and verify that the replayed group 
id, backendsPerBucketSeq, and table-to-group mapping are consistent.



-- 
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]

Reply via email to