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...
Motivation: If a IGTF policy file has empty 'requires' field, then gplazma fails with IllegalArgumentException. Modification: make sure, that empty 'requires' are accepted, but such IGTFInfo entries are ignored. Result:...
Motivation: If a IGTF policy file has empty 'requires' field, then gplazma fails with IllegalArgumentException. Modification: make sure, that empty 'requires' are accepted, but such IGTFInfo entries are ignored. Result:...
Motivation: If a IGTF policy file has empty 'requires' field, then gplazma fails with IllegalArgumentException. Modification: make sure, that empty 'requires' are accepted, but such IGTFInfo entries are ignored. Result:...
Motivation: If a IGTF policy file has empty 'requires' field, then gplazma fails with IllegalArgumentException. Modification: make sure, that empty 'requires' are accepted, but such IGTFInfo entries are ignored. Result:...
Hello The following is an extract from the FTS log for a transfer failing attempting a TCP (push mode) via RTM ``` INFO Wed, 07 Sep 2022 23:42:41 -0400; Source...
Motivation: Starts some progress on issue #5410. Modification: Modify the single class in the module dcache-webdav to no longer use Apache's HttpClient but instead use the JDK HttpClient available from...
Hello, When enabling a second RemoteTransferManagers cell on one instance at BNL. We observed some 5-10% failures in transfers when it was enabled (see red on the plot). In the...
I see probably same issue described in #6602 with our dCache 7.2.20. I agree dCache should use hostname instead of IPv6 address, but in case dCache decides to use directly...
Hi, For this data challenge, LHCb is trying to use the Tape REST API to recall files from tape at IN2P3. I'm currently in a situation where all the LHCb...
Motivation: Work towards #4087 Modification: Replace's Guava's caching with Caffeine. Caffeine is the google-supported alternative to guava's caches, that importantly uses CompletableFutures instead of ListenableFutures. Guava does not plan to...