You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently not working, the file would always be flagged as duplicate from a db entry and the data_node will always stay the same as the first one added to the database.
Currently, the only workaround is manually deleting the files from database, I will explain how to do it with the following example:
Example
From a query abc123, some files did not download, since data node 'vesg.ipsl.upmc.fr' is down.
To find out which data node is down, you can use this python snippet:
This is currently not working, the file would always be flagged as duplicate from a db entry and the data_node will always stay the same as the first one added to the database.
Currently, the only workaround is manually deleting the files from database, I will explain how to do it with the following example:
Example
From a query
abc123
, some files did not download, since data node 'vesg.ipsl.upmc.fr' is down.To find out which data node is down, you can use this python snippet:
In this example, this would print:
To delete the files that did not download, the snippet is very similar:
Now, you can create a new query this way. Updating it will now pick up another data_node for missing files:
The text was updated successfully, but these errors were encountered: