SuplanStage selects a plan in a single call to pickBestPlan(), which does a hefty amount of work. This method is blocking, it should be done in yield-able units of work.
- related to
-
SERVER-15651 GroupStage work should be non-blocking
- Closed