scjody@clusterfs.com
2006-Dec-29 16:19 UTC
[Lustre-devel] [Bug 11490] Improve message: (client.c:955:ptlrpc_expire_one_request()) @@@ timeout
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11490 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED This is a networking timeout, and is generally followed by disconnection. The actual error is printed by the DEBUG_REQ macro, which is responsible for the @@@ line noise among other things. Perhaps we need to improve this macro. This is also the first message that contains both administrator-readable information as well as debugging data. Therefore, it needs to be split into two messages, one for debugging and one for printing to the console. Another question: for Lustre errors, do we want to use LustreError [ID 1234]: at the start of the message instead of Lustre [ID 1234]? I will think about all these things over the weekend.