Skip to content

Instantly share code, notes, and snippets.

@markdrago
Created January 20, 2015 13:20
Show Gist options
  • Save markdrago/52b73c29ef30ec86fef4 to your computer and use it in GitHub Desktop.
Save markdrago/52b73c29ef30ec86fef4 to your computer and use it in GitHub Desktop.
native-dns debug output after patch
NODE_DEBUG=dns node src/index.js
client 1421602423441 building question _zookeeper._tcp
client 1421602423457 platform ready sending queued requests
client 1421602423457 resolve filling servers _zookeeper._tcp
client 1421602423457 resolve start { address: '192.168.20.89', port: 53, type: 'udp' } _zookeeper._tcp
client 1421602423459 request created { type: 33, class: 1, name: '_zookeeper._tcp' }
client 1421602423459 request starting { type: 33, class: 1, name: '_zookeeper._tcp' }
client 1421602423460 request not in cache { type: 33, class: 1, name: '_zookeeper._tcp' }
client 1421602423481 request handled 22147 { type: 33, class: 1, name: '_zookeeper._tcp' }
client 1421602423481 resolve handle 3 _zookeeper._tcp
client 1421602423481 resolve should continue 5 3
client 1421602423481 resolve next question _zookeeper._tcp
client 1421602423481 building question _zookeeper._tcp.home
client 1421602423481 resolve start { address: '192.168.20.89', port: 53, type: 'tcp' } _zookeeper._tcp
client 1421602423481 request created { type: 33, class: 1, name: '_zookeeper._tcp.home' }
client 1421602423481 request starting { type: 33, class: 1, name: '_zookeeper._tcp.home' }
client 1421602423481 request not in cache { type: 33, class: 1, name: '_zookeeper._tcp.home' }
client 1421602423483 request finished 22147 { type: 33, class: 1, name: '_zookeeper._tcp' }
client 1421602423516 request handled 44017 { type: 33, class: 1, name: '_zookeeper._tcp.home' }
client 1421602423517 resolve handle 3 _zookeeper._tcp
client 1421602423517 resolve should continue 4 2
client 1421602423517 resolve next question _zookeeper._tcp
client 1421602423517 building question _zookeeper._tcp.company.com
client 1421602423517 resolve start { address: '192.168.20.89', port: 53, type: 'udp' } _zookeeper._tcp
client 1421602423517 request created { type: 33, class: 1, name: '_zookeeper._tcp.company.com' }
client 1421602423517 request starting { type: 33, class: 1, name: '_zookeeper._tcp.company.com' }
client 1421602423517 request not in cache { type: 33, class: 1, name: '_zookeeper._tcp.company.com' }
client 1421602423517 request finished 44017 { type: 33, class: 1, name: '_zookeeper._tcp.home' }
client 1421602423536 request handled 10477 { type: 33, class: 1, name: '_zookeeper._tcp.company.com' }
client 1421602423536 resolve handle 3 _zookeeper._tcp
client 1421602423536 resolve should continue 3 1
client 1421602423536 resolve next question _zookeeper._tcp
client 1421602423536 building question _zookeeper._tcp.nyc.dev.company.com
client 1421602423536 resolve start { address: '192.168.20.89', port: 53, type: 'tcp' } _zookeeper._tcp
client 1421602423536 request created { type: 33, class: 1, name: '_zookeeper._tcp.nyc.dev.company.com' }
client 1421602423537 request starting { type: 33, class: 1, name: '_zookeeper._tcp.nyc.dev.company.com' }
client 1421602423537 request not in cache { type: 33, class: 1, name: '_zookeeper._tcp.nyc.dev.company.com' }
client 1421602423537 request finished 10477 { type: 33, class: 1, name: '_zookeeper._tcp.company.com' }
client 1421602423551 request handled 46967 { type: 33, class: 1, name: '_zookeeper._tcp.nyc.dev.company.com' }
client 1421602423551 resolve handle 0 _zookeeper._tcp
client 1421602423551 resolve end _zookeeper._tcp
client 1421602423551 request finished 46967 { type: 33, class: 1, name: '_zookeeper._tcp.nyc.dev.company.com' }
[ 'dev-zk2.dev.company.com:2181',
'dev-zk1.dev.company.com:2181',
'dev-zk3.dev.company.com:2181' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment