Paul Millar

Results 189 comments of Paul Millar

I'd be interested what was the client interactions for this transfer. Could you copy the corresponding lines from the access log file for this FTP session? (something like `grep 1635550758461000...

Some ideas/questions: 1. Are these problems coming from that same remote host (or a limited set of remote hosts) ? 2. Assuming yes, are all transfers from that host (or...

Hi @qiulan2021, Thanks for reporting this issue. Could you confirm with which doors you observed this problem? Cheers, Paul.

Hi Qiulan, Do you happen to know which protocol Doug was using when he discovered the problem? Perhaps GridFTP, xroot, HTTP/WebDAV, ... ? Cheers, Paul.

The `full-path-permission-check` option is unrelated. That option controls whether, given a path, PnfsManager should check each ancestor directory to verify the user is allowed to "cd into" that directory; e.g.,...

OK, my final comments. 1. a user knowing the PNFS-ID of a file (or directory) does NOT mean that user has permission to stat that file. IIRC, there are circumstances...

I think you have a broken dCache deployment. Commit a7a940bc0c refactored this file (`BillingMessageSerializer.java`) and changed the method names. The stack-trace method names do not match the new structure. Commit...

Of the stack-trace, perhaps the following message provides a hint at what went wrong: java.io.FileNotFoundException: class path resource [${pool/plugins/sweeper}.class] cannot be opened because it does not exist` Note that the...

Currently the pool does not support sending compressed output. I've heard that scientific data formats (such as ROOT) do not compress well, which means that enabling compression does not help...

@cfgamboa , What kind of data do you imagine users storing on dCache? Perhaps you could do a test to see whether gzip is able to compress these files (by...