Re: [jira] [Commented] (SOLR-14843) Define strongly-typed cluster configuration API

2020-09-08 Thread Ishan Chattopadhyaya
I think I misunderstood the intent of this jira. This is not a user facing api, as I originally thought, but rather a refactoring of internal code with respect to how various components access configuration pieces of Solr. If that is the correct understanding, please go ahead as soon as possible wi

Re: Tests that use bin/solr?

2020-09-08 Thread David Smiley
I never really looked at the smoketester before today. smokeTestRelease.py does very very little with a running Solr instance -- just run techproducts and do a query. testSolrExample() is the function where this happens. Unless I'm missing something lots more, I can confidently say that the docke

Re: [VOTE] Lucene logo contest, third time's a charm

2020-09-08 Thread Anshum Gupta
Thank you, Ryan and everyone else who was involved! Looking forward to the new Logo. It's been a while :) On Tue, Sep 8, 2020 at 8:55 AM Ryan Ernst wrote: > This vote is now closed. The results are as follows: > > Binding Results > A1: 12 (55%) > D: 6 (27%) > A2: 4 (18%) > > All Results >

Re: [VOTE] Lucene logo contest, third time's a charm

2020-09-08 Thread Simon Willnauer
Thank you ryan for pushing on this, being persistent and getting the vote out. On Tue, Sep 8, 2020 at 5:55 PM Ryan Ernst wrote: > This vote is now closed. The results are as follows: > > Binding Results > A1: 12 (55%) > D: 6 (27%) > A2: 4 (18%) > > All Results > A1: 16 (55%) > D: 7 (

Re: [VOTE] Lucene logo contest, third time's a charm

2020-09-08 Thread Ryan Ernst
This vote is now closed. The results are as follows: Binding Results A1: 12 (55%) D: 6 (27%) A2: 4 (18%) All Results A1: 16 (55%) D: 7 (24%) A2: 5 (17%) B5d: 1 (3%) A1 is our winner! I will make the necessary changes. Thank you to Dustin Haver, Stamatis Zampetakis, Baris Kazar and

RE: [JENKINS] Lucene » Lucene-Solr-Check-master - Build # 175 - Still Failing!

2020-09-08 Thread Uwe Schindler
It failed because of this: * What went wrong: Execution failed for task ':lucene:changesToHtml'. > Changes generation failed: Section 'Other' appears more than once under release '8.7.0' at /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/lucene/site/changes/changes2html.pl

Re: [JENKINS] Lucene » Lucene-Solr-Check-master - Build # 175 - Still Failing!

2020-09-08 Thread Dawid Weiss
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-master/179/console The build passed, actually but something failed later (in jenkins?): BUILD SUCCESSFUL in 1h 7m 58s 790 actionable tasks: 790 executed Build step 'Invoke Gradle script' changed build result to SUCCESS Archiving artifa

Re: Tests that use bin/solr?

2020-09-08 Thread Jason Gerlowski
I created a few JIRAs to spike "bin/solr" tests several years back (SOLR-11749). I didn't have quite enough time to get it across the finish line previously but I think it's a great idea to have tests of this sort. At the time I was writing tests in bash - but realized that wasn't a particularly s