Re: "solr start -e techproducts" failing on MacOS

2025-05-22 Thread Kevin Risden
Its not just a main / Jetty 12 issue. This should be backported to 9.x as well where security manager isn't going away. Kevin Risden On Thu, May 22, 2025 at 11:22 AM Rahul Goswami wrote: > Great find Kevin! That makes sense. Can confirm that starting with > --jvm-opts "-Djav

Re: "solr start -e techproducts" failing on MacOS

2025-05-21 Thread Kevin Risden
AGER_ENABLED=false ./bin/solr start -f As a final note this is not new to Jetty 12 but has been an issue in the past - see https://issues.apache.org/jira/browse/SOLR-17542. It might be new how its popping up now with Jetty 12 doing something with the temp directory but there are other ways to h

Re: [VOTE] Release Solr 9.8.1 RC1

2025-03-06 Thread Kevin Risden
+1 SUCCESS! [0:39:40.103601] Kevin Risden On Thu, Mar 6, 2025 at 4:28 PM Houston Putman wrote: > Please vote for release candidate 1 for Solr 9.8.1 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/solr/sol

Re: [JENKINS] Solr » Solr-Lint-main - Build # 97 - Still Failing!

2025-02-13 Thread Kevin Risden
precommit check -x test This explicitly disables tests so I don't expect any tests to run. I would guess that the admin UI stuff is just hooked up to a different part of the lifecycle. Kevin Risden On Thu, Feb 13, 2025 at 9:56 AM Christos Malliaridis < c.malliari...@gmail.com> wrote: &

Re: How about using JDK 21 in the official docker image?

2025-02-04 Thread Kevin Risden
Thanks David - thats the type of input I was hoping for. I don't have any major desire to change the JDK version. I was just following up to see how Tomasz and others might have found using JDK 21 in the Docker image. Kevin Risden On Tue, Feb 4, 2025 at 10:26 AM David Smiley wrote: &

Re: How about using JDK 21 in the official docker image?

2025-02-04 Thread Kevin Risden
Since we moved main to min JDK 21 the base images are JDK 21 there for Solr 10. Any movement here on moving to JDK 21 on branch_9x? How has testing gone in the last ~1 yr. Kevin Risden On Fri, Oct 27, 2023 at 10:27 AM Houston Putman wrote: > Those images are available now. > &

Re: [VOTE] Release Solr 9.8.0 RC1

