ORNL / DataFed

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

System - Change alloc not providing accurate feedback on init #525

Open dvstans opened 4 years ago

dvstans commented 4 years ago

If a mixture of records with different allocations are moved, the init routine does not properly report the counts - total selected and actual to be moved. The init routine should detect records that are already in the destination allocation, and account for them. Implementing this will require a location look-up during the initialization.