-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tokenmeta dstore needs to re-query dns on s3 failure #182
Comments
In this case the s3 server is sending back HTTP error 503. |
mindreader and merger work fine. other components seem to not. |
I can't reproduce by simply closing the endpoints: local setup:
dns a) if I close .1.1, I don't get a failure.
c) I edit the DNS entry and add 127.0.3.3 to |
so locally, when I set common blocks folder like this: tokenmeta will successfully switch to a new endpoint (added in DNS) in case of failure... |
I am curious what kind of failure you tested. In my test the connection was still active, but returning 503 errors. That might be different than killing the entire service so the TCP connection breaks. |
tokenmeta keeps trying to connect to and s3 endpoint where the IP address changed (DNS is the same). So the same request fails over and over and over.
The text was updated successfully, but these errors were encountered: