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

clef is not returning any data for both CMIP5 and CMIP6 #62

Closed
paolap opened this issue Jan 23, 2019 · 1 comment
Closed

clef is not returning any data for both CMIP5 and CMIP6 #62

paolap opened this issue Jan 23, 2019 · 1 comment

Comments

@paolap
Copy link
Member

paolap commented Jan 23, 2019

Appears to be due to a change in MAS. The selector to find CMIP6 data files returns no matches

postgres=> select count(*) from oi10.paths where pa_type in ('file', 'link') and pa_parents[4] = md5('/g/data1b/oi10/replicas')::uuid;
count

 0

The pa_parents[4] check is supposed to find paths starting with that prefix

The files are actually present if we do an explicit search

postgres=> select count(*) from oi10.paths where pa_type in ('file', 'link') and pa_path like '/g/data1b/oi10/replicas/%';
count

4235

@paolap
Copy link
Member Author

paolap commented Jan 24, 2019

This was caused by accidental changes in MAS and fixed by Sean

@paolap paolap closed this as completed Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant