Whamcloud - gitweb
b=22556 should check # of remained RPCs before aborting
authorVitaly Fertman <vitaly.fertman@oracle.com>
Tue, 14 Dec 2010 23:00:07 +0000 (02:00 +0300)
committerVitaly Fertman <vitaly.fertman@oracle.com>
Wed, 15 Dec 2010 02:25:02 +0000 (05:25 +0300)
o=liang
i=isaac

lstcon_rpc_trans_postwait() calls lstcon_rpc_trans_abort() only when the
transaction is timeout, so if we got "end_session" to interrupt waiting
on transaction, then we can hit ASSERTION(crpc->crp_stamp != 0).


No differences found