Wire shark should show you what HTTP request actually looks like. So, a definite reference.
I still recommend double checking that equivalence first. It is just sanity check before doing any more expensive digging. You can also enable trace logging in the admin ui to see low level request details to compare, but I don't remember which particular element right now. Regards, Alex On 13 Aug 2016 10:14 PM, "Pranaya Behera" <pranaya.beh...@igp.com> wrote: Hi Alexandre, I am sure I am firing the same queries with the same collection everytime. How do WireShark will help ? I am sorry not experienced with that tool. On 13/08/16 17:37, Alexandre Rafalovitch wrote: > Are you sure you are issuing the same queries to the same collections and > the same request handlers. > > I would verify that before all else. Using network sniffers (Wireshark) if > necessary. > > Regards, > Alex > > On 13 Aug 2016 8:11 PM, "Pranaya Behera" <pranaya.beh...@igp.com> wrote: > > Hi, > I am running solr 6.1.0 with solrcloud. We have 3 instance of > zookeeper > and 3 instance of solrcloud. All three of them are active and up. One > collection has 3 shards, each shard has 2 replicas. > > Everytime query whether from solrj or admin ui, getting inconsistent > results. e.g. > 1. numFound is always fluctuating. > 2. facet count shows the count for a field, filter query on that field gets > 0 results. > 3. luke requests work(not sure whether gives correct info of all the > dynamic field) on per shard not on collection when invoked from curl but > doesnt work when called from solrj. > 4. admin ui shows expanded results, same query goes from solrj, > getExpandedResults() gives 0 docs. > > What would be cause of all this ? Any pointer to look for an error anything > in the logs. > >