dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
276 stars 132 forks source link

tpc: Remove remote transfer manager's database #7598

Closed khys95 closed 2 weeks ago

khys95 commented 2 weeks ago

Motivation: Information can/is monitored by different means other than remote transfer manager.

Modification: Remove classes that defined and use remote transfer services.

Result: One less connection to worry about.

Fixes: #7591 Target: master Require-book: yes Require-notes: yes

lemora commented 2 weeks ago

The title seems misleading to me -- you want to remove the remote transfer manager's database, not the entire service, correct?

Also, I think it should be Require-book: yes, as this change should be documented in the dCache book.

khys95 commented 2 weeks ago

Correct, not the entire service. Just the database.

khys95 commented 2 weeks ago

Officially submitting this for someone to squash and merge

kofemann commented 2 weeks ago

retest this please