Skip to content
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

doc: rust.iceberg.apache.org is not resolved #137

Closed
Xuanwo opened this issue Dec 26, 2023 · 11 comments · Fixed by #138
Closed

doc: rust.iceberg.apache.org is not resolved #137

Xuanwo opened this issue Dec 26, 2023 · 11 comments · Fixed by #138
Labels
bug Something isn't working

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Dec 26, 2023

rust.iceberg.apache.org is not resolved, do we need to submit a ticket to infra?

:) drill rust.iceberg.apache.org
;; ->>HEADER<<- opcode: QUERY, rcode: NXDOMAIN, id: 27319
;; flags: qr rd ra ; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;; rust.iceberg.apache.org.     IN      A

;; ANSWER SECTION:

;; AUTHORITY SECTION:
apache.org.     598     IN      SOA     ns-558.awsdns-05.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400

;; ADDITIONAL SECTION:

;; Query time: 0 msec
;; SERVER: 127.0.0.1
;; WHEN: Tue Dec 26 19:59:10 2023
;; MSG SIZE  rcvd: 125

cc @Fokko @bitsondatadev

@liurenjie1024
Copy link
Contributor

Seems dns record added:

dig rust.iceberg.apache.org

; <<>> DiG 9.10.6 <<>> rust.iceberg.apache.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51032
;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; MBZ: 0x0001, udp: 4096
;; QUESTION SECTION:
;rust.iceberg.apache.org.	IN	A

;; ANSWER SECTION:
rust.iceberg.apache.org. 1	IN	A	198.10.0.19

;; Query time: 102 msec
;; SERVER: 198.10.0.2#53(198.10.0.2)
;; WHEN: Wed Dec 27 10:46:44 CST 2023
;; MSG SIZE  rcvd: 91

@liurenjie1024
Copy link
Contributor

But I can't open the page

@Xuanwo
Copy link
Member Author

Xuanwo commented Dec 27, 2023

Seems dns record added:

dig rust.iceberg.apache.org

; <<>> DiG 9.10.6 <<>> rust.iceberg.apache.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51032
;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; MBZ: 0x0001, udp: 4096
;; QUESTION SECTION:
;rust.iceberg.apache.org.	IN	A

;; ANSWER SECTION:
rust.iceberg.apache.org. 1	IN	A	198.10.0.19

;; Query time: 102 msec
;; SERVER: 198.10.0.2#53(198.10.0.2)
;; WHEN: Wed Dec 27 10:46:44 CST 2023
;; MSG SIZE  rcvd: 91

Hi, 198.10.0.19 seems not a valid DNS answer especially when it reported by 198.10.0.2. Would you like to try dig rust.iceberg.apache.org @8.8.8.8?

@liurenjie1024
Copy link
Contributor

I can't reach to 8.8.8.8🥵

@Xuanwo
Copy link
Member Author

Xuanwo commented Dec 27, 2023

I can't reach to 8.8.8.8🥵

Please try 114.114.114.114 or 223.5.5.5

@liurenjie1024
Copy link
Contributor

Seems not resolved:

dig @114.114.114.114 rust.iceberg.apache.org

; <<>> DiG 9.10.6 <<>> @114.114.114.114 rust.iceberg.apache.org
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 46499
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;rust.iceberg.apache.org.	IN	A

;; AUTHORITY SECTION:
apache.org.		900	IN	SOA	ns-558.awsdns-05.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400

;; Query time: 79 msec
;; SERVER: 114.114.114.114#53(114.114.114.114)
;; WHEN: Wed Dec 27 14:35:53 CST 2023
;; MSG SIZE  rcvd: 125

@amogh-jahagirdar
Copy link
Contributor

Reopening, the domain still seems to be an issue, although maybe a different issue. after merging #138 I got the following email:

An error occurred while running publish feature in .asf.yaml!:
.asf.yaml: Invalid hostname '[rust.iceberg.apache.org](http://rust.iceberg.apache.org/)' - you cannot specify *.[apache.org](http://apache.org/) hostnames, they must be inferred!

@liurenjie1024 liurenjie1024 added the bug Something isn't working label Dec 28, 2023
@liurenjie1024
Copy link
Contributor

Should we involve apache infra team to help debugging?

@liurenjie1024
Copy link
Contributor

Seems still not working. Do we have any way to debug this?

@Fokko
Copy link
Contributor

Fokko commented Jan 4, 2024

Thanks for raising an issue: https://issues.apache.org/jira/browse/INFRA-25338

It looks good as far as I can see.

@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 4, 2024

https://rust.iceberg.apache.org/ is online!

@Xuanwo Xuanwo closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants