Open onnozweers opened 4 years ago
Hi Onno,
OK, I think what is happening here is dCache is taking too long to reply. By default, there's a 300 second (5 minutes) idle timeout in webdav (see webdav.limits.idle-time ). It seems that dCache is taking longer than 5 minutes to reply to this PROPFIND request. So, by the time the webdav door does finally reply, the connection is closed.
If so, why does it take dCache so long to reply to a PROPFIND request?
PROPFIND could be a directory listing. You also mentioned (in #5460) that you're seeing directory lists requests being queued in PnfsManager. That might explain it.
It would also be interesting to see if these errors correlate with the errors mentioned in #5460.
Cheers, Paul.
One further question: you have the pnfsmanager timeout set to two hours. This is quite a large number: the default value is two minutes.
Was this the result of PnfsManager being slow to respond?
If you have the PnfsManager timeout set to a value larger than the idle connection timeout then you should also adjust the idle connection timeout.
In your case, you could simply set the idle connection timeout to the same value as the PnfsManager timeout (or perhaps a tidy bit longer); however, I would try to reign in the PnfsManager timeout value. Two hours seems far too long for a WebDAV door to have to wait for a reply from PnfsManager.
Dear dCache devs,
A user has some issues writing (lots of) files. From the webdav door log:
The webdav door config:
dCache 6.0.16.
Any ideas what could cause this?
Kind regards, Onno