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
New entries to t_xfer_replica are created by FilePump. The state field is set to 0 or 1 depending on the kind of the source node. I think new.kind was supposed to be the kind of the destination node (which would make more sense from the name new too..).
If this is the case, I think we also need to go in to TMDB and set the state of all file replicas on Disk and Buffer nodes to 1. About half of replicas on Disk and almost all of them on Buffer are state 0 at the moment.
Just to make sure, I grepped the entire repository for parts that are dealing with t_xfer_replica.state. The only component that would ever set state to 0 is Stager, which I believe should be handling only MSS nodes.
The text was updated successfully, but these errors were encountered:
PHEDEX/perl_lib/PHEDEX/Infrastructure/FilePump/Agent.pm
Lines 298 to 311 in d2602ab
New entries to t_xfer_replica are created by FilePump. The
state
field is set to 0 or 1 depending on thekind
of the source node. I thinknew.kind
was supposed to be thekind
of the destination node (which would make more sense from the namenew
too..).If this is the case, I think we also need to go in to TMDB and set the state of all file replicas on Disk and Buffer nodes to 1. About half of replicas on Disk and almost all of them on Buffer are state 0 at the moment.
Just to make sure, I grepped the entire repository for parts that are dealing with
t_xfer_replica.state
. The only component that would ever setstate
to 0 is Stager, which I believe should be handling only MSS nodes.The text was updated successfully, but these errors were encountered: