Hi, Our logs are spewing a lot of the following:
org.apache.solr.core.SolrCore; slow: [my_coll_shard8_replica1] webapp=/solr path=/update params={wt=javabin&version=2} status=0 QTime=1736 And the QTime is as high as 3-4 seconds in some cases. Shouldn't the slow logger print the document also which took so long? The /select query and /get query handlers do a good job of helping in such cases as the entire URL is present there (I know its GET vs POST thing). But we should probably print the POST request's payload for /update requests to debug more? Thanks SG