ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

System - Data delete may be communicating with wrong repo server #522

Closed dvstans closed 4 years ago

dvstans commented 4 years ago

Deleting collections one-by-one from a script generate a task per delete request. In this case, the data records have no raw data, but there is a log message for cmdRawDataDelete and repo/test3 - even though the allcoation used was test1. Need to understand why this is happening.

dvstans commented 4 years ago

The different repo ID is due to the fact that test1 and test3 are using the same server. When a connection is made to the core service, the ZAP lookup finds test3 first instead of test1 - which is OK since they are aliases of the same server.

dvstans commented 4 years ago

Removed delete call for records with no data. Closing