Re: Email alerts with streaming expressions

2021-09-08 Thread Dan Rosher
Ah yes .. brilliant thanks Joel ! I think this is exactly what I was looking for, I wasn't aware of the executor decorator. Thanks all again for the suggestions and the interesting possibilities available. Kind regards, Dan On Tue, 7 Sept 2021 at 13:51, Joel Bernstein wrote: > There was a des

Replica went into Recovery mode in Solr (v-6.1.0)

2021-09-08 Thread jay harkhani
Hello, Greetings for the day! We are using Solr 6.1.0 on our production environment. We have 2 shards and 2 replicas. On one shardreplica (shard2R) suddenly not response for around 18 sec. and went into recovery mode after that. Links to access Solr Logs, GC logs and GC analysis graph image as

Re: Solr | OOM | Lazyfield

2021-09-08 Thread HariBabu kuruva
Hi Charlie, I have checked with the DEV team regarding multivalue error. They say that : the fields which require/have multiple values were already set to multivalued=true . For non-multi valued fields also we are getting multiple values. That is the problem. On Tue, Sep 7, 2021 at 9:05 PM

Re: Replica went into Recovery mode in Solr (v-6.1.0)

2021-09-08 Thread Shawn Heisey
On 9/8/2021 6:32 AM, jay harkhani wrote: We are using Solr 6.1.0 on our production environment. We have 2 shards and 2 replicas. On one shardreplica (shard2R) suddenly not response for around 18 sec. and went into recovery mode after that. Links to access Solr Logs, GC logs and GC analysis gra

Re: Solr | OOM | Lazyfield

2021-09-08 Thread Shawn Heisey
On 9/8/2021 8:05 AM, HariBabu kuruva wrote: I have checked with the DEV team regarding multivalue error. They say that : the fields which require/have multiple values were already set to multivalued=true . For non-multi valued fields also we are getting multiple values. That is the problem.

Re: Index dependent groups of data

2021-09-08 Thread lstusr 5u93n4
> Info you might already know: TLOG (and PULL) replicas do not index, > unless a TLOG replica is the leader, in which case it behaves exactly > like NRT. A PULL replica can never become leader. > > When you have TLOG or PULL replicas, Solr is only going to do indexing > on the shard leaders. Whe