dcache
dcache copied to clipboard
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 acce...
Hey. While I'm usually totally in favour of migrating things from dCache to doing it the systemd-way (and would do so probably even in more case than done right now)......
Hi, one user is bringing online files in our dCache instance and inmediately afterwards trying to download them and this leads _sometimes_ to the pool being disabled. He is using...
Motivation: Closes #3808 Modification: Removes the last instances of com.google.common.io.Files and replaces most of them with the JDK alternative. (Also required updating one or two guava classes, like the ```TreeTraverser```)...
Motivation: Closes #3821 Modification: Replaces dCache's old 'DirectoryStream' with Java's 'DirectoryStream'. Removing dCache's old ```DirectoryStream``` results in some empty ```IOException``` catch-blocks that shouldn't be throwable... Result: The returned Streams of...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
Hello dCache.org, I don't think, this is OK under any circumstances. 🙂 ``` [root@host ~]# dcache-storage-descriptor curl: (7) Failed connect to localhost:2288; Connection refused -:1: parser error : Document is...
Hey. When a file is copied on a nfs41 mountpoint with e.g. cp -a, then attributes (at least the dates) aren't preserved, even though this should be the case; instead...
Hey. OpenSSH since 8.8p1 no longer (per default) connects to RSA/SHA1 signed keys (unless `PubkeyAcceptedAlgorithms +ssh-rsa`). dCache's ssh server seems to use that. Regenerating the server and user ssh keys...
Hey. This is on dCache 9.1.2. I've noted by accident, that (**at least**) file not found errors do sometimes not make it into the billing logs. E.g.: `/pnfs/lrz-muenchen.de/data/atlas/meta/storage-descriptor.json` exists, `/pnfs/lrz-muenchen.de/data/atlas/meta/storage-descriptor.jsonA`...
Recently we have observed slow slow queries (5s) in pin manager. Quick inspection have should that queries are performed on fields that are not indexed: ``` duration: 5300.686 ms execute...