]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: be more careful about decoding LogEvents
authorGreg Farnum <greg@inktank.com>
Wed, 11 Sep 2013 23:24:32 +0000 (16:24 -0700)
committerGreg Farnum <greg@inktank.com>
Mon, 23 Sep 2013 22:31:56 +0000 (15:31 -0700)
commit73289b34b0be5b6612e38944794d59b5e789f841
tree6166a90b7c767cf2491e58699959ebd64144b85d
parent816cbbfea34900329ad5cbbbffbc8f881ea846ce
mds: be more careful about decoding LogEvents

We need to wrap the full decode section or we can abort the process
if there's an issue (which we may want to just skip by).

Signed-off-by: Greg Farnum <greg@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
src/mds/LogEvent.cc