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

is OSN down? #160

Open
andersy005 opened this issue Oct 15, 2024 · 5 comments
Open

is OSN down? #160

andersy005 opened this issue Oct 15, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@andersy005
Copy link
Collaborator

i';m experiencing issues accessing datasets hosted on OSN, and i was wondering if this is a known problem or just a specific issue?

It appears to be affected all OSN datasets

In [1]: import xarray as xr

In [2]: ds = xr.open_zarr('https://ncsa.osn.xsede.org/Pangeo/pangeo-forge/pangeo-forge/AGDC-feedstock/AGCD.zarr')
In [3]: import requests

In [4]: response = requests.get('https://ncsa.osn.xsede.org/Pangeo/pangeo-forge/pangeo-forge/AGDC-feedstock/AGCD.zarr/.zmetadata')
HTTPSConnectionPool(host='ncsa.osn.xsede.org', port=443): Max retries exceeded with url: /Pangeo/pangeo-forge/pangeo-forge/AGDC-feedstock/AGCD.zarr/.zmetadata (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x14b153be0>, 'Connection to ncsa.osn.xsede.org timed out. (connect timeout=None)'))

Screenshot 2024-10-15 at 03 13 54

@norlandrhagen
Copy link
Contributor

norlandrhagen commented Oct 15, 2024

Sounds like this is b/c CUIT deleted some pangeo-related GCP projects.

@rabernat
Copy link

OSN has nothing to do with CUIT or GCP. Nothing in @andersy005's code involves GCP.

@norlandrhagen
Copy link
Contributor

@andersy005 seems like it's back up.

@jbusecke
Copy link
Contributor

Thanks for reporting this. I can report to OSN if needed?

@jbusecke
Copy link
Contributor

This also seems like a motivation to implement a regular health check for our linked datasets.

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

No branches or pull requests

4 participants