Signed-off-by: chunmei-liu <chunmei.liu@intel.com>
on_end.reset(new seastar::readable_eventfd);
return seastar::now().then([this] {
begin_signaled = true;
- auto r = ::eventfd_write(begin_fd.get(), APP_RUNNING);
+ [[maybe_unused]] auto r = ::eventfd_write(begin_fd.get(), APP_RUNNING);
assert(r == 0);
return seastar::now();
}).then([this] {
EXPECT_EQ(pool_clone.p_dummy->size(), 3);
// erase and merge
- auto pivot_key = node_to_split->get_pivot_key();
+ [[maybe_unused]] auto pivot_key = node_to_split->get_pivot_key();
logger().info("\n\nERASE-MERGE {}:", node_to_split->get_name());
assert(pivot_key.compare_to(key_hobj_t(key)) == MatchKindCMP::EQ);
with_trans_intr(pool_clone.get_context().t, [&] (auto &t) {