Whamcloud - gitweb
LU-12080 lnet: recovery event handling broken 28/36028/1
authorAmir Shehata <ashehata@whamcloud.com>
Sun, 17 Mar 2019 15:16:40 +0000 (08:16 -0700)
committerMinh Diep <mdiep@whamcloud.com>
Tue, 3 Sep 2019 14:09:14 +0000 (07:09 -0700)
commit04374e4e3a262d46022b486abf684a6870ee78f9
treed1ff32aa0561a6d183b2d7e2e7651233eb9262b0
parent48007300255836ec81b1d037ec450e71b8a754a8
LU-12080 lnet: recovery event handling broken

Don't increment health on unlink event.
If a SEND fails an unlink will follow so no need to do any
special processing on SEND event. If SEND succeeds then we
wait for the reply.
When queuing a message on the NI recovery queue only do so
if the MT thread is still running.

Lustre-change: https://review.whamcloud.com/34445
Lustre-commit: 5409e620e0256dc9b657f1c457541d7411b543cd

Test-Parameters: forbuildonly
Signed-off-by: Amir Shehata <ashehata@whamcloud.com>
Change-Id: I4877caebcac5cdfc35a59a18a3e3451b1f23cb0d
Reviewed-by: Olaf Weber <olaf.weber@hpe.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Chris Horn <hornc@cray.com>
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
lnet/lnet/lib-move.c
lnet/lnet/lib-msg.c