blackfox1983 opened a new issue #2698: sync meta failed in doris-on-es URL: https://github.com/apache/incubator-doris/issues/2698 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** DDL: create external table .... ... "hosts" = "http://192.168.145.133:10200, http://192.168.145.134:10200", ... FE.log java.lang.IllegalArgumentException: unexpected url: http:// http://192.168.145.133:10200/_cluster/state?indices=table&metric=routing_table,nodes,metadata&expand_wildcards=open if we use create external table .... ... "hosts" = "192.168.145.133:10200, 192.168.145.134:10200", ... java.lang.IllegalArgumentException: unexpected url: http:// 192.168.145.133:10200/_cluster/state?indices=table&metric=routing_table,nodes,metadata&expand_wildcards=open **Expected behavior** "hosts" = "http://192.168.145.133:10200, 192.168.145.134:10200", it will work if `hosts` write like 'http://host' or 'host' or '[space]host'
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
