Print

Print


Hi,

xrootd server is writing to xrdlog and apparently is trying to do log rotation at midnight. It was behaving ok in the previous version but not in the newly released version (in VDT):

xrdlog.timestamp has been created
new xrdlog has been opened at midnight
but data is still going  into BOTH files:



-rw-r--r-- 1 xrootd xrootd 1113716656 Jan 12 10:13 xrdlog
-rw-r--r-- 1 xrootd xrootd  717062949 Jan 12 10:08 xrdlog.20100111

xrdlog starts with
100112 00:00:00 24912 Copr.  2007 Stanford University, xrd version 20091028-1003_dbg

the following information is still going to xrdlog.20100111:

#grep test_183 xrdlog.20100111 

100112 10:04:26 001 Cns_getEvents: Event: 'fnalgrid.14238:27@gw015k1 create 644 /data/xrootdfs/public/tanya/test_cnsd/2/test_183?'
100112 10:04:26 24931 Cns_ClientRun: gw016k0.fnal.gov:2094 log data: 'c644          49        /data/xrootdfs/public/tanya/test_cnsd/2/test_183?'

while xrdlog has:

#grep test_183 xrdlog

100112 10:04:26 24912 fnalgrid.14238:27@gw015k1 XrootdProtocol: 0100 open udmt /data/xrootdfs/public/tanya/test_cnsd/2/test_183
100112 10:04:26 24912 fnalgrid.14238:27@gw015k1 ofs_open: 200-40644 fn=/data/xrootdfs/public/tanya/test_cnsd/2/test_183
100112 10:04:26 24912 fnalgrid.14238:27@gw015k1 oss_Open_ufs: fd=512 flags=202 mode=40644 path=/data/xrootdfs/public/tanya/test_cnsd/2/test_183
100112 10:04:26 24912 fnalgrid.14238:27@gw015k1 ofs_fstat:  fn=/data/xrootdfs/public/tanya/test_cnsd/2/test_183


xrootd server is  running in debug mode.
the log for cms seems to be rotating fine.

Tanya