Re: Compatability of predefined class in solr versions

2024-07-19 Thread Jan Høydahl
Hi, Please ask user questions on the us...@solr.apache.org mailing list. And note that image attachments won't make it to the list, so better put plain text of logs rather than screenshot. What is likely the reason is that you have not started Solr with the

Re: [DISCUSS] Solr 9.7 release

2024-07-17 Thread Jan Høydahl
Hi, Sounds ok. Will try to merge some of the latest dependency upgrades. There are still ~30 dependency PRs, so anyone feel free to jump in and resolve some of them before the release. Jan > 16. juli 2024 kl. 22:12 skrev Anshum Gupta : > > Hi everyone, > > The Change log for Solr 9.7

Re: SIP-7 New Admin UI

2024-07-15 Thread Jan Høydahl
Kotlin in day job, and it is an absolute joy to work with. Not hard at all, so to committers fearing a "new" language, it is actually not that different, just skip the "new" keywork and semicolons, hehe. Jan Høydahl > 15. juli 2024 kl. 15:49 skrev Christos Malliaridi

Re: Vex file 404

2024-07-14 Thread Jan Høydahl
; official site. Looking into the commit history, the changes where VEX was > re-enabled > <https://github.com/apache/solr-site/commit/d34a288028772cc7ca09eb1ac11f764047c58576> > are not merged yet into the production branch. > > @Jan Høydahl Is there a reason the changes were

Re: [Solr site] Deployment to production process

2024-07-14 Thread Jan Høydahl
There was also an update to the infrastructure-actions/pelican@main action that required a small config change in our repo. Did that and merged main into prod. Hope it is fine now and that your PRs will contain only your own stuff.. Jan > 12. juli 2024 kl. 17:52 skrev Houston Putman : > > It

Re: Your ZK connection string (3 hosts) is different from the dynamic ensemble config (3 hosts)

2024-07-14 Thread Jan Høydahl
Hi, Please do not use the dev mailing list for user questions. This list is for discussions regarindg the development of Solr itself. When re-posting your question to the users@ mailing list, please include some more details about your setup such as the contents of zookeeper config files and a

Re: Use MockDirectoryFactory not RAMDirectoryFactory in test configs

2024-07-07 Thread Jan Høydahl
+1 Experienced the same locally, tried to override lock factory but did not dig deeper and ended up running some tests in gradle instead of IntelliJ. Annoying! Jan Høydahl > 1. juli 2024 kl. 22:57 skrev David Smiley : > > Some of our tests don't run correctly/consistently via I

Re: Looking for final review of SOLR-16842

2024-06-28 Thread Jan Høydahl
From an upgrade 9->10 perspective, it would be good to start getting deprecation warnings in 9.x for old options and change scripts etc so you don't have a big-bang moment in 10.0. A potential option 5) is to introduce the new options and deprecate old in 10.0, meaning they won't be removed

Solr Website now built by Github Actions

2024-06-26 Thread Jan Høydahl
Hi, Quick update on the build process for solr website -- https://github.com/apache/solr-site Earlier the Pelican based site was built by ASF buildbot and handled by special .asf.yaml sections. Now it is built with Github Actions, see SOLR-17339

Re: Simplify Ref Guide Examples by Merging Windows and Mac/Linux Examples?

2024-06-14 Thread Jan Høydahl
+1 I have done this myself with paths when running java on Windows - easier to handle forward/slash, less escaping etc. PS: I still hope we can remove bin\solr.cmd from 10.0 (but keep support for Windows paths etc in Java). Jan > 14. juni 2024 kl. 19:30 skrev David Smiley : > > +1 > > ~

Re: Seeking guidance on Upgrading Minimum Java Version for Main Branch

2024-06-04 Thread Jan Høydahl
Hi, Thanks for starting the topic. Looks like we'll align Solr 10 with Lucene 10, so somewhere between now and the release of Lucene 10 we definitely should make the same move. Our typical concern is if the change causes lots of other code changes that makes backporting harder for a prolonged

Re: Purpose of IndexUpgraderTool

2024-06-03 Thread Jan Høydahl
I used it back in the days when you could migrate from v3->4->5->6. It solved the issue that Solr 6 could only read a Lucene 6 or Lucene 5 index, but after the sequence of upgrades you'd get there. I even wrote a wrapper to automate it all at

Re: SIP-18: A Solr Kubernetes Module for native integration

2024-05-28 Thread Jan Høydahl
I think of this from time to time. To get some progress, should be first agree in this thread that it is a decent idea, and that a new Solr module is warranted for this? I'd hate to see good initatives like this to he held up by arguments not related to the code itself but to the lifecycle or

Re: [VOTE] Release Solr 9.6.1 RC1

