Whamcloud - gitweb
LU-12439 lnet: Convert noisy timeout error to cdebug 33/35233/2
authorChris Horn <hornc@cray.com>
Fri, 14 Jun 2019 19:57:48 +0000 (14:57 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 30 Jul 2019 06:07:01 +0000 (06:07 +0000)
This error message in lnet_finalize_expired_responses is very noisy
when nodes go down or are rebooted, and it does not provide much value
to system administrators. Convert it to a CDEBUG instead

Test-parameters: trivial
Signed-off-by: Chris Horn <hornc@cray.com>
Change-Id: Iccf43943de18f147aa804049b7804ea415cc99bb
Reviewed-on: https://review.whamcloud.com/35233
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Amir Shehata <ashehata@whamcloud.com>
Reviewed-by: Alexandr Boyko <c17825@cray.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/lnet/lib-move.c

index d3cf14b..9b463e2 100644 (file)
@@ -2884,8 +2884,9 @@ lnet_finalize_expired_responses(bool force)
 
                                nid = rspt->rspt_next_hop_nid;
 
-                               CNETERR("Response timed out: md = %p: nid = %s\n",
-                                       md, libcfs_nid2str(nid));
+                               CDEBUG(D_NET,
+                                      "Response timeout: md = %p: nid = %s\n",
+                                      md, libcfs_nid2str(nid));
                                LNetMDUnlink(rspt->rspt_mdh);
                                lnet_rspt_free(rspt, i);