Whamcloud - gitweb
- fixed really nasty bug with recovery. Sometimes server sent _two_ replies for one...
authoryury <yury>
Mon, 25 Sep 2006 10:05:38 +0000 (10:05 +0000)
committeryury <yury>
Mon, 25 Sep 2006 10:05:38 +0000 (10:05 +0000)
commit5e33ea0a4448886a2f31df297fe1c7b3462cab75
treefd81b952c9dbc96a93a6e012ad562d362c585d84
parentb61b3fd9894c438734f393096b435325b93f407f
- fixed really nasty bug with recovery. Sometimes server sent _two_ replies for one replay RPC. And second replay was mostly empty, errorneous one which confused client some times. For instance mdc_replay_open() and others. In two words, mdt should not send anything and return with rc for cases mdt_recovery() (and thus mds_filter_recovery_request()) returns 0;

- mor esimple recovery stuff in fld.
lustre/fld/fld_handler.c
lustre/fld/fld_internal.h
lustre/mdt/mdt_handler.c