Re: Curious about ReplicationHandler/IndexFetcher interaction with IndexWriter

2024-08-23 Thread Michael Gibney
I have also looked at this and would like to gain more perspective on it. Another related wrinkle to watch out for: I'm pretty sure that Solr replication doesn't re-use core readers over existing segments. I noticed this (along with my colleague Patson) when looking at unexpectedly high CPU usage o

Curious about ReplicationHandler/IndexFetcher interaction with IndexWriter

2024-08-23 Thread David Smiley
Can anyone explain how the ReplicationHandler/IndexFetcher manipulates index files (adds files/segments, removes some too) without interfering with the live index? I see IndexFetcher can call SolrCoreState.closeIndexWriter. I've also seen evidence in code nearby that suggests another data dir may

Re: Getting this error

2024-08-23 Thread Jan Høydahl
Hi Gyan, Your post is cross-posted to several lists. Please do not do that. The correct list for questions like this is the "users@" mailing list. Please subscribe to that list and re-post. When posting your question, please give much more context and information on your setup and how it can be

FW: Getting this error

2024-08-23 Thread Gyan Sharma
[cid:gptw_24_25_144077ec-4e7f-4a39-8faf-7d2dda01054e.png] Gyan Sharma Search Relevance Engineer [cid:prlogo_a2a5c893-c438-4f0b-87e1-42442fc57315.png] e: gsha...@progressresidential.com RentProgress.com From: Gyan Sharma Date: Friday, August 23, 2024 at 12:20 AM To

Re: Introducing Gradle Version Catalogs

2024-08-23 Thread Dawid Weiss
> There isn't a singular "classpath" > (DependencySet? in Gradle). I think there are multiple "classpaths" > for many things (e.g. compiling main sourceSet vs compiling test > sourceSet) for each module (many modules). These configurations are from the java plugin in gradle and most of them are