Hi,
I’ve set up a small (temporary) PROOF-cluster with xrootd running on a non-standard port.
I.e. the xrootd’s config looks like this:
xrd.protocol xrootd *
xrd.port 50002
xrd.protocol xproofd:50001 libXrdProofd.so
However, when I try to merge my output the “url” of the files, which are created on the slaves is wrong:
In the log files of the PROOF-slaves I can find the following lines:
( INFO ) TProofOutputFil... : dir: root://thehost.thedomain.de//scratch/myproof/<...>
Obviously the port number is missing. I thing the correct url should be
( INFO ) TProofOutputFil... : dir: root://thehost.thedomain.de:50002//scratch/myproof/<...>
How do I configure the PROOF-slaves to create the correct URLs including the port number?
Thanks in advance
Jörgen.