Delta can be empty when measure the effort of invalidated transactions.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
std::ostream &print_detail(std::ostream &out) const final;
ceph::bufferlist get_delta() final {
- assert(!delta_buffer.empty());
ceph::buffer::ptr bptr(delta_buffer.get_bytes());
delta_buffer.copy_out(bptr.c_str(), bptr.length());
ceph::bufferlist bl;
}
ceph::bufferlist get_delta() final {
- assert(!delta_buffer.empty());
ceph::buffer::ptr bptr(delta_buffer.get_bytes());
delta_buffer.copy_out(bptr.c_str(), bptr.length());
ceph::bufferlist bl;