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

whitelist index nodes for several views #1439

Open
wants to merge 5 commits into
base: python_3
Choose a base branch
from

Conversation

sashakames
Copy link
Contributor

No description provided.

@alaniwi
Copy link
Contributor

alaniwi commented Oct 21, 2022

Just to confirm, I concur with the list of index nodes. I got the same from a search:

curl -s 'http://localhost:8983/solr/datasets/select?wt=json&indent=true&q=*:*&rows=0&facet=on&facet.field=index_node&shards=......'

where the shards parameter value is the same as seen in the JSON response to a query on the same index node, in our case:

shards=esgf-solr.ceda.ac.uk:8983/solr/datasets,esgf-solr.ceda.ac.uk:8996/solr/datasets,esgf-solr.ceda.ac.uk:8998/solr/datasets,esgf-solr.ceda.ac.uk:8999/solr/datasets,esgf-solr.ceda.ac.uk:9000/solr/datasets,esgf-solr.ceda.ac.uk:9001/solr/datasets,esgf-solr.ceda.ac.uk:9004/solr/dataset

Which then gave:

    "facet_fields":{
      "index_node":[
        "esg-dn1.nsc.liu.se",987705,
        "esgdata.gfdl.noaa.gov",27290,
        "esgf-data.dkrz.de",1343402,
        "esgf-node.ipsl.upmc.fr",1659990,
        "esgf-node.llnl.gov",8172440,
        "esgf.ceda.ac.uk",1228811,
        "esgf.nci.org.au",346644]},

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

Successfully merging this pull request may close these issues.

2 participants