Skip to content

Instantly share code, notes, and snippets.

@wgordon17
Created January 3, 2019 17:24
Show Gist options
  • Save wgordon17/f2e3f1bf3159f4d11fd41b3303576f79 to your computer and use it in GitHub Desktop.
Save wgordon17/f2e3f1bf3159f4d11fd41b3303576f79 to your computer and use it in GitHub Desktop.
# Console DNS failure
2019-01-03 15:50:40.670231 UTC - [Parent 46910: Main Thread]: D/nsHostResolver Resolving host [console-openshift-console.apps.openshift.willandsteph.com] - bypassing cache type 0. [this=0x118a68310]
2019-01-03 15:50:40.670243 UTC - [Parent 46910: Main Thread]: D/nsHostResolver No usable record in cache for host [console-openshift-console.apps.openshift.willandsteph.com] type 0.
2019-01-03 15:50:40.670257 UTC - [Parent 46910: Main Thread]: D/nsHostResolver DNS thread counters: total=2 any-live=0 idle=2 pending=1
2019-01-03 15:50:40.670267 UTC - [Parent 46910: Main Thread]: D/nsHostResolver DNS lookup for host [console-openshift-console.apps.openshift.willandsteph.com] blocking pending 'getaddrinfo' or trr query: callback [0x141872ee0]
2019-01-03 15:50:40.670285 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver DNS lookup thread - Calling getaddrinfo for host [console-openshift-console.apps.openshift.willandsteph.com].
2019-01-03 15:50:40.671341 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver DNS lookup thread - lookup completed for host [console-openshift-console.apps.openshift.willandsteph.com]: failure: unknown host.
2019-01-03 15:50:40.671373 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver nsHostResolver::CompleteLookup console-openshift-console.apps.openshift.willandsteph.com 0x0 804B001E trr=0 stillResolving=0
2019-01-03 15:50:40.671395 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver nsHostResolver record 0x12633bc40 new gencnt
2019-01-03 15:50:40.671416 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver Caching host [console-openshift-console.apps.openshift.willandsteph.com] negative record for 60 seconds.
2019-01-03 15:50:40.671432 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver CompleteLookup: console-openshift-console.apps.openshift.willandsteph.com has NO address
2019-01-03 15:50:40.671447 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver nsHostResolver record 0x12633bc40 calling back dns users
# Random app URL success
2019-01-03 15:51:41.861977 UTC - [Parent 46910: Main Thread]: D/nsHostResolver Resolving host [test3.apps.openshift.willandsteph.com] type 0. [this=0x118a68310]
2019-01-03 15:51:41.862012 UTC - [Parent 46910: Main Thread]: D/nsHostResolver Host [test3.apps.openshift.willandsteph.com] is being resolved. Appending callback [0x1301a2310].
2019-01-03 15:51:41.891839 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver DNS lookup thread - lookup completed for host [test3.apps.openshift.willandsteph.com]: success.
2019-01-03 15:51:41.891861 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver nsHostResolver::CompleteLookup test3.apps.openshift.willandsteph.com 0x1414d4e20 0 trr=0 stillResolving=0
2019-01-03 15:51:41.891871 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver nsHostResolver record 0x1443c4900 new gencnt
2019-01-03 15:51:41.891878 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver Caching host [test3.apps.openshift.willandsteph.com] record for 60 seconds (grace 60).
2019-01-03 15:51:41.891887 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver CompleteLookup: test3.apps.openshift.willandsteph.com has 3.16.133.105
2019-01-03 15:51:41.891894 UTC - [Parent 46910: DNS Resolver #5]: D/nsHostResolver nsHostResolver record 0x1443c4900 calling back dns users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment