EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

zero files shown for remote data node #1426

Closed sashakames closed 4 years ago

sashakames commented 4 years ago

This appears to be an issue if the indexnode listed in the dataset record is remote, ie. different than the node hosting CoG. Files don't appear in this case when "Show Files" is clicked in search results. I recall an attempt to use only the local search API which we didn't get to work. Perhaps that code was merged in. Perhaps that merge can be identified and rolled back,

mauzey1 commented 4 years ago

The commits from https://github.com/EarthSystemCoG/COG/tree/index_node_usage are in the Python3 branch and devel. This appears to be where the changes to "Show Files" is coming from. Should we remove those commits from both branches?

sashakames commented 4 years ago

Sounds like a reasonable approach, thanks! If you have a separate branch to test this, let me know, or just make the change on your python_3 branch.

sashakames commented 4 years ago

The file count issue is solved. I noticed a separate issue with wget scripts. not just remote. Its broken so will open a separate issue.