EarthSystemCoG / COG

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

Enable Globus downloads of "local shard" data #1220

Closed LucaCinquini closed 8 years ago

LucaCinquini commented 8 years ago

Who: Luca

Currently, if data are published to the Local Shard (8982) with GridFTP endpoints, Globus downloads fail because CoG is not able to correctly locate the files that compose that dataset.

LucaCinquini commented 8 years ago

Issue solved: now CoG will properly append the "shard=..." parameter to the download request, which will cause the search for files to have the additional parameter: "shards=localhost%3A8982%2Fsolr", which will locate files for that dataset in the local shard,

murphysj commented 8 years ago

@LucaCinquini not sure I can test this?

LucaCinquini commented 8 years ago

You can probably test this after I deploy this version on cu-dev.

murphysj commented 8 years ago

I already deployed devel to cu-dev. How do I test it? I have never published anything...

LucaCinquini commented 8 years ago

I need to publish some data to the local shard at JPL… not done yet. thanks, L

On Feb 2, 2016, at 11:56 AM, Sylvia Murphy notifications@github.com wrote:

I already deployed devel to cu-dev. How do I test it? I have never published anything...

— Reply to this email directly or view it on GitHub.