Re: Slowness in Solr Optimize

2022-12-12 Thread Shawn Heisey
On 12/12/22 13:14, Pradeep wrote: How to check time taken by solr to execute api? Also can you share me solr doc how we can query manually solr index for specific record or any api's you can provide. Not entirely sure what you are asking here.  I will try to answer what I can discern. In sol

Re: Slowness in Solr Optimize

2022-12-12 Thread Dave
You can check the atones to see if solr itself actually slowed down. As solr has nothing to do with a load balancer I doubt it has. Also you used a sentence that concerns me, clearing out the deleted documents, which sounds like an optimize command. You as a user should never use that, let sol

Re: Slowness in Solr Optimize

2022-12-12 Thread Pradeep
Thank you shawn. I will have look, I have checked the solr.log file but didn't see any error, after load balancer changes we are seeing this issue. How to check time taken by solr to execute api? Also can you share me solr doc how we can query manually solr index for specific record or any api's y

Re: Slowness in Solr Optimize

2022-12-12 Thread Shawn Heisey
On 12/12/22 08:14, Pradeep wrote: We have migrated Apache solr aws load balancer from classic to Application load balancer. We havent changed anything in solr other than migrating load balancer but solr taking more time while committing in Solr. Fyi, we are processing 200 records every batch, t

Slowness in Solr Optimize

2022-12-12 Thread Pradeep
Hi Team, We have migrated Apache solr aws load balancer from classic to Application load balancer. We havent changed anything in solr other than migrating load balancer but solr taking more time while committing in Solr. Fyi, we are processing 200 records every batch, this is failing at last sta