2024-05-27 Thread Jan Høydahl
+1 SUCCESS! [0:45:03.659058] -Jan > 23. mai 2024 kl. 21:39 skrev Houston Putman : > > Please vote for release candidate 1 for Solr 9.6.1 > > The artifacts can be downloaded from: > https://dist.apache.org/repos/dist/dev/solr/solr-9.6.1-RC1-rev-d7f7166567f52f1b31e3315b0188e11f2c4c9b60 > > You

Re: Welcome Sanjay Dutt as Solr committer!

2024-05-21 Thread Jan Høydahl
Welcome on board Sanjay, thrilled to see the community grow. Thanks also for introducing yourself and for explaining Open Source to your Mom in such a simple way  Jan > 20. mai 2024 kl. 18:23 skrev David Smiley : > > The Project Management Committee (PMC) for Apache Solr has invited > Sanjay

Want to make your first contribution to Solr?

2024-05-16 Thread Jan Høydahl
Hi, Are you part of the community and looking for places to contribute? A good first issue is https://issues.apache.org/jira/browse/SOLR-17295 where we simply want to add a new download link on the webapge for the new OpenAPI artifact. It should be an easy win to get your feet wet. Reply

Re: solr query alerting

2024-05-02 Thread Jan Høydahl
wrote: >>>> >>>> I love the name "luwak"! I was about to suggest the same but was worried >>> about the trademark concerns and I assumed there was a reason they changed >>> the name when donating it to lucene. >>>> >>>>

Re: solr query alerting

2024-04-30 Thread Jan Høydahl
-queries” is an option. Jan Høydahl > 30. apr. 2024 kl. 19:26 skrev David Smiley : > > I agree the feature is relevant / useful. > > Another angle on the module vs sandbox or wherever else is maintenance > cost. If a lot of code is being contributed as is here, then as a P

Re: SolrJ HTTP SolrClient class hierarchy

2024-04-30 Thread Jan Høydahl
o be done in some > tickets so folks could pick it up…. Otherwise it looks a bit daunting! > >> On Apr 30, 2024, at 7:38 AM, Jan Høydahl wrote: >> >> In Solr 10, SolrJ will have new maven coordinates and the need to explicitly >> pull in solrj-xx dependencies

Re: SolrJ HTTP SolrClient class hierarchy

2024-04-30 Thread Jan Høydahl
In Solr 10, SolrJ will have new maven coordinates and the need to explicitly pull in solrj-xx dependencies. So we coult also do a few key renames such as "Http2SolrClient" -> "HttpJettySolrClient", while we're busy breaking things :) Jan > 30. apr. 2024 kl. 13:21 skrev Jason Gerlowski : > >

Re: Tracking contributors uniquely

2024-04-27 Thread Jan Høydahl
be based on > the list of contributors from CHANGES (regardless of how they got there) > > > > : On Fri, Apr 26, 2024 at 4:38 PM Jan Høydahl wrote: > : > > : > I think it is a good idea to include a list of contributors in the > release note mail. > : > it

Re: Tracking contributors uniquely

2024-04-26 Thread Jan Høydahl
I think it is a good idea to include a list of contributors in the release note mail. it is a tiny encouragement for folks to contribute more. The list should perhaps be excluding committers, so we only list external contributors? I already added a script to dev-tools to parse SolrBot

Re: [VOTE] Release Solr 9.6.0 RC1

2024-04-25 Thread Jan Høydahl
I got a docker build run working, even if most still fail. I hope this is nothing that will cause problems when building official docker image. Changin my vote to +1 (binding). Jan > 23. apr. 2024 kl. 13:09 skrev Jan Høydahl : > > Hi, > > Smoketester succeeds: > SUCCES

Re: [VOTE] Release Solr 9.6.0 RC1

2024-04-23 Thread Jan Høydahl
Hi, Smoketester succeeds: SUCCESS! [0:45:28.467115] But I cannot get the docker build to pass: It seems to fail during GPG validation of your key during image build: > gpg: key 140BC45803B03F7F: public key "Patrick Gustav Heck (CODE SIGNING KEY) > " imported > gpg: can't connect to the agent:

Re: Release wizard logic issue? Assumptions?

2024-04-22 Thread Jan Høydahl
ing about the version before the > checkout step in the menus (or any menus)... so it does look at the local > checkout for that... > > On Mon, Apr 22, 2024 at 9:11 AM Jan Høydahl wrote: > >> You don't need to run the wizard from a pristine checkout, or even from >> the

Re: Release wizard logic issue? Assumptions?

2024-04-22 Thread Jan Høydahl
y own, it then would not > even get to the menus unless I commented out the highlighted line... And it > runs a bunch of checks and won't even get to the menus unless you fix those > prerequisites ... and then later one of the menu items tells you to verify > the same items. > > -G

