CaojiamingAlan opened a new issue #11663:
URL: https://github.com/apache/druid/issues/11663
Please provide a detailed title (e.g. "Broker crashes when using TopN query
with Bound filter" instead of just "Broker crashes").
### Affected Version
Druid-0.21.1
### Description
I am a rookie of Druid and I am trying to run the integration test as a
starting point. I managed to run it smoothly in the company, but when I am back
home and using the VPN of the company to continue, a weird thing happened: the
key generating scripts says I have an error in the auto-generated.config file
expired_csr.conf. I dig into it and found the following:
IP.1 = 192.168.0.102
10.255.1.14
IP.2 = 127.0.0.1
IP.3 = 172.172.172.1
IP.4 = 127.0.0.1
The template for generating it was:
IP.1 = ${DOCKER_HOST_IP}
IP.2 = 127.0.0.1
IP.3 = 172.172.172.1
IP.4 = ${DOCKER_MACHINE_IP:=127.0.0.1}
It seems that cause I am using a VPN, I've got 2 IP addresses and introduced
an error! Interesting though XD
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]