Re: Keeping track of when a Segment Merge happens?

2024-09-09 Thread Koen De Groote
you should get what you need. > > Rahul > > On Sun, Sep 8, 2024 at 1:45 PM Koen De Groote wrote: > > > I've set this up at debug, logging it to a separate file, but nothing so > > far, file created but 0 bytes. I'll keep track for a while to see if it > &

Re: Disk cleanup of deleted data

2023-11-07 Thread Koen De Groote
ed-by-deleted-documents/ > > Jan > > > 3. nov. 2023 kl. 10:42 skrev Koen De Groote : > > > > Hello, > > > > I'm reading online that deleting items doesn't actually remove them from > > disk, it merely marks them as "deleted". > >

Disk cleanup of deleted data

2023-11-03 Thread Koen De Groote
Hello, I'm reading online that deleting items doesn't actually remove them from disk, it merely marks them as "deleted". And that in order to free disk space by removing deleted items, I need to do an "optimize" or "expungeDeletes" call. Having run a bunch of deletes on a collection, over a few

Re: Paging a delete query?

2023-10-23 Thread Koen De Groote
HP, the Solarium PHP client has a plugin that does > just that: > https://solarium.readthedocs.io/en/stable/plugins/#buffereddelete-plugin > > (Full disclosure: I wrote the plugin.) > > Thomas > > Op ma 23 okt 2023 om 10:47 schreef Koen De Groote : > > > I'm looking

Paging a delete query?

2023-10-23 Thread Koen De Groote
ific query it was asked to process, if it's still handling it, and all that? Regards, Koen De Groote

Questions around cache sizes, initsizes, autowarm, and cache invalidation

2023-09-08 Thread Koen De Groote
ment during a request. > What are the implications of that? I can't find documentation on max_results and max_concurrent_queries as names for settings. Thanks to any who dedicate their time to this. Regards, Koen De Groote

Re: Slow softCommits under heavy load?

2023-07-24 Thread Koen De Groote
ahul > > On Sun, Jul 23, 2023 at 3:54 PM Koen De Groote wrote: > > > Point taken. > > > > Going over the code, I am seeing *autowarm*Count="0" a few times in the > > config XML near various LRU and fastLRU cache definitions. Not seeing > > specific q

Re: Slow softCommits under heavy load?

2023-07-23 Thread Koen De Groote
PM ufuk yılmaz > > > wrote: > > > > > Can it be related to file descriptor/open file handles limit? > > > > > > — > > > > > > > On 23 Jul 2023, at 14:24, Koen De Groote wrote: > > > > > > > > Shawn, > >

Re: Slow softCommits under heavy load?

2023-07-23 Thread Koen De Groote
n 23 Jul 2023, at 14:24, Koen De Groote wrote: > > > > Shawn, > > > > After having a look at these files: No, I cannot share them. > > > > What I can say is that there's a couple hundred fields, dynamicFields and > > copyFields(each). > > > > Th

Re: Slow softCommits under heavy load?

2023-07-23 Thread Koen De Groote
ith a max autoCommit time of 6 and a max autoSoftCommit time of 1000 Regards, Koen On Sun, Jul 23, 2023 at 1:43 AM Shawn Heisey wrote: > On 7/22/23 17:09, Koen De Groote wrote: > > Recently, I experienced softCommits taking up to 30 seconds to return. > The > > appl

Slow softCommits under heavy load?

2023-07-22 Thread Koen De Groote
such behavior for soft commits. If someone has an immediate bit of knowledge towards what causes softCommits to take up to 30 seconds, that'd be appreciated. Regards, Koen De Groote

Trigger or auto-enforcing of cluster policy?

2022-09-08 Thread Koen De Groote
hat policy. Is that possible? Regards, Koen De Groote

Re: Ability to capture commits for replay?

2022-08-29 Thread Koen De Groote
Thanks for the suggestion, will have a look. On Thu, Aug 25, 2022 at 1:51 PM Eric Pugh wrote: > https://goreplay.org/ <https://goreplay.org/> has been used to capture > traffic and replay it in a system agnostic way! > > > On Aug 25, 2022, at 7:47 AM, Koen De Groote wro

Ability to capture commits for replay?

2022-08-25 Thread Koen De Groote
e future. Kind regards, Koen De Groote

Re: How to add replica cluster-policy

2022-06-30 Thread Koen De Groote
To answer my own question: it was disk space. Has to be below 80% used disk space. Or it won't start the replication. On Sat, Jun 25, 2022 at 12:58 PM Koen De Groote wrote: > Using solr7_6 > > This documentation: > https://solr.apache.org/guide/7_6/solrcloud-autoscaling-a

How to add replica cluster-policy

2022-06-25 Thread Koen De Groote
n interface fails, saying it can't find replica locations that don't violate the policies... and then shows me an empty list of policies. I don't understand what is going on. How can I insert my own list of policies? Regards, Koen De Groote