Re: Is SolrBot too noisy / being ignored...?

2024-04-22 Thread Jan Høydahl
CHANGES for solrbot PRs is added during release by RM. You simply merge the PR. Jan Høydahl > 22. apr. 2024 kl. 12:58 skrev Eric Pugh : > > Ah.. So we don’t quite yet know how to deal with the aws and google > libraries being constantly updated? > > It looks like SolrB

Re: Fix version 9.6 vs 9.6.0

2024-04-22 Thread Jan Høydahl
Hi, The wizard contains a step to create the NEXT version in Jira: https://github.com/apache/solr/blob/main/dev-tools/scripts/releaseWizard.yaml#L662 I believe perhaps that instruction uses the x.y.0 pattern for minor releases. If so, that is a wizard bug. It also contains a Post-Release step

Re: Release wizard logic issue? Assumptions?

2024-04-22 Thread Jan Høydahl
Hi Gus Could be documentation is weak, but the assumption is that for a minor release you run the wizard from branch_9x. The wizard will not run commands unless you ask it to, but it will generate the command, print it, and once you accept it will be run. If you prefer for som reason to run a

Re: Is SolrBot too noisy / being ignored...?

2024-04-20 Thread Jan Høydahl
use the cherrypick script to backport to 9.x after merge, is very little overhead. Jan Høydahl > 19. apr. 2024 kl. 22:46 skrev David Smiley : > > I think it’s satisfactory if we merely have advice to ourselves in the PR > to remind us what little we need to do. Like… if you are

Re: Welcome Jason Gerlowski as Solr's new PMC Chair

2024-04-18 Thread Jan Høydahl
Thanks for your efforts David, and congrats Jason with the new hat. Jan > 18. apr. 2024 kl. 16:17 skrev David Smiley : > > The PMC has voted Jason Gerlowski as Solr's new PMC Chair. I am the > outgoing chair. The change was approved by the ASF board yesterday, > April 17th. > > Thanks for

Re: enableRemoteStreaming+enableStreamBody-change in Solr 8.11.3

2024-04-12 Thread Jan Høydahl
ng. Ishan, will you handle the documentation? The workaround is to set in solr.in.sh: SOLR_OPTS="$SOLR_OPTS -Dsolr.enableRemoteStreaming=true -Dsolr.enableStreamBody=true" Jan > 12. apr. 2024 kl. 11:13 skrev Jan Høydahl : > > Hi, > > User questions like these are int

Re: enableRemoteStreaming+enableStreamBody-change in Solr 8.11.3

2024-04-12 Thread Jan Høydahl
Hi, User questions like these are intended for the us...@solr.apache.org mailing list. This list is for developing Solr. Please send your question to the users list and I'll followup with an answer. Jan > 12. apr. 2024 kl. 09:51 skrev Adam Sjøgren : > > Hi, > > > I am looking at upgrading

Re: [DISCUSS] Solr 9.6 release

2024-04-10 Thread Jan Høydahl
. Jan > 8. apr. 2024 kl. 23:09 skrev Jan Høydahl : > > +1 > > Jan Høydahl > >> 8. apr. 2024 kl. 18:55 skrev Gus Heck : >> >> It's been about 3 months since we started our last release discussion, and >> Jira >> shows >> <https://i

Re: [DISCUSS] Solr 9.6 release

2024-04-08 Thread Jan Høydahl
+1 Jan Høydahl > 8. apr. 2024 kl. 18:55 skrev Gus Heck : > > It's been about 3 months since we started our last release discussion, and > Jira > shows > <https://issues.apache.org/jira/browse/SOLR-17126?jql=project%20%3D%20SOLR%20AND%20fixVersion%20%3D%209.6.0%20ORDER%2

Re: Moving to bin/solr start defaulting to SolrCloud mode?

2024-02-26 Thread Jan Høydahl
as working on the ref guide and >> tried to get us to harmonize on some terminology. Ultimately "user >> managed" was chosen and thus this term is widespread in the ref guide >> despite "standalone" clearly being used for many years. Personally, I >> *

Re: Moving to bin/solr start defaulting to SolrCloud mode?

2024-02-23 Thread Jan Høydahl
Cross referencing earlier discussion "[DISCUSS] Make Cloud mode the default option in bin/solr" from May 2021: https://lists.apache.org/thread/79xp2xfvqwhr9zccmsvjvj0hckgg5m6w Some valid arguments for an against in that thread. Ideally I'd prefer SIP-14 to be done before embedded zk is

Re: Tracking contributors uniquely

