Re: solr cloud updatehandler stats mismatch

2017-11-13 Thread Wei
Thanks Amrit. Can you explain a bit more what kind of requests won't be logged? Is that something configurable for solr? Best, Wei On Thu, Nov 9, 2017 at 3:12 AM, Amrit Sarkar wrote: > Wei, > > Are the requests coming through to collection has multiple shards and > replicas. Please mind a upda

Re: solr cloud updatehandler stats mismatch

2017-11-09 Thread Amrit Sarkar
Wei, Are the requests coming through to collection has multiple shards and replicas. Please mind a update request is received by a node, redirected to particular shard the doc belong, and then distributed to replicas of the collection. On each replica, each core, update request is played. Can be

Re: solr cloud updatehandler stats mismatch

2017-11-09 Thread Furkan KAMACI
Hi Wei, Do you compare it with files which are under /var/solr/logs by default? Kind Regards, Furkan KAMACI On Sun, Nov 5, 2017 at 6:59 PM, Wei wrote: > Hi, > > I use the following api to track the number of update requests: > > /solr/collection1/admin/mbeans?cat=UPDATE&stats=true&wt=json > >

solr cloud updatehandler stats mismatch

2017-11-05 Thread Wei
Hi, I use the following api to track the number of update requests: /solr/collection1/admin/mbeans?cat=UPDATE&stats=true&wt=json Result: - class: "org.apache.solr.handler.UpdateRequestHandler", - version: "6.4.2.1", - description: "Add documents using XML (with XSLT), CSV, JSON, or