You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
[INFO] [12/07/2018 16:24:18.891] [default-akka.actor.default-dispatcher-16] [akka.tcp://default@10.130.4.13:10000/system/bootstrapCoordinator] Looking up [Lookup(bootstrap-dns-demo,Some(management),Some(tcp))]
[WARN] [12/07/2018 16:24:21.911] [default-akka.actor.default-dispatcher-17] [akka.tcp://default@10.130.4.13:10000/system/bootstrapCoordinator] Resolve attempt failed! Cause: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://default/system/IO-DNS#2009517534]] after [3000 ms]. Message of type [akka.io.dns.DnsProtocol$Resolve]. A typical reason for AskTimeoutException is that the recipient actor didn't send a reply.
[INFO] [12/07/2018 18:28:54.757] [default-akka.actor.default-dispatcher-16] [akka.tcp://default@10.130.4.29:10000/system/bootstrapCoordinator] Looking up [Lookup(bootstrap-dns-demo-internal.reactivelibtest1.svc.cluster.local,Some(management),Some(tcp))]
[WARN] [12/07/2018 18:28:56.607] [default-akka.actor.default-dispatcher-3] [akka.tcp://default@10.130.4.29:10000/system/bootstrapCoordinator] Resolve attempt failed! Cause: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://default/system/IO-DNS#-199650001]] after [3000 ms]. Message of type [akka.io.dns.DnsProtocol$Resolve]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.
To clarify, I am seeing Some(management) in Looking up [Lookup(bootstrap-dns-demo-internal.reactivelibtest1.svc.cluster.local,Some(management),Some(tcp))]. This would fail because the port that we have it set up here is akka-mgmt-http.
Finally got it to lookup akka-mgmt-http, but still not working.
[INFO] [12/11/2018 09:07:10.583] [default-akka.actor.default-dispatcher-3] [akka.tcp://default@10.130.4.132:10000/system/bootstrapCoordinator] Looking up [Lookup(bootstrap-demo-kubernetes-dns-internal.reactivelibtest1.svc.cluster.local,Some(akka-mgmt-http),Some(tcp))]
[WARN] [12/11/2018 09:07:13.603] [default-akka.actor.default-dispatcher-20] [akka.tcp://default@10.130.4.132:10000/system/bootstrapCoordinator] Resolve attempt failed! Cause: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://default/system/IO-DNS#1521988542]] after [3000 ms]. Message of type [akka.io.dns.DnsProtocol$Resolve]. A typical reason for AskTimeoutException is that the recipient actor didn't send a reply.
I am thinking #93 needs to happen for DNS to work.
The correct message is being sent but probably the other side is not interpreting the new style of message akka.io.dns.DnsProtocol$Resolve.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref lightbend/reactive-cli#177
Trying to reproduce the issue.
Fixes #93