2024-02-13 Thread Jan Høydahl
We should encourage committers to include Author and Co-Authored-By tags in commit message even for patches in Jira. This way contributors are credited in git log history too. And it gives us a way to get rid of CHANGES.txt some beautiful day ☀️ Jan Høydahl > 13. feb. 2024 kl. 09:21 sk

Re: Nightly Solr Ref Guide; search is out-of-date

2024-02-13 Thread Jan Høydahl
Have you done a force refresh in your browser? The search index is client side. Jan Høydahl > 12. feb. 2024 kl. 23:45 skrev David Smiley : > > I went looking for the latest/nightly ref guide because I wanted to > check out how something recently added but not yet re

Re: [VOTE] Release Solr 9.5.0 RC3

2024-02-09 Thread Jan Høydahl
+1 (binding) SUCCESS! [0:42:27.908762] ALso built and started docker image. Jan > 7. feb. 2024 kl. 21:57 skrev Jason Gerlowski : > > Please vote for release candidate 3 for Solr 9.5.0 > > The artifacts can be downloaded from: >

Re: [VOTE] Release Solr 9.5.0 RC2

2024-02-06 Thread Jan Høydahl
Actually, credit to Shawn for discovring the bug <https://the-asf.slack.com/archives/CEKUCUNE9/p1707259049474289> and to Houston for fixing it. :) > 7. feb. 2024 kl. 00:50 skrev Jan Høydahl : > > Thanks for catching this before the release Houston! Your PR and bats test >

Re: [VOTE] Release Solr 9.5.0 RC2

2024-02-06 Thread Jan Høydahl
Thanks for catching this before the release Houston! Your PR and bats test looks solid. Let's re-spin.. Jan > 7. feb. 2024 kl. 00:15 skrev Houston Putman : > > Sorry everyone, I have to -1 this. Unfortunately certain solr.in.sh > functionality has broken due to a bug introduced while trying to

Re: Regarding Solr issue(HTTP 502; : Bad Gateway Curl error)

2024-01-31 Thread Jan Høydahl
<mailto:us...@solr.apache.org> mailing list instead of this developers list. Jan Høydahl > 31. jan. 2024 kl. 11:24 skrev Lokulwar, Amit Kamalakar (external - Project) > : > > Hello Team, > > I am working on one of big project. There I am using Apache Solr with Drupal >

Re: PR labeling

2024-01-26 Thread Jan Høydahl
fogotten PRs being completed. Jan > 8. jan. 2024 kl. 23:10 skrev Jan Høydahl : > > Hi, > > Got some initial (positive) feedback on the auto-categorization PR and plan > to merge on Thursday, giving you some more time to review. I feel I have not > 100% nailed perfect labels. Ob

Re: [DISCUSS] SIP-21 Standardizing sysprop naming

2024-01-18 Thread Jan Høydahl
, which will be a series of PRs renaming groups of properties). Jan > 16. jan. 2024 kl. 10:52 skrev Jan Høydahl : > >>> collection.configName >> Where is this used as a system property override? I looked and don't see >> it. > > Yea, this should not have been in

Re: [DISCUSS] Standardizing sysprop naming

2024-01-16 Thread Jan Høydahl
>> collection.configName > Where is this used as a system property override? I looked and don't see > it. Yea, this should not have been in the list. Removed > "enabled" vs "disabled": can we standardize on "enabled"? That would have been nice. I think typically .enabled is used when default

Re: [VOTE] Release Solr 9.4.1 RC1

2024-01-13 Thread Jan Høydahl
+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 two lines of command when copy/pasting: python3 -u dev-tools/scripts/smokeTestRelease.py \

Re: [DISCUSS] Solr 9.5 Release

2024-01-12 Thread Jan Høydahl
+1 — but let 9.4.1 get out the door first.. Jan Høydahl > 12. jan. 2024 kl. 21:56 skrev Jason Gerlowski : > > Hey all, > > branch_9x has accumulated 3 new features, 19 improvements, 2 optimizations, > 11 bug fixes, and 7 "other changes" - I'd love to get these in

Re: [DISCUSS] Standardizing sysprop naming

2024-01-12 Thread Jan Høydahl
of existing solr.xxx keys in use that are already well structured (solr.jetty.keystore.password, solr.kerberos.keystore.password, solr.log.level etc). Jan > 11. jan. 2024 kl. 03:36 skrev David Smiley : > > On Tue, Jan 9, 2024 at 9:49 AM Jan Høydahl <mailto:jan@cominvent.com>&g

All official Git branches are now protected

