-
Type: Bug
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.6.0-rc2
-
Component/s: Logging
-
None
-
Query
-
ALL
Issue is:
if (Runner::RUNNER_EOF != state) { warning() << "Internal error while reading " << ns << endl; }
If you hit a maxSize while iterating, you'll break from the loop in state Runner::Advanced, which is normal but throws a worrying message. This happens during every DEBUG autosplit, and adds noise to the log.
Fix should be pretty trivial.
- duplicates
-
SERVER-13123 All callers of PlanExecutor::getNext need to deal with error returns
- Closed