Re: PR labeling

2024-09-22 Thread Jan Høydahl
+1 to try. 60 days for stale and another 60 days before close should be enough imo. We can set the ‘close-pr-label’ for easier reference of what prs were auto closed, should anyone wish to do archeology or re-open stuff that obviously went below people’s radar despite two notifications to the l

Re: PR labeling

2024-09-22 Thread Eric Pugh
What if we tried it for a few months and then reevaluated? Sent from my iPhone > On Sep 20, 2024, at 3:02 PM, Jan Høydahl wrote: > > Any commit or comment on a stale PR will make it un-stale for 60 more days > too. > > Jan Høydahl > >> On 19 Sep 2024, at 23:14, David Smiley wrote: >> >>

Re: Solr Dupe data

2024-09-22 Thread Mikhail Khludnev
Presumably you can find a duplicated shard per document - there's a result transformer for this. Then, you can send a delete request to a particular core disabling distributed processing distrib=false Never did anything like that. On Sun, Sep 22, 2024 at 2:17 AM Rachid Bouacheria < rachid.bouache.

Re: Re: Trying to understand cross-collection-join routing/hashing choices and behavior

2024-09-22 Thread Mikhail Khludnev
Hi Zack. Here's a small update from my side https://solr.apache.org/guide/solr/latest/query-guide/join-query-parser.html#joining-multiple-shard-collections it's an alternative approach for collocating shards and joining multishrds collections. On Fri, Sep 20, 2024 at 9:56 PM Zachariah Kendall wr