vernedeng commented on a change in pull request #3138:
URL: https://github.com/apache/incubator-inlong/pull/3138#discussion_r826531302
##########
File path:
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/RemoteConfigManager.java
##########
@@ -143,8 +143,12 @@ public void reload() {
//
this.ipListParser.setCommonProperties(ConfigManager.getInstance().getCommonProperties());
List<String> managerIpList = this.ipListParser.getIpList();
+ if (managerIpList == null || managerIpList.size() == 0) {
+ return;
Review comment:
directly return, but does not print log "end to reload config".
--
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]