ERROR [queryOp-25] 2014-02-09 15:07:04,981 OpLimit.java (line 74) Limit reached, sendComplete was called.
ERROR [queryOp-25] 2014-02-09 15:07:04,981 OpLimit.java (line 74) Limit reached, sendComplete was called.
ERROR [queryOp-25] 2014-02-09 15:07:04,981 OpLimit.java (line 74) Limit reached, sendComplete was called.
ERROR [queryOp-25] 2014-02-09 15:07:04,981 OpLimit.java (line 74) Limit reached, sendComplete was called.
where that line is emitted for each line after the limit is reached. it may be the case only when a sort to disk threshold is reached.
Yes. the code used to break using the exception, obviously not a good way to control logic flow. For now we should remove the log line. Near future we need to blow up query observer and provide a non destructive way to exit the op early.
You can modify your log4j config to exclude log messages from this class.
In short term I think it is best to inject more QueryStatusObserver into Ops that send more than one bundle at a time. Pull request created: https://github.com/addthis/hydra/pull/18
--
You received this message because you are subscribed to the Google Groups "hydra-oss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hydra-oss+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.