Re: Mark Miller's beasting script what do we do instead if we remove Ant from trunk.

2020-08-15 Thread Mike Drob
I was trying to make this work but ran into a few walls of my own gradle knowledge. I was doing this with a trivial project, not the whole of lucene, so I'm sure there will be additional integration pains. Regardless, sharing my progress thus far: configure(rootProject) { Integer.getInteger("

Re: Mark Miller's beasting script what do we do instead if we remove Ant from trunk.

2020-08-15 Thread Dawid Weiss
I suspect the "beasting" script would be best simulated by creating X test tasks (with different names but identical configuration). Then gradle can take care of parallelism serving those tasks to its worker VMs. This would accomplish many things at once: everything would run from within a single g

Re: Welcome Namgyu Kim to the PMC

2020-08-15 Thread Michael Sokolov
Welcome, Namgyu! On Thu, Aug 6, 2020 at 9:40 PM Yonik Seeley wrote: > > Congrats Namgyu! > > -Yonik > > > On Sun, Aug 2, 2020 at 7:19 PM Ishan Chattopadhyaya > wrote: >> >> I am pleased to announce that Namgyu Kim has accepted the PMC's invitation >> to join. >> >> Congratulations and welcome

Re: Welcome Munendra SN to the PMC

2020-08-15 Thread Michael Sokolov
Welcome, Munendra! On Thu, Aug 6, 2020 at 9:38 PM Yonik Seeley wrote: > Congrats Munendra! > > -Yonik > > > On Sun, Aug 2, 2020 at 7:20 PM Ishan Chattopadhyaya < > ichattopadhy...@gmail.com> wrote: > >> I am pleased to announce that Munendra SN has accepted the PMC's >> invitation to join. >> >>

Re: Welcome Gus Heck to the PMC

2020-08-15 Thread Michael Sokolov
Welcome, Gus! On Thu, Aug 6, 2020 at 9:39 PM Yonik Seeley wrote: > > Congrats Gus! > > -Yonik > > On Sun, Aug 2, 2020 at 7:21 PM Ishan Chattopadhyaya > wrote: >> >> I am pleased to announce that Gus Heck has accepted the PMC's invitation to >> join. >> >> Congratulations and welcome, Gus! ---

Re: Welcome Mike Drob to the PMC

2020-08-15 Thread Michael Sokolov
Late add from me too, Mike: Welcome! On Fri, Jul 31, 2020 at 8:16 AM Noble Paul wrote: > > Welcome Mike! > > On Thu, Jul 30, 2020 at 12:33 AM Erik Hatcher wrote: > > > > Oh yeah! Welcome, Mike! > > > > > On Jul 24, 2020, at 3:55 PM, Anshum Gupta wrote: > > > > > > I am pleased to announce tha

Re: Welcome Michael Sokolov to the PMC

2020-08-15 Thread Michael Sokolov
Thanks, fellow necro-posters ! On Thu, Jul 30, 2020 at 10:20 AM Noble Paul wrote: > > Congratulations and welcome, Mike! > > On Sat, Jul 25, 2020 at 3:07 AM Christine Poerschke (BLOOMBERG/ > LONDON) wrote: > > > > Welcome Mike! > > > > From: dev@lucene.apache.org At: 07/03/20 13:15:05 > > To: de

Re: Mark Miller's beasting script what do we do instead if we remove Ant from trunk.

2020-08-15 Thread Gus Heck
And to answer the original question, I've used it from time to time. Also I think "gradle magic" might be best if it can ensure that gradle doesn't go through the process of checking for the need to recompile etc on every cycle. I'm against containers being required for something like this becaus

Re: [VOTE] Solr to become a top-level Apache project (TLP)

2020-08-15 Thread Michael Sokolov
Just catching up after a couple of weeks away here; phew there is lots going on! Re splitting the projects, there has been some project reorganization (we created a new TLP in Apache), but no real change yet. I think the idea is to get the software separated, and then people will follow their hear

