Signed-off-by: Samuel Just <sjust@redhat.com>
hit_set_clear();
}
- // we don't want to cache object_contexts through the interval change
- // NOTE: we actually assert that all currently live references are dead
- // by the time the flush for the next interval completes.
- object_contexts.clear();
-
// requeue everything in the reverse order they should be
// reexamined.
clear_scrub_reserved();
debug_op_order.clear();
unstable_stats.clear();
+
+ // we don't want to cache object_contexts through the interval change
+ // NOTE: we actually assert that all currently live references are dead
+ // by the time the flush for the next interval completes.
+ object_contexts.clear();
}
void ReplicatedPG::on_role_change()