lizhimins commented on code in PR #8027:
URL: https://github.com/apache/rocketmq/pull/8027#discussion_r1569847268


##########
client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java:
##########
@@ -832,6 +832,7 @@ public boolean updateTopicRouteInfoFromNameServer(final 
String topic, boolean is
                         }
                     } else {
                         log.warn("updateTopicRouteInfoFromNameServer, 
getTopicRouteInfoFromNameServer return null, Topic: {}. [{}]", topic, 
this.clientId);
+                        this.topicRouteTable.remove(topic);

Review Comment:
   It is the client's protection policy and cannot be directly deleted



-- 
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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to