These ops have already taken their budget in the original op_submit().
It will be returned via put_op_budget() when they complete.
If there were many localized reads of missing objects from replicas,
or cache pool redirects, this would cause the objecter to use up all
of its op throttle budget and hang.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
(cherry picked from commit
8d0180b1b7b48662daef199931efc7f2a6a1c431)
Conflicts:
src/osdc/Objecter.cc
num_unacked--;
if (op->oncommit)
num_uncommitted--;
- op_submit(op);
+ _op_submit(op);
m->put();
return;
}