Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Duplicate
-
2.6.0-rc2
-
None
-
None
-
ALL
Description
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.
Attachments
Issue Links
- duplicates
-
SERVER-13123 All callers of PlanExecutor::getNext need to deal with error returns
-
- Closed
-