]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG solve cache tier osd high memory consumption 16011/head
authorPeng Xie <peng.hse@xtaotech.com>
Thu, 29 Jun 2017 10:48:27 +0000 (18:48 +0800)
committerPeng Xie <peng.hse@xtaotech.com>
Mon, 3 Jul 2017 02:38:30 +0000 (10:38 +0800)
commitda605aa35e2d0897597a0ab6e19be70d94e6da24
tree1d1ff10973b3594f38370ed732150594d38d8ebf
parent7a9ca4e008a3c6d38926f694855dfe10365fca1f
osd/PrimaryLogPG solve cache tier osd high memory consumption

during cache tier dirty data flushing, cache tier osd memroy consumption
will get increasing due to the accumulative pg log which will not be trimmed

Fixes: http://tracker.ceph.com/issues/20464
Signed-off-by: Peng Xie <peng.hse@xtaotech.com>
src/osd/PrimaryLogPG.cc