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


##########
broker/src/main/java/org/apache/rocketmq/broker/out/BrokerOuterAPI.java:
##########
@@ -257,13 +257,13 @@ public void updateNameServerAddressListByDnsLookup(final 
String domain) {
     }
 
     public BrokerMemberGroup syncBrokerMemberGroup(String clusterName, String 
brokerName)
-        throws InterruptedException, RemotingTimeoutException, 
RemotingSendRequestException, RemotingConnectException {
+        throws InterruptedException, RemotingTimeoutException, 
RemotingSendRequestException, RemotingConnectException, MQBrokerException {
         return syncBrokerMemberGroup(clusterName, brokerName, false);
     }
 
     public BrokerMemberGroup syncBrokerMemberGroup(String clusterName, String 
brokerName,
         boolean isCompatibleWithOldNameSrv)
-        throws InterruptedException, RemotingTimeoutException, 
RemotingSendRequestException, RemotingConnectException {
+        throws InterruptedException, RemotingTimeoutException, 
RemotingSendRequestException, RemotingConnectException, MQBrokerException {

Review Comment:
   这里改接口不好



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

Reply via email to