[OpenAFS] Windows client problems - some questions

Jeffrey Altman jaltman@secure-endpoints.com
Wed, 15 Apr 2009 10:01:01 -0600


Jeff Blaine wrote:
> Can someone translate these 2 lines?
> 
> 4/15/2009 11:43:35 AM: Request S(01)FindFirst_ReceiveTran2SearchDir
> duration 240000 ms user 0x1 "(null)" pid 0xc54 mid 0xa380 tid 0x3
> "(null)" path? "(null)" afid (0.0.0.0)
> 4/15/2009 11:47:35 AM: Request S(05)QueryPathInfo_ReceiveTran2QPathInfo
> duration 336734 ms user 0x1 "(null)" pid 0xc54 mid 0xab80 tid 0x1
> "(null)" path? "(null)" afid (0.0.0.0)

The request that was issued SearchDir took 240 seconds to complete.
The other details are info about the smb request packet which can
be tied back to the smb request issued by the smb redirector if you
were in a position to debug the redirector (which you aren't).

Four minutes later a request for Query Path Info took more than
336 seconds to complete.

The fact that the pid is the same means it was initiated by the
same process on the machine.  The pid is the process id.

Neither a path nor a afid were available at the time the logging
took place.

Chances are either a volume in the path was temporarily offline,
there was significant data loss, or something else that prevented
the client from being able to respond in a timely manner.