dmwm / PHEDEX

CMS data-placement suite
8 stars 18 forks source link

BlockActivate agent: File replicas of reactivated blocks should be 'staged' on disk nodes #1025

Open nikmagini opened 8 years ago

nikmagini commented 8 years ago

Currently, the replicas of files in blocks reactivated by the BlockActivate agent are always created in status 'not staged' (t_xfer_replica.state=0).

Any subsequent replica on Disk nodes is created with status 'staged' (t_xfer_replica.state=1) by FilePump instead

This means that the FileRouter will be biased in selecting subsequent replicas, even if the original replicas would be faster.

Need to apply a fix similar to what was done for the Inject API in https://github.com/dmwm/PHEDEX/issues/1024