-
(np04-srv-001 through 004)
-
*This issue has been migrated from https://cdcvs.fnal.gov/redmine/issues/23689 (FNAL account required)*
*Originally created by @hgreenlee on 2019-12-03 18:01:46*
----
Is it possible to make RootInpu…
-
The commands here seem to be missing the crucial step of creating an authentication proxy for xrootd.
Checking the test setup in the main rucio repository, it creates the proxy like this:
https://…
-
- [ ] kXR_admin
- [ ] kXR_auth
- [ ] kXR_bind
- [ ] kXR_chmod
- [x] kXR_close
- [ ] kXR_decrypt
- [x] kXR_dirlist
- [ ] kXR_endsess
- [ ] kXR_getfile
- [ ] kXR_locate
- [x] kXR_login
- [ ] …
-
To reproduce:
```python
import uproot
file = uproot.recreate("root://cmseos.fnal.gov//store/user/ikrommyd/test/dummy.root")
file["tree"] = {"branch": [1,2,3]}
file.close()
```
fails with:
``…
-
We have developed an xrootd filesystem implementation for PyFilesystem, and is wondering if it's possible to link to our implementation from the PyFilesystem documentation. Most natural would probably…
-
The following workflow makes the client hangs and the XRootD server's HTTP request living forever.
Create a 0-size file and try to upload it to the XRootD server.
```
$ touch 0-size-file
$ curl …
-
None of the currently running origins are reporting `write` for `xrootd_transfer_bytes`. This can be seen from the director metrics that are being reported with prometheus and it can be seen in the El…
-
We're trying to generate something similar to an apache access log using reports of transfers from an xrootd server. We'd like for xrootd to report information on failed transfers as well as success…
-
(Filing this one based on reports from @patrickbrophy)
When files are uploaded via the HTTP protocol, it appears the f-stream monitoring's record at close shows 0 bytes written.
@patrickbrophy r…