Re: Issue with marking replicas down at startup

2024-05-05 Thread Rajani M
Thanks a ton for this contribution Houston. I tried to work on this myself but it seemed pretty complicated, I could only spot the issue in the ZkController but not the rest of the workflow. I couldn't tell where to implement the getReplicaNamesPerCollectionOnNode method. Appreciate your time and

Re: Issue with marking replicas down at startup

2024-04-29 Thread Rajani M
Makes sense, thank you, Vincent. On Mon, Apr 29, 2024 at 9:45 AM Vincent Primault wrote: > Hello, > > The cause is similar but SOLR-17200 being fixed does not mean that > SOLR-17049 is. The latter might be a bit trickier to fix. > > Vincent > > On Mon, Apr 29, 2024 at

Re: Issue with marking replicas down at startup

2024-04-29 Thread Rajani M
3 at 9:43 AM Vincent Primault wrote: > Hello, I created a JIRA to track this: > https://issues.apache.org/jira/browse/SOLR-17049 > > On Thu, Oct 26, 2023 at 3:30 PM rajani m wrote: > > > Is this an issue in that case? If so, should we create a jira to address > > it? >

Multiple query fields with block max WAND

2024-02-15 Thread rajani m
Hi Solr Devs, Does the Block Max WAND feature support querying multiple fields in a single query? I tested using dismax query fields "qf" with 2 fields "qf=title description" and it didn't work but it works perfectly if "qf" is any one field. Is this expected? Thank you, Rajani

Re: Query Limits - extending timeAllowed to implement thread CPU/memory limits for a query

2024-02-06 Thread rajani m
I have updated the jira with my vote and totally agree that solr lacks this way to limit the usage and a single query bringing all the nodes in the cluster down. I'd love to review/contribute to PR . Thank you for bringing up this issue Andrzej. On Mon, Feb 5, 2024 at 4:16 PM Andrzej Białecki

Re: Issue with marking replicas down at startup

2023-10-26 Thread rajani m
Is this an issue in that case? If so, should we create a jira to address it? On Sat, Oct 7, 2023 at 8:32 PM Mark Miller wrote: > Yeah, it’s not going to fix that updates can come in too early if you just > delay when the replica publishes active. It’s still going to show up active > when it’s no

Re: Issue with marking replicas down at startup

2023-10-06 Thread rajani m
Hi Vincent, I have seen that behavior, node gets re provisioned, replica on that node is back up live and zk starts routing traffic, however the response time from that replica is really high for a short period. Worked around it by adding some hundreds of warming queries which puts the replica i