Re: Welcome Michael Gibney as Solr committer

2021-10-06 Thread Andras Salamon
Congratulations and welcome, Michael! Andras On Thu, Oct 7, 2021 at 8:35 AM Koji Sekiguchi wrote: > Congratulations and welcome, Michael! > > Koji > > On 2021/10/07 2:53, Dawid Weiss wrote: > > Hello everyone! > > > > Please welcome Michael Gibney as the latest Solr committer. Michael > > - it'

Re: Welcome Michael Gibney as Solr committer

2021-10-06 Thread Koji Sekiguchi
Congratulations and welcome, Michael! Koji On 2021/10/07 2:53, Dawid Weiss wrote: Hello everyone! Please welcome Michael Gibney as the latest Solr committer. Michael - it's a tradition for you to introduce yourself. I realize the Lucene/ Solr invitations are in parallel, but you should do it o

Re: Welcome Michael Gibney as Solr committer

2021-10-06 Thread Tomás Fernández Löbbe
Welcome Michael!! On Wed, Oct 6, 2021 at 2:09 PM Anshum Gupta wrote: > Congratulations and welcome, Michael! > > On Wed, Oct 6, 2021 at 10:53 AM Dawid Weiss wrote: > >> Hello everyone! >> >> Please welcome Michael Gibney as the latest Solr committer. Michael >> - it's a tradition for you to int

Re: Welcome Michael Gibney as Solr committer

2021-10-06 Thread Anshum Gupta
Congratulations and welcome, Michael! On Wed, Oct 6, 2021 at 10:53 AM Dawid Weiss wrote: > Hello everyone! > > Please welcome Michael Gibney as the latest Solr committer. Michael > - it's a tradition for you to introduce yourself. I realize the > Lucene/ Solr invitations are in parallel, but you

Re: Welcome Michael Gibney as Solr committer

2021-10-06 Thread Furkan KAMACI
Congrats Michael! On Thu, Oct 7, 2021 at 12:04 AM Ilan Ginzburg wrote: > Welcome Michael! > > On Wed, Oct 6, 2021 at 7:53 PM Dawid Weiss wrote: > >> Hello everyone! >> >> Please welcome Michael Gibney as the latest Solr committer. Michael >> - it's a tradition for you to introduce yourself. I r

Re: Welcome Michael Gibney as Solr committer

2021-10-06 Thread Ilan Ginzburg
Welcome Michael! On Wed, Oct 6, 2021 at 7:53 PM Dawid Weiss wrote: > Hello everyone! > > Please welcome Michael Gibney as the latest Solr committer. Michael > - it's a tradition for you to introduce yourself. I realize the > Lucene/ Solr invitations are in parallel, but you should do it on both

Welcome Michael Gibney as Solr committer

2021-10-06 Thread Dawid Weiss
Hello everyone! Please welcome Michael Gibney as the latest Solr committer. Michael - it's a tradition for you to introduce yourself. I realize the Lucene/ Solr invitations are in parallel, but you should do it on both mailing lists (for future committers' sake). Welcome! Dawid

Re: ZkTestServer Watch limit violations

2021-10-06 Thread Mark Miller
Oh yeah, you will also have clients, such as the cloud client from the test mini cluster also legitetmatly creating parallel watches on the same znodes as Solr instance. Point being, even if it decremented, it would still be reporting violations that did not make sense. - Mark On Wed, Oct 6, 2021

Re: ZkTestServer Watch limit violations

2021-10-06 Thread Mark Miller
Yes, as far as I recall, it does not do what it says. The doc and volation wording would suggest that it is checking if you make unnessary watchers because one already exists at that time for a particular znode. You have more that one watcher watching a znode in parallel at the same time. This wou

Re: Adding a CONTRIBUTING file?

2021-10-06 Thread Houston Putman
+1 I think it would be great to have the information in the repo itself, and the CONTRIBUTING file is definitely a standard way of doing this nowadays. And agreed, it can be a top-level document linking to different pages in the dev-docs folder, to give a good structure to the info. - Houston On

Re: Adding a CONTRIBUTING file?

2021-10-06 Thread Cassandra Targett
I have long wanted to spend some time converting the HowToContribute wiki page to something in the dev-docs directory. I totally forgot about the CONTRIBUTING file - if that’s a common way of doing this, then I think we should do it, and move a good chunk of the HowTo info the dev-docs if we can

Adding a CONTRIBUTING file?

2021-10-06 Thread Jan Høydahl
Hi, Should we consider adding a CONTRIBUTING(.md) file to the solr git repo? Currently we have our wiki page https://cwiki.apache.org/confluence/display/SOLR/HowToContribute which is linked from README.md. But there has been complaints lately that this wiki page is old and needlessly complex /