Re: 3x+ performance reduction for the prefixed wildcard fl (like fl=abc_*) in 9.5.0 compared to 9.4.1

2024-02-26 Thread Justin Sweeney
I can take another look at this. Changed the implementation for matching glob patterns to avoid a third party dependency, but it seems like we may just want to use the original implementation from Apache Commons to avoid the performance degradation. Is the best practice here to do a PR with the ori

Re: solr 9.3.0 file permissions issues snapshot_metadata dir

2023-07-26 Thread Justin Sweeney
You'll probably want to look into your Java Security Policy settings as that is what causes this error. You can see default security policy included in the Solr distribution here: https://github.com/apache/solr/blob/b9100ba775defbed5114dd92526382047ce611dc/solr/server/etc/security.policy#L4. You'll

[ANNOUNCE] Apache Solr 9.2.1 released

2023-05-01 Thread Justin Sweeney
The Solr PMC is pleased to announce the release of Apache Solr 9.2.1. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Solr project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration,

Re: CDCR deprecation

2023-04-28 Thread Justin Sweeney
Depends a bit on your tolerance for differences between clusters in the different data cents. The approach Matthew mentioned of two indexers, one in each datacenter works well. I've also in the past used the backup/restore functionality

Re: Maximum number of shards and nodes in solr cloud

2023-01-10 Thread Justin Sweeney
We are running clusters with 100s of nodes in a single Solr Cloud with many collections, some of which are up to 2,048 shards. Generally the challenges that we have seen have been specifically related to handling updates to state.json particularly on restarts of nodes in the cluster since a node re

Re: Dead lock on CountSlotArrAcc initialization(Update java stack)

2022-04-24 Thread Justin Sweeney
Hi, We encountered a similar issue and fixed this in a patch on the fork of Solr we use. I can open an issue and upstream the fix we implemented for our fork to the upstream repository. There is a possibility of deadlock between two different classes being initialized which it looks like you are

Re: Planned Release Schedule

2021-08-26 Thread Justin Sweeney
s getting > close to the 9.0 release. > I don't see this happening in the next 2-3 months considering the amount of > work that remains. I hope this information helps you but certainly can't > comment on an exact timeline. > > -Anshum > > On Thu, Aug 26, 2021 at 8:13

Planned Release Schedule

2021-08-26 Thread Justin Sweeney
Hi, Is there a place where there is a planned release schedule for when Solr 9 could potentially be coming or other versions or is it done more on the fly? Thanks!