]> git.apps.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:34:25 +0000 (15:34 -0700)
commitb3d3b3747c1eef695138dac828e5fcb435309c7b
tree7ba5d9c7777b986c4c030d5efe0f474274d4c44b
parent06c58132199ed22413b509dfa751321ccdb24225
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>
(cherry picked from commit 73289b34b0be5b6612e38944794d59b5e789f841)
src/mds/LogEvent.cc