Thanks - it helps! Not sure about the "new Scroll(keepAlive)"
In my code, I use .setScroll(TimeValue.timeValueSeconds(30)) Maybe this helps? Jörg On Mon, Apr 28, 2014 at 11:32 AM, Matteo Moci <[email protected]> wrote: > Hi Jorg, > Thanks for the reply. > If that helps, I linked a snippet with the code at [1]. > In addition, the test I did was on 1 index, 2 shards with 0 replicas, > see the status at [2] and settings at [3]. > > Ho can I provide you more details? > > Thanks, > Matteo > > [1] https://gist.github.com/mox601/545c7176785ef209f7f3 > [2] https://gist.github.com/mox601/fd806317dbe1d89ff12c > [3] https://gist.github.com/mox601/11366726 > > > > On Mon, Apr 28, 2014 at 10:56 AM, [email protected] < > [email protected]> wrote: > >> The message is serious because it signals that your scan/scroll search >> has prematurely ended and responses may be dropped (or not). >> >> It would be nice to show us your code and your shard settings. >> >> search.keep_alive_interval is the parameter that can influence the search >> reaper, not search operation threading. The reaper runs each minute and >> might run too frequently. While not sure about your setting of scan/scroll >> lifetime, I can't tell more. >> >> Jörg >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "elasticsearch" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHfGVg3xAeFXASg9%3DuiWr8w0pH24b6ucDvAfQeY_JC%3DPQ%40mail.gmail.com<https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHfGVg3xAeFXASg9%3DuiWr8w0pH24b6ucDvAfQeY_JC%3DPQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Matteo Moci > http://mox.fm > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/CAONgFZ7cMtUW%3Dyco3EMSA_2p9NPFN3KRAWuiaCA6MGHWv5R0kA%40mail.gmail.com<https://groups.google.com/d/msgid/elasticsearch/CAONgFZ7cMtUW%3Dyco3EMSA_2p9NPFN3KRAWuiaCA6MGHWv5R0kA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoGaUzBC18f1J%3D2uyjMkpUtGsMf8WcWeZLzoHr6yHA5evQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