2025-01-15 Thread Kevin Risden
+1 SUCCESS! [0:38:44.825024] Kevin Risden On Wed, Jan 15, 2025 at 7:56 AM Jason Gerlowski wrote: > +1! > > SUCCESS! [1:25:05.598600]. (Run on a relatively underpowered laptop, > but still, I'm a little shocked by the runtime.) > > I also did some manual testin

Re: [DISCUSS] Support of time zone mappings in ParseDateFieldUpdateProcessorFactory

2024-11-05 Thread Kevin Risden
I think this is the same as https://issues.apache.org/jira/browse/SOLR-17379 which has more details. Kevin Risden On Tue, Nov 5, 2024 at 5:16 PM Christos Malliaridis wrote: > Looking into the recent JENKINS jobs, one of the failing tests is > > java.time.format.DateTimeParseExcept

Re: JDK21 ASF Jenkins Build Failures

2024-10-30 Thread Kevin Risden
files/editConfig?id=solr_gradle.properties Kevin Risden On Wed, Oct 30, 2024 at 10:48 AM Jason Gerlowski wrote: > Hey all, > > Following the recent move to Java 21 on 'main', many of our Jenkins > jobs for that branch are failing with the following message: > > ---

Re: [VOTE] Release Solr 9.5.0 RC3

2024-02-07 Thread Kevin Risden
+1 binding SUCCESS! [0:34:18.332100] Kevin Risden On Wed, Feb 7, 2024 at 3:58 PM Jason Gerlowski wrote: > Please vote for release candidate 3 for Solr 9.5.0 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/solr/sol

Re: [VOTE] Release Solr 9.5.0 RC2

2024-02-06 Thread Kevin Risden
+1 (binding) SUCCESS! [0:33:17.981563] Kevin Risden On Tue, Feb 6, 2024 at 3:35 PM Arrieta, Alejandro < aarri...@perrinsoftware.com> wrote: > Hello Team, > > SUCCESS! [0:44:46.772429] > > docker full and slim created fine. > > +1 non binding > > Kind Regards,

Re: New branch and feature freeze for Solr 9.5.0

2024-01-30 Thread Kevin Risden
Christine - David brought this up a few months ago - https://lists.apache.org/thread/hlh1bmtgnmp55q8knhjtltf8t57pbl5q Kevin Risden On Tue, Jan 30, 2024 at 1:07 PM Christine Poerschke (BLOOMBERG/ LONDON) < cpoersc...@bloomberg.net> wrote: > Unrelated to baking times, I stumbled

Re: [VOTE] Release Solr 9.4.1 RC1

2024-01-16 Thread Kevin Risden
+1 (binding) SUCCESS! [0:33:05.648738] Kevin Risden On Sat, Jan 13, 2024 at 3:34 PM Jan Høydahl wrote: > +1 (binding) > > SUCCESS! [0:42:51.792486] > > Also built docker container and spun up the server locally. > > > PS: Need to remove extra newline between the t

Re: Unreferenced license file detection

2023-12-06 Thread Kevin Risden
I think it came in as part of https://github.com/apache/solr/pull/1319 It has been this way for a while if you don't do a clean/full build. At first I thought we could remove the licenses, but they are still needed just because they aren't referenced with whatever steps were run. Ke

Re: forbidden-apis + assertThat = insanity

2023-10-25 Thread Kevin Risden
it is the same question twice. I'll give you that its not ideal, but we have to draw the line somewhere. Kevin Risden On Wed, Oct 25, 2023 at 4:27 PM Chris Hostetter wrote: > > Begin Rant... > > $ tail -6 ./gradle/validation/forbidden-apis/junit.junit.all.txt > junit.framework.

Re: 8.11.3 release

2023-10-12 Thread Kevin Risden
ommit/e7560cd2ab024d4315933cd3965aab2961bba994 https://github.com/apache/lucene-solr/pull/2681 is in draft and updated a bunch of relatively low risk dependencies. There might be others we want to upgrade, but figured it was a decent start. Kevin Risden On Thu, Oct 5, 2023 at 4:27 AM Pierre Salagnac wrote: > I just

Build Upgraded to Gradle 8.4

2023-10-12 Thread Kevin Risden
/branch_9x. Kevin Risden

Re: [VOTE] Release Solr 9.4.0 RC2

2023-10-11 Thread Kevin Risden
+1 (binding) SUCCESS! [0:35:05.395067] Kevin Risden On Tue, Oct 10, 2023 at 11:00 PM Alex Deparvu wrote: > Please vote for release candidate 2 for Solr 9.4.0 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/solr/sol

Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-09 Thread Kevin Risden
+1 (binding) SUCCESS! [0:33:39.381293] Kevin Risden On Mon, Oct 9, 2023 at 6:26 AM Jason Gerlowski wrote: > +1 (binding) > > SUCCESS! [0:37:15.582660] > > On Sun, Oct 8, 2023 at 1:57 PM Jan Høydahl wrote: > > > > Note that a vote running over a weekend is normal

Re: Crave is doing well

2023-10-06 Thread Kevin Risden
ils. 3 errors ``` which I think is due to branch_9x not being cleaned before the tests are run? not 100% sure Kevin Risden On Fri, Oct 6, 2023 at 3:43 PM Kevin Risden wrote: > For PRs crave might be doing ok, but branch_9x check builds are all > failing for a while now? &g

Re: Crave is doing well

2023-10-06 Thread Kevin Risden
For PRs crave might be doing ok, but branch_9x check builds are all failing for a while now? https://lists.apache.org/list?bui...@solr.apache.org:lte=1y:%22rsync%20error:%20some%20files/attrs%20were%20not%20transferred%22 Kevin Risden On Fri, Oct 6, 2023 at 3:38 PM Eric Pugh wrote: > Agr

Re: [JENKINS] Solr-main-Linux (64bit/hotspot/jdk-20) - Build # 14858 - Unstable!

2023-10-02 Thread Kevin Risden
eCacheSize=120m" -Ptests.seed=52929C11D9C8B79A -Ptests.multiplier=3 -Ptests.locale=bgc-IN -Ptests.timezone=America/Argentina/Cordoba -Ptests.file.encoding=UTF-8 Kevin Risden On Sun, Oct 1, 2023 at 1:20 AM Policeman Jenkins Server wrote: > Build: https://jenkins.thetaphi.de/job/Solr-main-Lin

Re: [JENKINS-EA] Solr-main-Linux (64bit/hotspot/jdk-21-ea+27) - Build # 13434 - Unstable!

2023-07-26 Thread Kevin Risden
These two tests are fixed by https://github.com/apache/solr/commit/d1d3efda8ea Kevin Risden On Mon, Jul 24, 2023 at 12:02 PM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/13434/ > Java: 64bit/hotspot/jdk-

Re: [JENKINS] Solr » Solr-NightlyTests-main - Build # 844 - Still Unstable!

2023-07-06 Thread Kevin Risden
https://github.com/apache/solr/pull/1760 to fix org.apache.solr.cli.TestSolrCLIRunExample.classMethod Kevin Risden On Thu, Jul 6, 2023 at 3:05 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: > https://ci-builds.apache.org/job/Solr/job/Solr-NightlyTests-mai

Re: [Proposal] Security Working Group

2023-05-02 Thread Kevin Risden
I'm happy to contribute. Kevin Risden On Tue, May 2, 2023 at 3:47 PM Arrieta, Alejandro < aarri...@perrinsoftware.com> wrote: > Hi Gus, > > thx 4 clarification. > Well I need to work on those 2 requirements then :-) > > Thanks > Alejandro Arrieta > > >

Re: [VOTE] Release Solr 9.2.1 RC1

2023-04-27 Thread Kevin Risden
+1 (binding) SUCCESS! [0:29:48.563934] Kevin Risden On Thu, Apr 27, 2023 at 12:41 PM Houston Putman wrote: > +1 (binding) > > SUCCESS! [0:36:33.732480] > > Also ran the Solr Operator integration tests with the RC image (generated > using the instructions above): > >

Re: Cloud storage modules for backup/restore

2023-04-24 Thread Kevin Risden
ystem support includes cloud storage. I can't attest to the performance, but last I heard it works. https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html https://hadoop.apache.org/docs/stable/hadoop-azure/index.html https://github.com/GoogleCloudDataproc/hadoop-connecto

Re: [JENKINS] Solr-main-MacOSX (64bit/hotspot/jdk-18) - Build # 2568 - Still Unstable!

2023-04-11 Thread Kevin Risden
This failure reproduces for me (recreated with ./gradlew test --tests RandomizedTaggerTest -Dtests.seed=58B2F1A37DBCEA57). Filed https://issues.apache.org/jira/browse/SOLR-16744 Kevin Risden On Tue, Mar 28, 2023 at 5:13 PM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Bui

Re: [JENKINS] Solr » Solr-Check-main - Build # 6522 - Unstable!

2023-04-05 Thread Kevin Risden
https://github.com/apache/solr/pull/1545 has the current state along with finding a read() single byte at a time in s3mock that should help performance a lot (did on my machine from 11s -> <1s) Kevin Risden On Wed, Apr 5, 2023 at 8:59 AM Kevin Risden wrote: > Yea I had saw the fail

Re: [JENKINS] Solr » Solr-Check-main - Build # 6522 - Unstable!

2023-04-05 Thread Kevin Risden
Yea I had saw the failures, but didn't get around to reverting yesterday. Jason took care of reverting ~12hrs ago. Kevin Risden On Tue, Apr 4, 2023 at 4:32 PM Chris Hostetter wrote: > > > Kevin: Even after your fix in pull #1535, > S3BackupRepositoryTest.testCopyFiles se

Re: Rethinking dependency upgrades

2023-04-03 Thread Kevin Risden
having two is pretty good. Kevin Risden On Mon, Apr 3, 2023 at 4:49 PM Jan Høydahl wrote: > This PR will allow comments in versions.props: > https://github.com/apache/solr/pull/1537, as long as the rest of the > lines are sorted... > > Jan > > > 3. apr. 2023 kl.

Re: Rethinking dependency upgrades

2023-04-03 Thread Kevin Risden
dependency upgrades do in many cases upgrade transitive dependencies (as seen in versions.lock) but the PRs are not specific for that. Kevin Risden On Mon, Apr 3, 2023 at 11:30 AM Gus Heck wrote: > The only thing I think I would add is that perhaps we should think of > things in terms of upg

Re: [JENKINS] Solr » Solr-Check-main - Build # 6522 - Unstable!

2023-04-03 Thread Kevin Risden
I screwed this up merging s3mock upgrade when I thought tests pass. The change has already been reverted and being looked at here: https://github.com/apache/solr/pull/1535 Kevin Risden On Mon, Apr 3, 2023 at 11:03 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: h

Re: Rethinking dependency upgrades

2023-04-01 Thread Kevin Risden
100% for the approach so far. Kevin Risden On Sun, Apr 2, 2023 at 12:04 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Solrbot is aggressively opening dependency upgrade PRs. I think the general > direction we're heading towards is to upgrade all dependency to the

Re: [JENKINS] Solr » Solr-Smoketest-9.2 - Build # 17 - Still Failing!

2023-03-30 Thread Kevin Risden
Disabled this since keeps failing with: RuntimeError: Future release 9.2.1 is greater than 9.2.0 in file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.2/solr/distribution/build/release/changes/Changes.html Kevin Risden On Thu, Mar 30, 2023 at 4:39 PM Apache Jenkins Server

Re: ShardSplitTest flakiness investigation

2023-03-30 Thread Kevin Risden
I don't have any helpful pointers as to why this might be happening - but I do want to say thanks for digging in and finding out the cause as well as finding some related old jiras. Its helpful to even just make small steps forward. Kevin Risden On Wed, Mar 29, 2023 at 1:21 PM Alex De

Re: Problem with using classes from BOTH httpclients in Http2SolrClient

2023-03-28 Thread Kevin Risden
https://issues.apache.org/jira/browse/SOLR-16723 and MR posted. Kevin Risden On Tue, Mar 28, 2023 at 3:34 PM Houston Putman wrote: > I agree we shouldn't need the apache client when jetty is used. But making > Apache and Jetty implementations of the APIs is a big ask, and I'm

Re: Problem with using classes from BOTH httpclients in Http2SolrClient

2023-03-28 Thread Kevin Risden
MimeTypes.getContentTypeWithoutCharset(ct) Kevin Risden On Tue, Mar 28, 2023 at 1:49 AM Jan Høydahl wrote: > Good find! I’d say create a jira on making solrj client side work with > apache client excluded. Makes sense. > > Jan Høydahl > > > 28. mar. 2023 kl. 07:04 skrev Shaw

Re: [VOTE] Release Solr 9.2.0 RC1

2023-03-22 Thread Kevin Risden
+1 SUCCESS! [0:27:38.610576] Kevin Risden On Wed, Mar 22, 2023 at 6:36 PM Houston Putman wrote: > I also built a test docker image (using the command above) and ran it with > the Solr Operator integration tests (check out the solr operator repo and > run "make e2e-tests SOLR_

Re: Caffeine - ISE: Recursive update Re: [JENKINS] Solr-main-Linux (64bit/hotspot/jdk-16.0.2) - Build # 10777 - Unstable!

2023-03-15 Thread Kevin Risden
t inside a computeifabsent. I'd have to think about it more, but I wonder if there is something where we end up in a race condition here. Kevin Risden On Wed, Mar 15, 2023 at 10:04 AM Mikhail Khludnev wrote: > Should we just set solr.filterCache.async=true? > > On Wed, Mar 15, 2

Re: Running all tests via Crave.io

2023-03-10 Thread Kevin Risden
om/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally Kevin Risden On Thu, Mar 9, 2023 at 8:14 PM Yuvraaj Kelkar wrote: > Upvote for Mikhail's suggestion: That's the root cause of the problem: The > PR has drift

Re: Running all tests via Crave.io

2023-03-09 Thread Kevin Risden
am --skip" instead. > To restore the original branch and stop patching, run "git am --abort". The branch has main merged and is up to date so there should be no conflicts. Based on the output its hard to tell why it failed to apply. Kevin Risden On Thu, Feb 9, 2023 at 4:33 PM

Re: jira account request

2023-03-08 Thread Kevin Risden
https://selfserve.apache.org/jira-account.html This is brand new. Let us know how it works. Kevin Risden On Wed, Mar 8, 2023 at 8:56 AM Arrieta, Alejandro < aarri...@perrinsoftware.com> wrote: > Hello team, > > If possible I want to request a Jira account for the Solr pr

Re: Solr documentation questions

2023-03-08 Thread Kevin Risden
er documentation PRs that haven't been merged yet - https://github.com/apache/solr/pulls/jebnix - no Jira but have some nice cleanup. Kevin Risden On Wed, Mar 8, 2023 at 9:23 AM Arrieta, Alejandro < aarri...@perrinsoftware.com> wrote: > Hello Team, > > I want to help with So

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

2023-03-07 Thread Kevin Risden
This is most likely related to https://issues.apache.org/jira/browse/SOLR-16676 Kevin Risden On Tue, Mar 7, 2023 at 8:06 PM Policeman Jenkins Server wrote: > Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/10630/ > Java: 64bit/hotspot/jdk-16.0.2 -XX:+UseCompressedOops -XX:+UseSe

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread Kevin Risden
Welcome Andy! Kevin Risden On Mon, Mar 6, 2023 at 11:07 AM Justin Sweeney wrote: > Welcome Andy! > > On Mon, Mar 6, 2023 at 11:05 AM Houston Putman wrote: > > > Welcome Andy! > > > > - Houston > > > > On Mon, Mar 6, 2023 at 7:31 AM Jason Gerlows

Re: [JENKINS] Solr-main-Linux (64bit/openj9/jdk-17.0.5) - Build # 10521 - Unstable!

2023-03-02 Thread Kevin Risden
This was caused by Update dependency com.tdunning:t-digest to v3.3 (#1402) (details) and I've already reverted it. Kevin Risden On Thu, Mar 2, 2023 at 10:09 AM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/10521/

Re: [JENKINS-EA] Solr-main-Windows (64bit/hotspot/jdk-21-ea+9) - Build # 2404 - Unstable!

2023-02-28 Thread Kevin Risden
Commented on https://issues.apache.org/jira/browse/SOLR-16608 about these failures since they are brand new from the recent commit it looks like. Kevin Risden On Tue, Feb 28, 2023 at 11:17 AM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de

Re: Low untunable default FastWriter output buffer - possible reason for slow single threaded data receiving from Solr on 1Gigabit+ networks while scroll, search etc

2023-02-24 Thread Kevin Risden
uld question why the static file is ~7x slower than Nginx first. Kevin Risden On Fri, Feb 24, 2023 at 11:46 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Nice catch! Sounds reasonable to me that it should be configurable. > Would you like to open a JIRA to submit

Re: [JENKINS] Solr-main-Windows (64bit/openj9/jdk-17.0.5) - Build # 2333 - Still Unstable!

2023-02-16 Thread Kevin Risden
I created https://issues.apache.org/jira/browse/SOLR-16664 for FAILED: org.apache.solr.search.TestCoordinatorRole.testNRTRestart Error Message: java.lang.NullPointerException: Cannot invoke "org.apache.solr.common.SolrDocumentList.size()" because "docs" is null Kevin Ris

Re: Welcome Colvin Cowie as Solr committer

2023-02-14 Thread Kevin Risden
Welcome Colvin! Kevin Risden On Tue, Feb 14, 2023 at 8:40 AM Justin Sweeney wrote: > Welcome Colvin! > > On Tue, Feb 14, 2023 at 6:27 AM Alessandro Benedetti > > wrote: > > > Welcome on board Colvin! > > -- > > *Alessandro

Re: Welcome Justin Sweeney as Solr committer

2023-02-14 Thread Kevin Risden
Welcome Justin! Kevin Risden On Mon, Feb 13, 2023 at 11:58 AM Houston Putman wrote: > Welcome Justin! > > - Houston > > On Sun, Feb 12, 2023 at 5:56 AM Alessandro Benedetti > > wrote: > > > Welcome Justin! > > > > On Sat, 11 Feb 2023, 17:04 Jason G

Re: [JENKINS] Solr » Solr-Smoketest-9.1 - Build # 125 - Still Failing!

2023-02-10 Thread Kevin Risden
I disabled this job since it keeps failing. Not sure if this is part of the release process for 9.1.1 or should be? Kevin Risden On Fri, Feb 10, 2023 at 11:27 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: https://ci-builds.apache.org/job/Solr/job/Solr-Smoketes

localSettings no longer needed

2023-02-06 Thread Kevin Risden
now, localSettings is a noop so that CI jobs that have that command don't fail. I am going to remove the localSettings step from the branch_9x and main jobs here - https://ci-builds.apache.org/job/Solr/ Kevin Risden

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

2023-01-25 Thread Kevin Risden
rison only shows the first difference. Kevin Risden On Wed, Jan 25, 2023, 20:29 Chris Hostetter wrote: > > : > : I checked using JDK 16 (using JAVA_HOME and RUNTIME_JAVA_HOME) and still > : passed. even checked with beast over 100 iterations on JDK 16 and JDK 17: > > Wait a minute

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

2023-01-25 Thread Kevin Risden
home at: /Users/risdenk/Downloads/jdk-16.0.2+7/Contents/Home) Gradle runs with 17 (Eclipse Temurin JDK 17.0.6+10, home at: /Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home) ... passed. Kevin Risden On Wed, Jan 25, 2023 at 2:06 PM Chris Hostetter wrote: > > : This doesn't

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

2023-01-25 Thread Kevin Risden
This doesn't reproduce for me but seems really scary that a simple json writing test is failing. Kevin Risden On Wed, Jan 25, 2023 at 1:07 AM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/9791/ > Java: 64bit/h

Re: [VOTE] Release Solr 9.1.1 RC2

2023-01-18 Thread Kevin Risden
+1 SUCCESS! [0:29:29.944432] Kevin Risden On Tue, Jan 17, 2023 at 9:21 PM Michael Gibney wrote: > Please vote for release candidate 2 for Solr 9.1.1 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/solr/sol

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-18 Thread Kevin Risden
://issues.apache.org/jira/browse/SOLR-13219 - seems like something reasonable to backport and relatively self contained. Kevin Risden On Wed, Jan 18, 2023 at 12:00 PM Shawn Heisey wrote: > On 1/18/23 09:25, Tomasz Elendt wrote: > > I have a question about backporting fixes to 8.11. As I understand there

Re: [solr] branch branch_9_1 updated: SOLR-16622, SOLR-16414: simplified code / bugfix for a node restart not working correctly

2023-01-17 Thread Kevin Risden
Why was this pushed directly to the release branch with no additional tests? Why is this ONLY pushed to branch_9_1 and not main or branch_9x first? https://issues.apache.org/jira/browse/SOLR-16414 was pushed to main and branch_9x. Kevin Risden On Tue, Jan 17, 2023 at 7:42 AM wrote: > T

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

2023-01-09 Thread Kevin Risden
I left a message on https://github.com/apache/solr/pull/1276 since java.lang.AssertionError: Some implicit TransformerFactories are not yet tested by this class: [core] expected:<0> but was:<1> is due to that PR. Kevin Risden On Mon, Jan 9, 2023 at 7:53 AM Policeman Jenkins S

Re: [JENKINS] Solr » Solr-check-9.1 - Build # 1020 - Still Failing!

2023-01-05 Thread Kevin Risden
This is caused by https://issues.apache.org/jira/browse/SOLR-16567. I pinged Alessandro since its causing branch_9x and branch_9_1 failures at compilation. Kevin Risden On Thu, Jan 5, 2023 at 2:05 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: h

Re: [JENKINS-EA] Solr-main-Linux (64bit/jdk-20-ea+29) - Build # 9227 - Still Unstable!

2023-01-03 Thread Kevin Risden
/hadoop/KerberosTestServices.java#L201 Created https://issues.apache.org/jira/browse/SOLR-16607 Kevin Risden On Thu, Dec 29, 2022 at 9:08 AM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/9227/ > Java: 64bit/jdk-

Re: [JENKINS] Solr-main-Linux (64bit/jdk-18) - Build # 9105 - Unstable!

2022-12-23 Thread Kevin Risden
e ~30 something test failures per build. Kevin Risden On Thu, Dec 22, 2022, 13:48 Policeman Jenkins Server wrote: > Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/9105/ > Java: 64bit/jdk-18 -XX:+UseCompressedOops -XX:+UseSerialGC > > 37 tests

Re: [VOTE] Release Solr 9.1.0 RC2

2022-11-11 Thread Kevin Risden
+1 SUCCESS! [0:31:06.156121] Kevin Risden On Fri, Nov 11, 2022 at 3:48 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Please vote for release candidate 2 for Solr 9.1.0 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/so

Re: Review SOLR-15955: Update Jetty dependency to 10

2022-11-10 Thread Kevin Risden
I don't think there is anything holding it up right now. I'll merge it to main hopefully today. Let it sit and see what happens with test results. Then look at backport to 9.x next week or week after. Kevin Risden On Thu, Nov 10, 2022 at 10:01 AM Houston Putman wrote: > We dec

Re: [VOTE] Release Solr 9.1.0 RC1

2022-11-07 Thread Kevin Risden
< > ichattopadhy...@gmail.com> wrote: > > > Sure, please go ahead. > > > > On Tue, 8 Nov, 2022, 6:05 am Kevin Risden, wrote: > > > >> I'm going to revert the change from branch_9_1 for > >> https://issues.apache.org/jira/browse/SOLR-16457 -

Re: [VOTE] Release Solr 9.1.0 RC1

2022-11-07 Thread Kevin Risden
I'm going to revert the change from branch_9_1 for https://issues.apache.org/jira/browse/SOLR-16457 - this was only introduced in 9.1. Shawn pointed out some issues using the official installer script and symlinks. Kevin Risden On Mon, Nov 7, 2022 at 5:59 PM Jan Høydahl wrote: > Hi,

Re: Possible RuleBasedAuthorizationPluginBase NPE

2022-11-07 Thread Kevin Risden
seems reasonable. Could do something simple like: Objects.requireNonNullElse(roles, List.of())... https://docs.oracle.com/javase/9/docs/api/java/util/Objects.html#requireNonNullElse-T-T- Kevin Risden On Mon, Nov 7, 2022 at 12:29 PM Alex Deparvu wrote: > Hi, > > Just to add to this,

Re: [JENKINS] Solr » Solr-NightlyTests-main - Build # 592 - Still Unstable!

2022-10-30 Thread Kevin Risden
I caused this with SOLR-16427 when fixing some narrowing. I mistakenly went to byte instead of int. Fixing in https://issues.apache.org/jira/browse/SOLR-16511 Kevin Risden On Sat, Oct 29, 2022 at 3:35 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: >

Re: [JENKINS] Solr » Solr-Check-main - Build # 5131 - Unstable!

2022-10-30 Thread Kevin Risden
Opened https://issues.apache.org/jira/browse/SOLR-16510 since this seems to have happened in the past as well. Kevin Risden On Sun, Oct 30, 2022 at 1:06 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/51

Re: [VOTE] Release Solr 9.1.0 RC1

2022-10-27 Thread Kevin Risden
+1 SUCCESS! [0:29:50.184640] Kevin Risden On Thu, Oct 27, 2022 at 9:34 AM Jan Høydahl wrote: > +1 > > SUCCESS! [0:44:05.588102] > > Also built docker image, confirming it uses eclipse-temurin:17-jre-focal > and starts with flag > -XX:C

Re: 9.1 RC1 build errors (GPG)

2022-10-26 Thread Kevin Risden
Not sure which path that file is being looking for in - looks like https://issues.apache.org/jira/browse/SOLR-15242 might have this side effect? Kevin Risden On Wed, Oct 26, 2022 at 4:03 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Absolutely, we should bring it back

Re: 9.1 RC1 build errors (GPG)

2022-10-26 Thread Kevin Risden
Are you in the right directory? Just a guess because in the log you posted I see: /home/ishan/code/solr/ Kevin Risden On Wed, Oct 26, 2022, 11:55 Ishan Chattopadhyaya wrote: > Any suggestions, please? > I'm planning to restart the whole thing on another computer (much faster), &g

Review SOLR-15955: Update Jetty dependency to 10

2022-10-24 Thread Kevin Risden
Mark put together the initial Jetty 10 upgrade and I've been polishing off the remaining pieces: https://github.com/apache/solr/pull/585 I think this is in at least a reviewable state and a few folks have already chimed in. It would be good to get a few more sets of eyes on this. Thanks.

Re: New branch and feature freeze for Solr 9.1.0

2022-10-19 Thread Kevin Risden
SOLR-16464 backport done thanks Kevin Risden On Wed, Oct 19, 2022 at 11:55 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Sure Kevin, please proceed. Thanks. > > On Thu, 20 Oct, 2022, 9:06 am Kevin Risden, wrote: > > > Ishan - is RC1 getting built? I st

Re: New branch and feature freeze for Solr 9.1.0

2022-10-19 Thread Kevin Risden
Ishan - is RC1 getting built? I still see some PRS changes going into branch_9_1 If its not too late - any issue if I backport https://issues.apache.org/jira/browse/SOLR-16464 - mostly to get ahead of the questions that keep rolling in. Kevin Risden On Tue, Oct 18, 2022 at 8:56 AM Ishan

Re: RAT errors during RC1

2022-10-18 Thread Kevin Risden
I see you also already committed the rat change to disable the check. The license check from rat is very important to ASF releases so it shouldn't just be removed. Kevin Risden On Tue, Oct 18, 2022 at 12:05 PM Kevin Risden wrote: > `out/` is a weird directory... I would remove

Re: RAT errors during RC1

2022-10-18 Thread Kevin Risden
`out/` is a weird directory... I would remove the out directory and go from there? It looks like maybe there are some old files under the git checkout? I personally don't have an out directory in my Solr checkout. Kevin Risden On Tue, Oct 18, 2022 at 11:30 AM Ishan Chattopad

Re: Just want to highlight a PR on simplifying asserts

2022-10-18 Thread Kevin Risden
rth the effort - but I know it ends up leading to finding latent bugs and fixing real issues. These small cleanups make things like https://github.com/apache/solr/pull/1039 much easier since the tests have been standardized. These are all building blocks towards building a better Solr and hardening

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 s

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 lo

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>

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 f

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

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 comm

Re: inviting semi-public comment on a change I'm working on: SOLR-8803

2022-10-15 Thread Kevin Risden
I put a PR up that builds on Shawn's work and doesn't need manage process permissions. Kevin Risden On Sat, Oct 15, 2022, 18:07 Shawn Heisey wrote: > https://issues.apache.org/jira/browse/SOLR-8803 > > In which I change Solr 9.2.0 so it crashes on OOME when using bin/solr &g

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

2022-10-15 Thread Kevin Risden
Most likely one of my commits today caused this. Apparently I didn't run the hdfs tests... My guess is commons-text or Gradle. I won't be able to look at this until tomorrow at the earliest. Kevin Risden On Sat, Oct 15, 2022, 19:55 Policeman Jenkins Server wrote: >

Re: New branch and feature freeze for Solr 9.1.0

2022-10-12 Thread Kevin Risden
> > * https://issues.apache.org/jira/browse/SOLR-16457 - solr.data.home set > to empty string in bin/solr > * https://issues.apache.org/jira/browse/SOLR-16433 - Solr SQL isn't > working w/ security manager enabled > Merged and backported to branch_9_1 Kevin Risden On

Re: New branch and feature freeze for Solr 9.1.0

2022-10-11 Thread Kevin Risden
/SOLR-16433 - Solr SQL isn't working w/ security manager enabled Kevin Risden On Mon, Oct 10, 2022 at 1:41 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > > https://issues.apache.org/jira/browse/SOLR-16453?jql=project%20%3D%20SOLR%20AND%20(fixVersion%20%3D%209.1)%

Re: [JENKINS] Solr » Solr-NightlyTests-main - Build # 552 - Still Unstable!

2022-09-19 Thread Kevin Risden
clones the test data to avoid the java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/test-data/enwiki.random.lines.txt Kevin Risden On Mon, Sep 19, 2022 at 3:55 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: >

Re: [JENKINS] Solr-main-MacOSX (64bit/jdk-18) - Build # 1544 - Still Unstable!

2022-09-13 Thread Kevin Risden
I just pushed a change to try to address `Cannot invoke "Object.getClass()" because "tmp" is null` which happens periodically it looks like only on slow Jenkins. https://github.com/apache/solr/commit/e087cf2b7f30cd45978584a818a401bee398ccaa Kevin Risden On Mon, Sep

Re: [JENKINS] Solr-main-Linux (64bit/jdk-11.0.15) - Build # 7070 - Unstable!

2022-09-09 Thread Kevin Risden
New failure after merging https://issues.apache.org/jira/browse/SOLR-16187 which highlights which thread pool is hanging. Created https://issues.apache.org/jira/browse/SOLR-16408 to track down Kevin Risden On Fri, Sep 9, 2022 at 9:58 AM Policeman Jenkins Server wrote: > Build: ht

Re: JDK 17 - javadoc broken links

2022-08-05 Thread Kevin Risden
Created https://issues.apache.org/jira/browse/SOLR-16325 Kevin Risden On Tue, Jul 5, 2022 at 2:25 PM Kevin Risden wrote: > It looks like this same error is happening on Jenkins for a wide variety > of JDKs: searching for "All tests passed" > > JDK 16.0.2 > JDK 17.0.

Re: Cleaning up IntelliJ warnings in code base

2022-07-26 Thread Kevin Risden
Not sure about https://github.com/apache/solr/pull/916 but https://github.com/apache/solr/pull/912 conflicts in a ton of places and haven't looked at updating it. Kevin Risden On Tue, Jul 26, 2022 at 9:51 AM Eric Pugh wrote: > Hi all…. Are there any updates to the two PR’s relate

Re: JDK 17 - javadoc broken links

2022-07-05 Thread Kevin Risden
so look to only happen on Policeman jenkins - but I would guess this is due to the JDK version being updated there compared to Apache ASF servers? Kevin Risden On Tue, Jul 5, 2022 at 12:56 PM Kevin Risden wrote: > On Solr main using JDK 17, I am getting the following when running > `./gradl

JDK 17 - javadoc broken links

2022-07-05 Thread Kevin Risden
" 2022-04-19 OpenJDK Runtime Environment Temurin-17.0.3+7 (build 17.0.3+7) OpenJDK 64-Bit Server VM Temurin-17.0.3+7 (build 17.0.3+7, mixed mode) Kevin Risden

Re: [VOTE] Release Solr 9.0.0 RC5

2022-05-10 Thread Kevin Risden
+1 (binding) SUCCESS! [0:56:17.682093] Kevin Risden On Tue, May 10, 2022 at 3:34 AM Marcus Eagan wrote: > +1 (non-binding) > > Smoke test... > > SUCCESS! [1:21:36.996264] > > I also checked a few areas (admin actions and security manager) in case > there were issu

Re: [RESULT] [VOTE] Release Solr 9.0.0 RC4

2022-05-03 Thread Kevin Risden
eak I need to look into. Kevin Risden On Tue, May 3, 2022 at 4:53 AM Jan Høydahl wrote: > It's been >72h since the vote was initiated and the result is: > > +1 5 (5 binding) > 0 0 > -1 3 > > The conclusion is that the vote has *FAILED* due to lack of clear

Re: [VOTE] Release Solr 9.0.0 RC4

2022-05-02 Thread Kevin Risden
than it was. The issue is a NPE instead of a helpful error message if an unauthenticated user tries to copy the default configset. SOLR-16164 fixes the issue (already committed to branch_9x and main). Kevin Risden On Mon, May 2, 2022 at 6:55 AM Jan Høydahl wrote: > Hi, > > If I cl

  1   2   >