Re: JIT Shard leader design/proposal

2022-10-17 Thread Mark Miller
Determining the leader is extremely cheap in the general case. It’s when you have to exchange data (generally when that exchange involves replication) that’s expensive. Or when you spin up 500 threads for 500 cheap operations. For the common use case, a very basic and long needed feature in that re

Re: JIT Shard leader design/proposal

2022-10-17 Thread David Smiley
I'm trying to understand the needs of a "typical case" better with regards to this proposed design and how it would be negatively impacted. Maybe not at all for NRT as any up-to-date replica can be cheaply made the leader, so it doesn't matter when. A TLOG non-leader has to replay (uses a bunch o

Re: Outreachy Internships with Apache

2022-10-17 Thread Joshua Ouma
I have been unwell the past few days but now I am feeling much better and ready to continue with my contribution On Sun, Oct 9, 2022 at 7:43 AM David Smiley wrote: > Welcome Joshua! I'm glad you are interested. > > ~ David Smiley > Apache Lucene/Solr Search Developer > http://www.linkedin.com/i

Re: [jira] [Created] (SOLR-16455) Migrate Jira to Github Issues and Github Projects, and migrate mailing lists to Github Discussions

2022-10-17 Thread Houston Putman
I'm a big +1 on this idea, just like I was for Lucene's migration. Also I think that we could very much mooch off of the monumental amounts of hard work that Tomoko and Mike did for Lucene. There would certainly still be manual work, and changes to their script needed, but I don't think it would

Re: [jira] [Created] (SOLR-16455) Migrate Jira to Github Issues and Github Projects, and migrate mailing lists to Github Discussions

2022-10-17 Thread David Smiley
+1 to migrate. Yeah. Maybe Tomoko could validate the steps required? (CC'ed) Jeb listed them in JIRA; the steps/mechanics can be discussed there while we leave this thread as voting on the major decision. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmile

Re: [JENKINS] Solr » Solr-Check-9.x - Build # 2401 - Unstable!

2022-10-17 Thread Kevin Risden
Tracking here: https://issues.apache.org/jira/browse/SOLR-16467 Kevin Risden On Sun, Oct 16, 2022 at 7:45 PM Kevin Risden wrote: > This one reproduces. The issue is the new semver4j library doesn't handle > strings well - ie: no forbiddenapis so String format uses default locale. > I'm looking

Re: [JENKINS] Solr » Solr-Check-9.x - Build # 2395 - Unstable!

2022-10-17 Thread Houston Putman
This reproduces for me on main, even though gradle says the build succeeded how strange... org.apache.solr.util.TestSolrVersion > test suite's output saved to > /Users/houstonputman/dev/oss/solr/solr/main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.util.TestSolrVersion.txt

Re: [JENKINS] Solr » Solr-Check-9.x - Build # 2395 - Unstable!

2022-10-17 Thread Kevin Risden
Thanks Houston - based on another seed I found - I think this is https://issues.apache.org/jira/browse/SOLR-16467 Kevin Risden On Mon, Oct 17, 2022 at 11:01 AM Houston Putman wrote: > This reproduces for me on main, even though gradle says the build > succeeded how strange... > > org.apach

Re: Recent PRS test flakiness

2022-10-17 Thread Chris Hostetter
https://issues.apache.org/jira/browse/SOLR-16425 : Date: Sun, 2 Oct 2022 15:46:25 -0500 : From: Jason Gerlowski : Reply-To: dev@solr.apache.org : To: dev@solr.apache.org : Subject: Recent PRS test flakiness : : Hey all, : : I noticed this week (after running into a handful of test failures lo