Whamcloud - gitweb
LU-1742 o2iblnd: 'Timed out tx' error message 35/33235/9
authorSonia Sharma <sharmaso@whamcloud.com>
Thu, 6 Sep 2018 03:39:23 +0000 (23:39 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 10 Jun 2020 20:51:59 +0000 (20:51 +0000)
commit7308662efc02fde077216f54728ecf278f31311b
tree98eff90ec1dd0b64b57adb4253361fbd3fac5b94
parent60df7a8845859639d16f1c2163a65a74a6a51f78
LU-1742 o2iblnd: 'Timed out tx' error message

Fix the error message in kiblnd_check_txs_locked()
to report the total RDMA time outstanding rather
than the number of seconds past the deadline.

This patch also adds time_on_activeq to struct kib_tx
so the time spent by tx in internal queue and active
queue can be tracked and reported. This would help
in diagnosing the issue.

Change-Id: I4e486389220e383af88dbc482646e92a85bd5b14
Test-Parameters: trivial
Signed-off-by: Sonia Sharma <sharmaso@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/33235
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Stephen Champion <stephen.champion@hpe.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/klnds/o2iblnd/o2iblnd.h
lnet/klnds/o2iblnd/o2iblnd_cb.c