Whamcloud - gitweb
LU-431 o2iblnd: reduce failed alloc retry interval
authorLiang Zhen <liang@whamcloud.com>
Sat, 18 Jun 2011 10:03:12 +0000 (18:03 +0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 14 Dec 2011 15:22:04 +0000 (10:22 -0500)
o2iblnd can dynamically grow TX descriptor pool at run time,
it will take 10 seconds as retry interval if there is a failed
allocating, this interval is too long and some RPC might timeout.
So we decreased it to one second.

Change-Id: I0693e9d2cbf321e473713db6dd668afaf64e1bae
Signed-off-by: Liang Zhen <liang@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/966
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Lai Siyao <laisiyao@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>

No differences found