Whamcloud - gitweb
LU-653 Ignore last transno from clients with no outstanding transactions
authorOleg Drokin <green@whamcloud.com>
Thu, 1 Sep 2011 20:19:11 +0000 (16:19 -0400)
committerOleg Drokin <green@whamcloud.com>
Thu, 15 Sep 2011 03:40:02 +0000 (23:40 -0400)
commit280d8b6a1538f4ad9d2acdd045b970811e895c43
tree701325b6125c0bd70cc1c81c6afcb0ac0b896053
parentd1feb5c774d4690a4d4c4828d734a2604438f923
LU-653 Ignore last transno from clients with no outstanding transactions

Clients that did not have any unreplied transactions should not
artificially reduce next_recovery_transno since those transactions are
never coming anyway and would just elay all replay activity
until all clients are reconnected.

Change-Id: Iafa32b315211ada93838f4b16fe0f2c800d619c4
Signed-off-by: Oleg Drokin <green@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1318
Tested-by: Hudson
Reviewed-by: Mikhail Pershin <tappro@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/ldlm/ldlm_lib.c