https://sql.telemetry.mozilla.org returns server error
Categories
(Data Platform and Tools :: General, defect)
Tracking
(Not tracked)
People
(Reporter: apavel, Assigned: jason)
References
(Regression)
Details
Trying to access https://sql.telemetry.mozilla.org returns Cannot connect to server.
![]() |
||
Comment 1•6 years ago
|
||
tracert sql.telemetry.mozilla.org
routed to sql-telemetry-m-o.dev.mozaws.net for the SoftVision team yesterday. Now it returns unable to resolve target
for them
For me, it connects to prod.stmo.prod.dataops.mozgcp.net and loads.
That migration took place almost 2 months ago: bug 1525461
Comment 2•6 years ago
|
||
That's odd indeed, the lookup works for me, but let's ask @jason if there were any changes in the DNS entry?
Assignee | ||
Comment 3•6 years ago
|
||
As far as I can tell no DNS configuration changes have been made recently and querying a common DNS resolver results in the correct address:
dig sql.telemetry.mozilla.org @8.8.8.8
; <<>> DiG 9.11.6-P1-RedHat-9.11.6-5.P1.fc30 <<>> sql.telemetry.mozilla.org @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7619
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;sql.telemetry.mozilla.org. IN A
;; ANSWER SECTION:
sql.telemetry.mozilla.org. 299 IN CNAME sql-telemetry-m-o.dev.mozaws.net.
sql-telemetry-m-o.dev.mozaws.net. 59 IN CNAME prod.stmo.prod.dataops.mozgcp.net.
prod.stmo.prod.dataops.mozgcp.net. 59 IN A 34.95.121.147
;; Query time: 129 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Sep 11 08:56:04 EDT 2019
;; MSG SIZE rcvd: 160
One thing I can do is remove the additional hop DNS CNAME record sql-telemetry-m-o.dev.mozaws.net
which I believe was originally used as part of a migration. I will file a bug with IT to get this changed over.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
DNS entry has been updated:
dig sql.telemetry.mozilla.org @8.8.8.8
; <<>> DiG 9.11.6-P1-RedHat-9.11.6-5.P1.fc30 <<>> sql.telemetry.mozilla.org @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43958
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;sql.telemetry.mozilla.org. IN A
;; ANSWER SECTION:
sql.telemetry.mozilla.org. 299 IN CNAME prod.stmo.prod.dataops.mozgcp.net.
prod.stmo.prod.dataops.mozgcp.net. 59 IN A 34.95.121.147
;; Query time: 265 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Sep 11 12:19:04 EDT 2019
;; MSG SIZE rcvd: 117
If this continues to happen if you could provide me with the following details to assist with investigation:
- The output of
dig sql.telemetry.mozilla.org +trace
- The output of
curl -v https://sql.telemetry.mozilla.org
I will keep this bug open for a couple more days. Thanks
Assignee | ||
Comment 5•6 years ago
|
||
Please reopen if you continue to have issues.
Updated•2 years ago
|
Description
•