Re: Optimal Sharding Strategy for Solr Cloud v8.10

2023-09-19 Thread Wei
@Walter, Just curious for 320 shards and 2.5 billion docs, how is the query throughput? The internal distributed traffic would be huge due to the fan out. Regards, Wei On Thu, Sep 14, 2023 at 7:36 AM Walter Underwood wrote: > I would have thought it would be a huge hassle, but it isn’t. We b

Re: [Solr] Reindexing leaving behind 0 live doc segments

2023-09-19 Thread Alex Deparvu
Hi. Just a thought, should you be calling IndexReader#decref in your code once you are done working with the directory? I see it happening in Solr on close https://github.com/apache/solr/blob/ec8f23622b04de80c1dcb85638a73f9d9566d1bf/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java#

Re: [SOLR] JSONP callback wrapper not working on Solr 9.3.1

2023-09-19 Thread Jason Gerlowski
Hi Chris, I'm not all that familiar with the "json.wrf" functionality, so I could be off here. But starting in 9.3, Solr switched to using Jackson for serialization and away from the homegrown code it's used up to this point. I wonder whether that switch might've broken "json.wrf" in 9.3? I tri

Restore from aws ebs volume snapshots

2023-09-19 Thread rajani m
Hi Solr Users, Have you tried to restore indexes from aws ebs volumes snapshots and does that work? I am aware of the s3 backup and restore api but thinking if this option of taking the volume snapshot and restoring indexes from the snapshot works? All the replicas are nrt type. Thanks, Rajani