That's odd behavior. What do the logs look like? This will produce a series
of queries against the projects collection. Are you seeing those in the
logs? Any errors?

Joel Bernstein
http://joelsolr.blogspot.com/


On Thu, Sep 13, 2018 at 9:25 AM Kojo <rbsnk...@gmail.com> wrote:

> Hi,
>
> If I try to feed gatherNodes with more than 25000 tuples, it gives me empty
> result-set.
>
> gatherNodes(projects,
>   search(projects, zkHost="localhost:9983",qt="/select", rows=30000,
> q=*:*,  fl="id", sort="id asc"),
>   walk="id->parent_id",
>   gather="id",
> )
>
> Response:
> { "result-set": { "docs": [ { "EOF": true, "RESPONSE_TIME": 4499 } ] } }
>
>
> This works:
> search(graph_auxilios, zkHost="localhost:9983",qt="/select", rows=30000,
> q=*:*,  fl="id", sort="id asc"),
>
> If I feed the gatherNodes with less tuples, lets say, 25000, it works.
>
> Is it an expected behaviour?
>
> I am on Solr 6.6. And my box has 128Gb RAM. The only infra that is still
> not set right is that I am using standalone Zookeper.
>

Reply via email to