ps->flushes_in_progress = 0;
ps->set_last_peering_reset();
+ ps->log_weirdness();
}
boost::statechart::result
DECLARE_LOCALS;
ps->check_past_interval_bounds();
+ ps->log_weirdness();
PastIntervals::PriorSet &prior_set = context< Peering >().prior_set;
ceph_assert(ps->blocked_by.empty());
DECLARE_LOCALS;
+ ps->log_weirdness();
+
// adjust acting?
if (!ps->choose_acting(auth_log_shard, false,
&context< Peering >().history_les_bound)) {
context< PeeringMachine >().log_enter(state_name);
DECLARE_LOCALS;
+ ps->log_weirdness();
ceph_assert(!ps->acting_recovery_backfill.empty());
eversion_t since;
for (set<pg_shard_t>::iterator i = ps->acting_recovery_backfill.begin();