You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/22 10:33:11 UTC

[GitHub] [inlong] gosonzhang opened a new pull request, #6603: [INLONG-6602][DataProxy] ip config not valid

gosonzhang opened a new pull request, #6603:
URL: https://github.com/apache/inlong/pull/6603

   
   - Fixes #6602
   


-- 
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-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] healchow merged pull request #6603: [INLONG-6602][DataProxy] Fix the IP config was invalid

Posted by GitBox <gi...@apache.org>.
healchow merged PR #6603:
URL: https://github.com/apache/inlong/pull/6603


-- 
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-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] gosonzhang commented on a diff in pull request #6603: [INLONG-6602][DataProxy] ip config not valid

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on code in PR #6603:
URL: https://github.com/apache/inlong/pull/6603#discussion_r1029207921


##########
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/source/BaseSource.java:
##########
@@ -41,6 +41,7 @@
 import org.apache.inlong.common.monitor.MonitorIndex;
 import org.apache.inlong.common.monitor.MonitorIndexExt;
 import org.apache.inlong.dataproxy.metrics.DataProxyMetricItemSet;
+import org.apache.inlong.dataproxy.utils.ConfStringUtils;

Review Comment:
   It's used on line 226,227



-- 
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-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] aloyszhang commented on a diff in pull request #6603: [INLONG-6602][DataProxy] ip config not valid

Posted by GitBox <gi...@apache.org>.
aloyszhang commented on code in PR #6603:
URL: https://github.com/apache/inlong/pull/6603#discussion_r1029178179


##########
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/source/BaseSource.java:
##########
@@ -41,6 +41,7 @@
 import org.apache.inlong.common.monitor.MonitorIndex;
 import org.apache.inlong.common.monitor.MonitorIndexExt;
 import org.apache.inlong.dataproxy.metrics.DataProxyMetricItemSet;
+import org.apache.inlong.dataproxy.utils.ConfStringUtils;

Review Comment:
   un-used import



-- 
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-unsubscribe@inlong.apache.org

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