Re: Exporting data using solr streaming expressions is randomly not working

2018-09-28 Thread Gaini Rajeshwar
Hi Joel, Yes it worked fine after setting *useFilterForSortedQuery *false. Does SOLR-8291 address this issue? As per SOLR-8291, it happens based on number of segments. But it my case, q=*:* always works irrespective of number of segments. Queries in

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Joel Bernstein
If you have: true Then you will get errors with the export handler. After you set this to false do the errors go away? Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Sep 27, 2018 at 6:40 PM Gaini Rajeshwar < raja.rajeshwar2...@gmail.com> wrote: > Is it anyway related to the following ?

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Gaini Rajeshwar
Is it anyway related to the following ? https://jira.apache.org/jira/browse/SOLR-8291 I will test this by turning off true to check if it helps. On Fri, Sep 28, 2018 at 3:58 AM Joel Bernstein wrote: > Ok, that stack trace shows where the problem. I'll investigate and report > back. > > Joel Be

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Joel Bernstein
Ok, that stack trace shows where the problem. I'll investigate and report back. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Sep 27, 2018 at 4:01 PM Gaini Rajeshwar < raja.rajeshwar2...@gmail.com> wrote: > @Joel: On some of the shards, i am seeing the following error in logs. > > null:

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Gaini Rajeshwar
@Joel: On some of the shards, i am seeing the following error in logs. null:java.lang.NullPointerException at org.apache.lucene.util.BitSetIterator.(BitSetIterator.java:61) at org.apache.solr.handler.ExportWriter.writeDocs(ExportWriter.java:243) at org.apache.solr.handler

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Gaini Rajeshwar
I've tried with 7.3 version also and encountering same issue. On Thu, Sep 27, 2018 at 11:02 PM Joel Bernstein wrote: > That is weird, I've not encountered this behavior. There has been some > changes in 7.4 to the export handler, and I'm wondering if a bug was > introduced. The stack trace you a

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Joel Bernstein
That is weird, I've not encountered this behavior. There has been some changes in 7.4 to the export handler, and I'm wondering if a bug was introduced. The stack trace you are posting is coming from the node where the expression is being run. Can you check the logs from the shards to see if there a

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Gaini Rajeshwar
Also, to mention, if i give q="*:*" it is working fine (which is kind of weird) On Thu, Sep 27, 2018 at 9:35 PM Gaini Rajeshwar < raja.rajeshwar2...@gmail.com> wrote: > Hi All, > > I am using solr 7.4 version. I am trying to export data using streaming > expressions. > > Following is the simple c