-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adapt Publisher to latest Rucio_transfer #7223
Comments
Fine with me. So we are going to need also a patch for the update transfer on the REST end right? |
Right. I will take care. |
I did on lxplus8
and I verrified that TM_REST_URI is listed as |
I used same commad to remove NOT_NULL constrain also from TM_REST_HOST |
changes appear harmless. I am ready to test writing from |
pff.. we can PUT a new record in filetransfersdb with whatever CRABServer/src/python/CRABInterface/RESTFileUserTransfers.py Lines 61 to 80 in 093d8ff
CRABServer/src/python/CRABInterface/RESTFileUserTransfers.py Lines 145 to 165 in 093d8ff
|
we need a new REST in order to make progress :-( |
since I need to make a new REST version, will deal first with completing asourl/db cleanup #6930 |
the desired cleanup (#6930) is done |
High level design of this functionality now in https://github.com/dmwm/CRABServer/wiki/ASO-via-Rucio/ |
I need a clean action plan, stuff written initially is no good. I'd rather add new columns than mess around with reusing old ones. #7480 |
replaced by #7480 |
a few changes to current Puvlisher are needed.
First one is to take DBS block name from Rucio_transfer, not create it in Publisher.
So we need a place in TRANSFERSDB.
with ref. to #7087
in TRANSFERSDB table we have these two which are not useful anymore, even if PostJob is currently filling them, there is no place where we use them:
tm_rest_host VARCHAR(50) NOT NULL,
tm_rest_uri VARCHAR(255) NOT NULL,
I propose to change the latter to VARCHAR(1000) and rename to tm_publish_block
We can do the VARCHAR change immediately, so that we can write using the tm_rest_uri name for tests, but of course we want to change REST code to have a good name.
@dciangot what do you think ?
The text was updated successfully, but these errors were encountered: