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


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/TabletInvertedIndex.java:
##########
@@ -194,7 +197,13 @@ public void tabletReport(long backendId, Map<Long, 
TTablet> backendTablets,
                             if (needSync(replica, backendTabletInfo)) {
                                 // need sync
                                 synchronized (tabletSyncMap) {
-                                    tabletSyncMap.put(tabletMeta.getDbId(), 
tabletId);
+                                    ListMultimap<Long, Long> dbTablets = 
tabletSyncMap.get(tabletMeta.getDbId());

Review Comment:
   dbTables 变量名改为table2Tablets 更好点



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