Paul Masurel
Paul Masurel
This ticket is about optimizing was when no count at all is requested.
Closed and reopened as #5196
This error can happen if you have too many nodes in your cluster. How many nodes are present?
> It seems like after encountering this error, the control plane does not exit and continues to run, seemingly doing nothing (?). This is a very valid point. Let's fix...
One first thing you could do is move `let id_fast_field = segment_reader.fast_fields().str("id").unwrap().unwrap();` outside of your loop.
@MagellaX can you fix the PR. I think the first two commits are unrelated.
This is a cool effort! ... But I stopped reviewing in the middle as too many problems have been overlooked.
@trinity-1686a any idea what happened here?
@rdettai I'm not fond of the idea of merging this. The code/spec is complex, and I am not fond of the idea of maintaining it. @PSeitz would it be possible...
@mdashti Which means you have gigantic segments. The recommended max size for a segment is 10million docs. Do you have a strong reason for this segment size?