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

Remove unused db in remote transfer manager #7591

Closed kofemann closed 2 weeks ago

kofemann commented 1 month ago

Historicaly, remote transfer manager kept the information regarding ongoing transfers in a db for debugging purposes. Nowadays, there are many other options to get monitoring information. Thus, the db connection can be removed.