Re: Mark Miller's beasting script what do we do instead if we remove Ant from trunk.

2020-08-15 Thread Robert Muir
sure but you can probably install a tool like 'parallel' if you want that. On Sat, Aug 15, 2020 at 11:25 AM Gus Heck wrote: > If you're beasting a single test that won't take advantage of multiple > processors... > > On Sat, Aug 15, 2020 at 10:31 AM Robert Muir wrote: > >> Is a beasting script

Re: Mark Miller's beasting script what do we do instead if we remove Ant from trunk.

2020-08-15 Thread Gus Heck
If you're beasting a single test that won't take advantage of multiple processors... On Sat, Aug 15, 2020 at 10:31 AM Robert Muir wrote: > Is a beasting script needed with gradle? Can't you do it efficiently with > a simple shell script loop? If you have the gradle daemon running, overhead > wil

Re: Mark Miller's beasting script what do we do instead if we remove Ant from trunk.

2020-08-15 Thread Robert Muir
Is a beasting script needed with gradle? Can't you do it efficiently with a simple shell script loop? If you have the gradle daemon running, overhead will be minimal (unlike ant) ? That's kinda the point of the daemon right? Here's the kind of loop i typically use for stuff like this, right from b

Mark Miller's beasting script what do we do instead if we remove Ant from trunk.

2020-08-15 Thread Erick Erickson
I often use “The best Lucene / Solr beasting script in the world. TM.” (https://gist.github.com/markrmiller/dbdb792216dc98b018ad). The it struck me out of the blue (well actually since I’ve been beasting for SOLR-14750 a lot), “Gosh, when we remove Ant from trunk I won’t be able to use the beas

Re: Welcome Namgyu Kim to the PMC

2020-08-15 Thread Noble Paul
Welcome Namgyu! On Sat, Aug 15, 2020 at 12:34 AM Christine Poerschke (BLOOMBERG/ LONDON) wrote: > > Welcome Namgyu! > > From: dev@lucene.apache.org At: 08/07/20 02:39:56 > To: dev@lucene.apache.org > Subject: Re: Welcome Namgyu Kim to the PMC > > Congrats Namgyu! > > -Yonik > > > On Sun, Aug 2,

Re: Survey on ManagedResources feature

2020-08-15 Thread Noble Paul
>I use MangedResource#StorageIO and its implementations as a convenient way to >abstract away the underlying config storage when creating plugins that need to >support both, SolrCloud and Solr Standalone. Can you give us some more details on how you use it? On Sat, Aug 15, 2020 at 7:32 PM Noble

Re: Welcome Gus Heck to the PMC

2020-08-15 Thread Noble Paul
Welcome Gus! On Sat, Aug 15, 2020 at 12:36 AM Christine Poerschke (BLOOMBERG/ LONDON) wrote: > > Welcome Gus! > > From: dev@lucene.apache.org At: 08/07/20 02:38:58 > To: dev@lucene.apache.org > Subject: Re: Welcome Gus Heck to the PMC > > Congrats Gus! > > -Yonik > > On Sun, Aug 2, 2020 at 7:21 P

Re: Welcome Munendra SN to the PMC

2020-08-15 Thread Noble Paul
Welcome Munendra On Sat, Aug 15, 2020 at 12:37 AM Christine Poerschke (BLOOMBERG/ LONDON) < cpoersc...@bloomberg.net> wrote: > Welcome Munendra! > > From: dev@lucene.apache.org At: 08/07/20 02:38:27 > To: dev@lucene.apache.org > Subject: Re: Welcome Munendra SN to the PMC > > Congrats Munendra! >

Re: Survey on ManagedResources feature

2020-08-15 Thread Noble Paul
>As authentication is plugged into the SolrDispatchFilter I would assume that >you would need to be authenticated to read/write Managed Resources I'm talking about the authorization plugins On Fri, Aug 14, 2020 at 10:20 PM Matthias Krueger wrote: > > > As authentication is plugged into the Solr