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
291 stars 136 forks source link

Remove unused db in remote transfer manager #7591

Closed kofemann closed 5 months ago

kofemann commented 5 months 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.