2024-01-12 Thread Jan Høydahl
Hi devs, For your information, we just protected branches main, branch_9x and branch_9_N to disallow deletion or force-push. Also, all releases/* tags are now protected. A nice feature also added is that referenciing SOLR-NNN in PR comments will now add a clickable link to JIRA. All this was

Re: [DISCUSS] Standardizing sysprop naming

2024-01-09 Thread Jan Høydahl
ory:solr.NRTCachingDirectoryFactory}"/> > Imagine instead not specifying this at all. The default logic would > instead read the class from the sys prop: "solr.config.directoryFactory". > The "config" part is because that's the root element of this file. >

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

2024-01-08 Thread Jan Høydahl
me for Priority etc. Let the discussion continue... Jan > 3. nov. 2023 kl. 12:33 skrev Jan Høydahl : > > Bringing this to our attention again. Lucene seems to have survived well > after the migration to Github issues. They have established a way to work > with milestones (ht

Re: PR labeling

2024-01-08 Thread Jan Høydahl
ever we come up with here... Lucene has just put their StaleBot to work, and I created https://github.com/apache/solr/pull/2184 to do the same for Solr. Have a look. Jan > 6. jan. 2024 kl. 01:21 skrev Jan Høydahl : > > Hi, > > We tend to not use the GitHub's PR labels we have de

Re: Nifi error after Solrj Upgrade

2024-01-08 Thread Jan Høydahl
e jeety jars are getting pulled as part > of Solrj or nifi. > > Thanks > Subhasis Patra > 240-755-2601 > subhasis.pa...@e2open.com<mailto:subhasis.pa...@e2open.com> > > From: Jan Høydahl > Sent: Monday, January 8, 2024 8:41 AM > To: dev@solr.apache.org > Subj

Re: Nifi error after Solrj Upgrade

2024-01-08 Thread Jan Høydahl
Check the class path of your application, whether it already has a dependency on Jetty. If so, you need to pick one version so you don’t get multiple versions of jetty on the class path. If you use maven you can run “mvn dependency:tree” or similar to see them all. Jan Høydahl > 8. jan. 2

Re: Solr 9.4.1

2024-01-07 Thread Jan Høydahl
Done Jan > 7. jan. 2024 kl. 07:03 skrev David Smiley : > > Sure; thanks. > >> On Fri, Jan 5, 2024 at 3:29 PM Jan Høydahl wrote: >> >> Should we include this bugfix? >> https://issues.apache.org/jira/browse/SOLR-16203 >> I'm merging to branch_9x now.

PR labeling

2024-01-05 Thread Jan Høydahl
Hi, We tend to not use the GitHub's PR labels we have defined. So I whipped up https://github.com/apache/solr/pull/2180 which is configured to auto-label PRs based on what files are changed. Feedback welcome. Also, I hope we can implement StaleBot for labeling PRs as stale. Lucene is going to

Re: Solr 9.4.1

2024-01-05 Thread Jan Høydahl
is my first time. > > On Fri, Dec 8, 2023 at 9:53 AM Jan Høydahl wrote: > >> SolrBot had been failing for a long time (>1month), but I got it on track >> again. Normally it only files new PRs on Sundays, but I'm triggering that >> manually now to consider what

[DISCUSS] Standardizing sysprop naming

2024-01-05 Thread Jan Høydahl
Hi, Happy New Year to all! Finally https://issues.apache.org/jira/browse/SOLR-15960 Unified use of system properties and environment variables is now merged! It exports all SOLR_FOO and ZK_FOO env.vars to be available to the Solr Java process and maps them to sys.prop without need for explicit

Re: (solr) branch main updated: SOLR-16949: Restrict certain file types from being uploaded to or downloaded from Config Sets

2023-12-17 Thread Jan Høydahl
ew 15534754f49 SOLR-16949: Restrict certain file types from being > uploaded to or downloaded from Config Sets > : 15534754f49 is described below > : > : commit 15534754f492079e52288dd11abaf1c4261b3ea4 > : Author: Jan Høydahl > : AuthorDate: Wed Dec 13 22:49:23 2023 +01

Re: Solr 9.4.1

2023-12-08 Thread Jan Høydahl
reated a new job copied from the "Solr-check-main" > but branch_9x. Builds are hourly so we'll see how it goes. > > ~ David > > > On Thu, Dec 7, 2023 at 10:08 AM Jan Høydahl wrote: > >> PS: https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/ is also not &

Re: [PR] Update org.apache.logging.log4j:* to v2.22.0 [solr]

2023-12-08 Thread Jan Høydahl
Hi, I tried fixing this error while running 'gradle updateLicenses', but cannot see why it fails. We already explicitly include the biz.aQute.bnd.annotation dependency... Jan > 8. des. 2023 kl. 10:58 skrev solrbot (via GitHub) : > > > solrbot commented on PR #2047: > URL:

Re: Solr 9.4.1

2023-12-07 Thread Jan Høydahl
PS: https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/ is also not running since 25 days as it was converted to Crave.. Jan > 7. des. 2023 kl. 15:06 skrev David Smiley : > > I've been working with Uv on these glitches. > ~ David > > > On Thu, Dec 7, 2023 at 2:47 

Re: Solr 9.4.1

2023-12-06 Thread Jan Høydahl
31 AM, Jason Gerlowski >> wrote: >>> >>> Good question - I'm still thinking through what makes the most sense >>> there. Let's continue discussion on SOLR-17100 if you've got thoughts! >>> >>> On Wed, Dec 6, 2023 at 9:58 AM Jan Høydahl >>

Re: Solr 9.4.1

2023-12-06 Thread Jan Høydahl
n the way of > that either. Jan's right that there'd still be value in a 9.4.1 even with > a 9.5. I imagine the driving factor would be whether there's a willing RM > for 9.4.1 > > > > On Wed, Dec 6, 2023 at 5:42 AM Jan Høydahl wrote: > >> The benefit of d

Re: Solr 9.4.1

2023-12-06 Thread Jan Høydahl
The benefit of doing 9.4.1 now is that it won't have that unknown regression that may be lurking in branch_9x now, so it's a much easier upgrade path for 9.4.0 users. However, I feel a 9.5 should follow quickly after. There is always room for a 9.6, 9.7 etc if someone wants to promote newer

Upgrade to Lucene 9.9

2023-12-05 Thread Jan Høydahl
Hi, I made a JIRA for upgrading to Lucene 9.9, see https://issues.apache.org/jira/browse/SOLR-17097 This can be a good first task for someone who wants to contribute for the first time. If that's you, feel free to reply to this mail and then start working on the task. We'll hold your hand as

Re: Solr 9.4.1

2023-12-05 Thread Jan Høydahl
+1 I backported these bugfixes: SOLR-17039: Entropy calculation in bin/solr script fails in Docker due to missing 'bc' cmd (janhoy) SOLR-6853: Allow '/' characters in the text managed by Managed Resources API. (Nikita Rusetskii via Eric Pugh) (PR ) We

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

2023-11-03 Thread Jan Høydahl
release-wizard with corresponding steps. So are we ready to follow their lead? Jan > 18. okt. 2022 kl. 12:58 skrev Jan Høydahl : > > +1 from me too. > > I'm still not sold on bringing all history from JIRA into GH but that's what > Lucene did, so perhaps just doing the same

Re: Solr Backup API Queries

2023-11-02 Thread Jan Høydahl
Hi You may want to re-send this question to the users list. This dev list is for developing the solr codebase itself, not for user questions. Jan Høydahl > 2. nov. 2023 kl. 15:03 skrev Anusha R9 : > > Hi Team, > > We are trying to backup indexes in Prod. It created b

Re: [VOTE] Release Lucene/Solr 8.11.3 RC1

2023-10-31 Thread Jan Høydahl
Hi, Thanks for doing the release. I'm running smoke tester However, there seems to be still open blocker issues in JIRA: https://issues.apache.org/jira/issues/?filter=12352945 I just resolved one other that was solved yesterday, but for the remaining three I cannot see that they are fixed. Not

Re: 8.11.3 release

2023-10-27 Thread Jan Høydahl
han Chattopadhyaya > : > > Thanks Jan. Some tests are failing; Noble and I are looking into them. If > all goes well, I'm planning to spin the RC1 by this weekend. > > On Fri, 27 Oct, 2023, 2:45 pm Jan Høydahl, wrote: > >> Thanks Kevin, Ishan for doing the prep

Re: 8.11.3 release

2023-10-27 Thread Jan Høydahl
, Ishan Chattopadhyaya < >>>>> ichattopadhy...@gmail.com> wrote: >>>>> >>>>>> Just a reminder to backport any issues one sees fit for a 8.11.3 >>>> release. >>>>>> I'll try to get an RC out by the end of September, so sti

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

2023-10-25 Thread Jan Høydahl
I agree on being conservative here. But if it turns out to work well, we could consider publishing an additional solr:9.4.0-jre21 tag. That way early adopters have a choice. If I remember correctly, Java 21 has some improvements that can benefit some vector workloads or something, so I see a

Re: Apache Projects and Discussion Forums

2023-10-17 Thread Jan Høydahl
oining the solr-user list discussions is higher than visiting our GH page and browsing discussions. How many already have a GH account vs a discourse account? But I agree we could have several channels. Jan Høydahl > 17. okt. 2023 kl. 07:27 skrev David Smiley : > > GitHub is de

Re: [VOTE] Release Solr 9.4.0 RC2

2023-10-11 Thread Jan Høydahl
+1 (binding) SUCCESS! [0:40:48.041729] Jan > 11. okt. 2023 kl. 04:58 skrev Alex Deparvu : > > 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/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96

Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Jan Høydahl
Fix: https://github.com/apache/solr/pull/2000 Feel free to argue why this bug should not warrant a re-spin. Jan > 10. okt. 2023 kl. 13:08 skrev Jan Høydahl : > > Smoke tester: SUCCESS! [0:47:58.342068] > > Manual testing: > Started Solr locally on my mac outputs three line

Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Jan Høydahl
Smoke tester: SUCCESS! [0:47:58.342068] Manual testing: Started Solr locally on my mac outputs three lines of error mesages about entropy: > *** [WARN] *** Your open file limit is currently 256. > It should be set to 65000 to avoid operational disruption. > If you no longer wish to see this

Re: Apache Projects and Discussion Forums

2023-10-10 Thread Jan Høydahl
perhaps be a more low hanging fruit given the pre-existing integration? Jan Høydahl > 10. okt. 2023 kl. 06:17 skrev David Smiley : > > At the ASF Community-over-Code conference today, I brought up this topic > with ASF Directors and members at a session about project communic

Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-08 Thread Jan Høydahl
Note that a vote running over a weekend is normally extended with a day or two. I plan to test the RC on Monday. Jan Høydahl > 5. okt. 2023 kl. 21:53 skrev Alex Deparvu : > > Please vote for release candidate 1 for Solr 9.4.0 > > The artifacts can be downloade

Re: [DISCUSS] 9.4 release

2023-09-30 Thread Jan Høydahl
I added a blocker Jira for one solrbot upgrade for a CVE. Please check. Good luck with the release, I’ll not be available for the next few days. Jan Høydahl > 30. sep. 2023 kl. 00:02 skrev Eric Pugh : > > If SOLR-14496, https://github.com/apache/solr/pull/1954 ends up getting &

Re: [DISCUSS] 9.4 release

2023-09-28 Thread Jan Høydahl
operational standpoint. If fixing Solr for the Lucene > upgrade will take time, I think it's worth the trade-off and moving forward > with the older version of Lucene. > > On Thu, Sep 28, 2023 at 6:05 AM Jan Høydahl wrote: > >> Can I propose we do NOT hold the 9.4 rele

Re: [DISCUSS] 9.4 release

2023-09-28 Thread Jan Høydahl
gt; best >>>> alex >>>> >>>> >>>> On Mon, Sep 18, 2023 at 7:42 AM Houston Putman >>>> wrote: >>>> >>>>> It looks like the next Lucene version might be released soon, so we may >>>>> want

Re: [DISCUSS] SIP-19 Adopt JSR-330 dependency injection

2023-09-26 Thread Jan Høydahl
uced code maintenance, removing brittle >> home-grown interfaces, etc. Most of my IOC/DI experience is with >> Spring and Dagger seems like a better choice here given the size and >> complexity of the Spring libraries. >> >> On Tue, Sep 26, 2023 at 8:30 AM Jan Høydahl wr

[DISCUSS] SIP-19 Adopt JSR-330 dependency injection

2023-09-26 Thread Jan Høydahl
This is the discuss thread for SIP-19 JIRA: https://issues.apache.org/jira/browse/SOLR-16998 SIP link: https://cwiki.apache.org/confluence/display/SOLR/SIP-19+Adopt+JSR-330+dependency+injection Use a standardized dependency injection in Solr instead of our home grown @SolrCoreAware,

Re: [JENKINS] Solr » Solr-Check-main - Build # 7785 - Still Failing!

2023-09-22 Thread Jan Høydahl
there's an issue with the JDK installation, because the mTLS >> tests >>> are failing consistently on that box, while they succeed on >> lucene-solr-1. >>> There are also issues with the docker tests, as some folders need to be >>> manually cleaned up.

Re: Sitemap to get latest reference manual to rank in Google/Bing?

2023-09-21 Thread Jan Høydahl
Yea, it's a pain. Have you asked Infra whether mod_headers is activated and allowed from .htaccess? Can we ask them to check error logs? Jan > 21. sep. 2023 kl. 18:08 skrev Houston Putman : > > I've been trying to get this working for the last year. Basically our issue > is that the htaccess

Re: [DISCUSS] Community Virtual Meetup, September 2023

2023-09-21 Thread Jan Høydahl
(1) or (2) > 21. sep. 2023 kl. 14:35 skrev raghavan m : > > Hello everyone, > I am following up on this thread. > We have approximately 9 more days in september 2023. What is a good time > for all (or most) of us to meet? > Please reply to this email by voting for one of the following options :

Re: [DISCUSS] 9.4 release

2023-09-14 Thread Jan Høydahl
go (if provided ample hand holding). > > > best, > alex > > > > On Thu, Sep 14, 2023 at 9:32 AM Jan Høydahl wrote: > >> Hi, >> >> Branch_9x has accumulated 4 features, 18 improvements, 2 optimizations, 21 >> bug fixes, 7 "other"

[DISCUSS] 9.4 release

2023-09-14 Thread Jan Høydahl
Hi, Branch_9x has accumulated 4 features, 18 improvements, 2 optimizations, 21 bug fixes, 7 "other", and a bunch of dependency updates. It's been almost 2 months since 9.3. I propose cutting the branch and preparing first RC on Tuesday Sept 26th, twelve days from today. I volunteer as RM,

Re: [JENKINS] Solr » Solr-Check-main - Build # 7785 - Still Failing!

2023-09-14 Thread Jan Høydahl
Also filed SOLR ticket https://issues.apache.org/jira/browse/SOLR-16979 for improving the tests. Jan > 14. sep. 2023 kl. 12:58 skrev Jan Høydahl : > > FYI: I filed an INFRA ticket > https://issues.apache.org/jira/browse/INFRA-24987 to kill the stray process. > > So h

Re: [JENKINS] Solr » Solr-Check-main - Build # 7785 - Still Failing!

2023-09-14 Thread Jan Høydahl
rev Jan Høydahl : > > I'm seeing this all the time now since yesterday. Probably a former Solr > instance is hung, occupying port 8983. > Should the BATS tests pick a random port between 1 and 65000, that are > used throughout all tests? > Then, a test run could clean up wi

Re: [JENKINS] Solr » Solr-Check-main - Build # 7785 - Still Failing!

2023-09-14 Thread Jan Høydahl
I'm seeing this all the time now since yesterday. Probably a former Solr instance is hung, occupying port 8983. Should the BATS tests pick a random port between 1 and 65000, that are used throughout all tests? Then, a test run could clean up with some force killing at the end, just for

Re: Circuit breakers and update requests

2023-09-13 Thread Jan Høydahl
There was no feedback on the topic of global Circuit Breaker vs per-core. So I opened https://issues.apache.org/jira/browse/SOLR-16974 to propose supporting Global CB. This is still on design level, please weigh in with your thoughts. Jan > 30. aug. 2023 kl. 22:02 skrev Jan Høydahl : >

Re: Future of the cross-dc work

2023-09-09 Thread Jan Høydahl
providers? Jan Høydahl > 9. sep. 2023 kl. 17:58 skrev Anshum Gupta : > > I wouldn't term people who work at a particular company as > committers. I'm reasonably sure when folks contribute to the project they > wear their ASF hat. If they don't, they should. > > Lik

Re: Discuss SIP-14 Embedded Zookeeper

2023-09-06 Thread Jan Høydahl
Hi, Eric Pugh and I discussed this SIP the other day, as a stepping stone for making cloud mode the default. Perhaps there is new energy for this two years down the road? We don't need to tackle the full dynamic scaling of ZK on day one. Just adding a 'zookeeper' node-role so we could have

Re: [EXTERNAL] - Re: PR reviewed

2023-08-31 Thread Jan Høydahl
Hi, I'd think that you have all the details of what commands GHA ran to get there, in the GHA run logs, e.g. https://github.com/apache/solr/actions/runs/6030623459/job/16362805679 Here is a screenshot of how the logs look like from here

Re: Circuit breakers and update requests

2023-08-30 Thread Jan Høydahl
Hi For those interested in this topic, here is the JIRA, which has a Pull Request for review: https://issues.apache.org/jira/browse/SOLR-16954 Jan Høydahl > 3. jul. 2023 kl. 22:28 skrev Pierre Salagnac : > > Hi Jan, > > As far as I know, Solr only supports circuit bre

Re: 8.11.3 release

2023-08-23 Thread Jan Høydahl
Hi, Following up on Ishan's proposed 8.11.3 release (https://lists.apache.org/thread/3xjtv1sxqx8f9nvhkc0cb90b2p76nfx2) Does the Lucene project have any bugfix candidates for backporting? Ishan, are you still targeting September? Jan > 1. aug. 2023 kl. 14:57 skrev Ishan Chattopadhyaya : >

Re: Cluster Singleton lifecycle behavior after plugin update

2023-08-22 Thread Jan Høydahl
Hi, Thanks for reporting. Sounds you have enough supporting proof to create a JIRA (bug) issue, and we can continue discussion there. Jan > 22. aug. 2023 kl. 21:51 skrev Paul McArthur > : > > Hi all, > > I’m creating a cluster singleton plugin and have found an issue with the > lifecycle

  1   2   3   4   5   >