[
https://issues.apache.org/jira/browse/IOTDB-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048581#comment-17048581
]
Julian Feinauer commented on IOTDB-531:
---------------------------------------
I used 0.9.0. But i just added a the following test to current master
{code:java}
@Test
public void testParseDomainName() throws IoTDBURLException {
Properties properties = new Properties();
final IoTDBConnectionParams params = Utils.parseUrl("jdbc:iotdb//test:6667",
properties);
assertEquals("test", params.getHost());
assertEquals(6667, params.getPort());
}
{code}
which fails with
{code:java}
org.junit.ComparisonFailure:
Expected :test
Actual :est
{code}
so it seems like there really is an issue with parsing domain names.
> iotdb-grafana does not take domain as host
> ------------------------------------------
>
> Key: IOTDB-531
> URL: https://issues.apache.org/jira/browse/IOTDB-531
> Project: Apache IoTDB
> Issue Type: Bug
> Components: Connectors/Grafana
> Reporter: Julian Feinauer
> Priority: Critical
>
> When customizing the application.properties for iotdb-grafana it needs an ip
> + port as it does not work withn domain + port.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)