Print

Print


Something that may be related to the issue described before:
While xrdfs displays correctly a directory with content from all servers:
mebert@heplw65:~$ xrdfs root://rdc-redirector.belle.uvic.ca ls 
/TMP/belle/test
/TMP/belle/test/100MBfile
/TMP/belle/test/1MBfile
/TMP/belle/test/250kBfile
/TMP/belle/test/2MBfile
/TMP/belle/test/312kBfile
/TMP/belle/test/328kBfile
/TMP/belle/test/3MBfile
/TMP/belle/test/4MBfile
/TMP/belle/test/5MBfile
/TMP/belle/test/DC
/TMP/belle/test/DC24
/TMP/belle/test/TP
/TMP/belle/test/TPC
/TMP/belle/test/aaa
/TMP/belle/test/bbb
/TMP/belle/test/hRaw
/TMP/belle/test/kekcc
/TMP/belle/test/test001
/TMP/belle/test/test002

using gfal-ls via davs does not; it shows only the content of a single 
server resulting in different results each time it is executed:


mebert@heplw65:~$ gfal-ls -l davs://rdc-redirector.belle.uvic.ca:1094//TMP/belle/test
drwxrwxrwx   0 0     0            70 Mar 27 06:49 TPC
drwxrwxrwx   0 0     0             2 Jan 10 16:19 aaa
drwxrwxrwx   0 0     0             3 Mar  6 20:14 hRaw
-rwxrwxrwx   0 0     0             5 Jan 12 08:29 test002
drwxrwxrwx   0 0     0             3 Mar 18 16:49 kekcc
drwxrwxrwx   0 0     0             2 Mar  5 01:22 DC24
-rwxrwxrwx   0 0     0             5 Jan 17 10:56 test001
-rwxrwxrwx   0 0     0        311997 Mar 22 15:58 312kBfile
drwxrwxrwx   0 0     0            56 Mar 30  2022 DC
drwxrwxrwx   0 0     0             4 Jan 14 18:55 bbb
mebert@heplw65:~$ gfal-ls -l davs://rdc-redirector.belle.uvic.ca:1094//TMP/belle/test
drwxrwxrwx   0 0     0             2 Mar 18 00:54 kekcc
-rwxrwxrwx   0 0     0        249997 Mar 22 15:54 250kBfile
drwxrwxrwx   0 0     0            76 Mar 27 06:50 TPC
-rwxrwxrwx   0 0     0      10485760 Mar 26 08:17 TP
-rwxrwxrwx   0 0     0       5000021 Mar 21 11:36 5MBfile
-rwxrwxrwx   0 0     0        332993 Mar 22 16:00 328kBfile
-rwxrwxrwx   0 0     0     100000011 Mar 21 11:19 100MBfile
-rwxrwxrwx   0 0     0       3999988 Mar 21 11:39 4MBfile
-rwxrwxrwx   0 0     0       2999990 Mar 21 11:40 3MBfile
-rwxrwxrwx   0 0     0       1999993 Mar 21 11:42 2MBfile
-rwxrwxrwx   0 0     0        999995 Mar 21 11:44 1MBfile
mebert@heplw65:~$ gfal-ls -l davs://rdc-redirector.belle.uvic.ca:1094//TMP/belle/test
drwxrwxrwx   0 0     0            70 Mar 27 06:49 TPC
drwxrwxrwx   0 0     0             2 Jan 10 16:19 aaa
drwxrwxrwx   0 0     0             3 Mar  6 20:14 hRaw
-rwxrwxrwx   0 0     0             5 Jan 12 08:29 test002
drwxrwxrwx   0 0     0             3 Mar 18 16:49 kekcc
drwxrwxrwx   0 0     0             2 Mar  5 01:22 DC24
-rwxrwxrwx   0 0     0             5 Jan 17 10:56 test001
-rwxrwxrwx   0 0     0        311997 Mar 22 15:58 312kBfile
drwxrwxrwx   0 0     0            56 Mar 30  2022 DC
drwxrwxrwx   0 0     0             4 Jan 14 18:55 bbb

In the redirector log, I see for the xrdfs based query:
240327 11:14:26 21961 cms_SelNode: xrd4.belle.uvic.ca serving /TMP/belle/test
240327 11:14:26 21961 mebert.5451:[log in to unmask] cms_do_Select: Redirect -> xrd4.belle.uvic.ca:1094 for /TMP/belle/test
240327 11:14:26 21943 cms_Dispatch: redirector.21911:23@rdc-redirector for locate dlen=66
240327 11:14:26 21964 Xrd_Sched: running redirector inq=0
240327 11:14:26 21964 mebert.5451:[log in to unmask] cms_do_Locate:  */TMP/belle/test

and for the gfal-ls davs:// based query:
240327 11:15:53 21943 cms_Dispatch: redirector.21911:23@rdc-redirector for select dlen=517
240327 11:15:53 21961 Xrd_Sched: running redirector inq=0
240327 11:15:53 21961 cms_SelNode: xrd4.belle.uvic.ca serving /TMP/belle/test
240327 11:15:53 21961 ee1d65d8.23:[log in to unmask] cms_do_Select: Redirect -> xrd4.belle.uvic.ca:1094 for /TMP/belle/test

and another time:
240327 11:16:55 21943 cms_Dispatch: redirector.21911:23@rdc-redirector for select dlen=517
240327 11:16:55 21960 Xrd_Sched: running redirector inq=0
240327 11:16:55 21960 cms_SelNode: xrd5.belle.uvic.ca serving /TMP/belle/test
240327 11:16:55 21960 ee1d65d8.24:[log in to unmask] cms_do_Select: Redirect -> xrd5.belle.uvic.ca:1094 for /TMP/belle/test

In both cases, the cms_do_Locate: */TMP/belle/test does not appear and 
only content for xrd4 (first example) or xrd5 (second example) is 
displayed.


Is this a known issue or a https based configuration issue on our end?


Cheers,
  Marcus

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-L&A=1