Re: [JENKINS] Solr-main-Linux (64bit/jdk-16.0.2) - Build # 7849 - Still Unstable!

2022-10-16 Thread Kevin Risden
This was caused by the Gradle upgrade. I have a fix locally just running through tests before pushing. Kevin Risden On Sat, Oct 15, 2022 at 8:00 PM Kevin Risden wrote: > Most likely one of my commits today caused this. Apparently I didn't run > the hdfs tests... My guess is commons-text or Gra

Re: [JENKINS] Solr-main-Linux (64bit/jdk-16.0.2) - Build # 7849 - Still Unstable!

2022-10-16 Thread Kevin Risden
This should be fixed. I'll keep an eye on Jenkins builds. Kevin Risden On Sun, Oct 16, 2022 at 2:18 PM Kevin Risden wrote: > This was caused by the Gradle upgrade. I have a fix locally just running > through tests before pushing. > > Kevin Risden > > > On Sat, Oct 15, 2022 at 8:00 PM Kevin Ris

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

2022-10-16 Thread Kevin Risden
This did not reproduce for me on main or branch_9x Kevin Risden On Sun, Oct 16, 2022 at 4:58 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/2395/ > > 1 tests failed. > FAILED: org.apache.solr.util.TestSolrVersi

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

2022-10-16 Thread Kevin Risden
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 at ways to fix it. Kevin Risden On Sun, Oct 16, 2022 at 3:28 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: http

Re: JIT Shard leader design/proposal

2022-10-16 Thread David Smiley
One issue I see is that a TLOG non-leader can't simply be declared a leader at any time, just because it's up to date via ZkShardTerms. It will need to replay its updateLog first. I don't think that can be delayed till when it receives a doc to index because queries assume a leader is up to date,