This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Connection address #95
Comments
@bilus are you using non-cluster setup ? |
@t3hnar Yes. Unfortunately, I need it to work either way. I'm sorry for not posting any code, but it's Clojure so... :P |
This sounds like a turtles all the way down problem as there are varying
levels of caching by design in DNS.
…On Sun, Jun 18, 2017 at 10:28 PM, Marcin Bilski ***@***.***> wrote:
@t3hnar <https://github.com/t3hnar> Yes. Unfortunately, I need it to work
either way. I'm sorry for not posting any code, but it's Clojure so... :P
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXRWi1GCK-zAZPXyrOJZqwt8Y0p0CpVks5sFZaEgaJpZM4N9g0F>
.
--
Studying for the Turing test
|
@bilus so re-loading |
Thanks, @t3hnar! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm looking for a way to force the library to resolve DNS name after it changes.
To recreate:
127.0.0.1 eventstore
to/etc/hosts
eventstore
domain.Connection failed to eventstore/127.0.0.1:1113
errors./etc/hosts
' entry soeventstore
points to127.0.0.2
(or whatever).PROBLEM: ConnectionActor uses the resolved IP address, and never tries
127.0.0.2
.What's the easiest way to force it to resolve again? Thanks!
The text was updated successfully, but these errors were encountered: