Re: The Solr Benchmark Module is targeted for commit next week

2021-08-13 Thread Mark Miller
So the initial JMH benchmark module is in. It’s fairly minimal to start, even compared with what I already have done with it in older forms. I wouldn’t go rushing to dive into it, although if you have a need or use case or interest, I will lend a hand. It’s a small but significant step on a path

Re: Consistent failure of DistributedQueryComponentCustomSortTest on branch_8x when running in CI env

2021-08-13 Thread Timothy Potter
I meant it is consistently failing in our CI ;-) Or at least I've not seen it pass since the update in our env ... On Fri, Aug 13, 2021 at 3:38 AM Uwe Schindler wrote: > > Hi, > > No, it is NOT consistent. It happens only seldom, depending on load of build > server. > > But this is actually a go

RE: Consistent failure of DistributedQueryComponentCustomSortTest on branch_8x when running in CI env

2021-08-13 Thread Uwe Schindler
Hi, No, it is NOT consistent. It happens only seldom, depending on load of build server. But this is actually a good sign! The result merging code is broken, but this was just uncovered by the new test added in this commit. The problem is that the "partialResults" flag is not set on result if

Re: SolrCloud Alone: Deprecate Standalone Mode

2021-08-13 Thread Jan Høydahl
> If using the embedded for three nodes (for example) solr you will get one of > two things out of the box: > Start zk on every one of 3 nodes, get 3 independent clusters that know > nothing of each other > Start zk on one "key" node, point the other two nodes at the key node, get > one cluster