Re: Commits (with openSearcher = true) are too slow in solr 8

2020-12-06 Thread raj.yadav
matthew sporleder wrote > Is zookeeper on the solr hosts or on its own? Have you tried > opensearcher=false (soft commit?) 1. we are using zookeeper in ensemble mode. Its hosted on 3 seperate node. 2. Soft commit (opensearcher=false) is working fine. All the shards are getting commit request imm

Re: Commits (with openSearcher = true) are too slow in solr 8

2020-12-06 Thread matthew sporleder
Is zookeeper on the solr hosts or on its own? Have you tried opensearcher=false (soft commit?) On Sun, Dec 6, 2020 at 6:19 PM raj.yadav wrote: > > Hi Everyone, > > > matthew sporleder wrote > > Are you stuck in iowait during that commit? > > During commit operation, there is no iowait. > Infact

Re: Commits (with openSearcher = true) are too slow in solr 8

2020-12-06 Thread raj.yadav
Hi Everyone, matthew sporleder wrote > Are you stuck in iowait during that commit? During commit operation, there is no iowait. Infact most of the time cpu utilization percentage is very low. /*As I mentioned in my previous post that we are getting `SolrCmdDistributor org.apache.solr.client.sol

Re: Timeout occured while waiting response from server

2020-12-06 Thread raj.yadav
Hey Karl, Can you elaborate more about your system? How many shards does your collection have, what is replica type? Are you using an external zookeeper? Its looks like (from logs) that you are running solr on SolrCloud mode? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.h

Re: Commits (with openSearcher = true) are too slow in solr 8

2020-12-06 Thread raj.yadav
matthew sporleder wrote > On unix the top command will tell you. On windows you need to find > the disk latency stuff. Will check this and report here matthew sporleder wrote > Are you on a spinning disk or on a (good) SSD? we are using SSD matthew sporleder wrote > Anyway, my theory is tha

Re: Commits (with openSearcher = true) are too slow in solr 8

2020-12-06 Thread raj.yadav
Hey Matthew, matthew sporleder wrote > Are you stuck in iowait during that commit? I am not sure how do I determine that, could you help me here. -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Commits (with openSearcher = true) are too slow in solr 8

2020-12-06 Thread matthew sporleder
On unix the top command will tell you. On windows you need to find the disk latency stuff. Are you on a spinning disk or on a (good) SSD? Anyway my theory is that trying to do too many commits in parallel (too many or not enough shards) is causing iowait = high latency to work through. On Sun,

Re: Commits (with openSearcher = true) are too slow in solr 8

2020-12-06 Thread raj.yadav
matthew sporleder wrote > Are you stuck in iowait during that commit? I am not sure how do I determine that, could you help me here. -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SolrCloud shows cluster still healthy even the node data directory is deleted

2020-12-06 Thread Amy Bai
Hi community, I create a Solr Jira to track this issue. https://issues.apache.org/jira/browse/SOLR-15028 Regards, Amy From: Radar Lei Sent: Friday, November 20, 2020 5:13 PM To: solr-user@lucene.apache.org Subject: Re: SolrCloud shows cluster still healthy even