Re: [I] Issue installing crd [solr-operator]

2024-10-10 Thread via GitHub
jalshorji commented on issue #647: URL: https://github.com/apache/solr-operator/issues/647#issuecomment-2406632630 @vnagireddy-symphonize It worked with create instead of apply -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Updated] (SOLR-17444) Add Passage Sorting Option in UnifiedSolrHighlighter

2024-10-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17444: Affects Version/s: (was: main (10.0)) > Add Passage Sorting Option in UnifiedSolrHighlighter >

Re: [PR] SOLR-17490: Check for existence of perl executable and skip if it doesnt exist [solr]

2024-10-10 Thread via GitHub
dsmiley commented on PR #2753: URL: https://github.com/apache/solr/pull/2753#issuecomment-2406559414 I so want this; let's just require Java! But we actually also require "npm" as well, albeit it'll get auto-downloaded. Any way, one thing at a time. -- This is an automated message fro

[jira] [Commented] (SOLR-17484) Prometheus Exporter should efficiently work without ZK dependency

2024-10-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888513#comment-17888513 ] David Smiley commented on SOLR-17484: - Yes. > Prometheus Exporter should efficiently

Re: [PR] Bump up Java version to 21 [solr]

2024-10-10 Thread via GitHub
dsmiley commented on PR #2682: URL: https://github.com/apache/solr/pull/2682#issuecomment-2406541170 I might have misunderstood Toolchains; if it means having additional JDKs around then I don't think we want to require that. It's sufficient to have only JDK 21 and configure the language l

[jira] [Commented] (SOLR-17484) Prometheus Exporter should efficiently work without ZK dependency

2024-10-10 Thread Matthew Biscocho (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888490#comment-17888490 ] Matthew Biscocho commented on SOLR-17484: - Is this proposing to remove the "--zk-

[PR] ref guide: remove policy reference [solr]

2024-10-10 Thread via GitHub
QFREEE opened a new pull request, #2755: URL: https://github.com/apache/solr/pull/2755 https://lists.apache.org/thread/f9obf8jb2w5wddl6n4yny9rjjknk9tz1 Remove policy reference, outdated # Description Please provide a short description of the changes you're making

Re: [PR] Bump up Java version to 21 [solr]

2024-10-10 Thread via GitHub
iamsanjay commented on PR #2682: URL: https://github.com/apache/solr/pull/2682#issuecomment-2406309889 gradle Auto-provisioning is disabled. ``` ./gradlew -q javaToolchains + Options | Auto-detection:

Re: [PR] SOLR-17450 StatusTool with pure Java code [solr]

2024-10-10 Thread via GitHub
janhoy commented on PR #2712: URL: https://github.com/apache/solr/pull/2712#issuecomment-2406243063 > After some lookup, I found through [StackOverflow](https://stackoverflow.com/a/46768046/3329810) this: What a pity. Guess we can then either bring in https://github.com/oshi/oshi whi

[jira] [Assigned] (SOLR-17488) CLI: Resolve -d conflicts

2024-10-10 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-17488: Assignee: Eric Pugh > CLI: Resolve -d conflicts > - > > Ke

Re: [PR] SOLR-17488: CLI: Resolve -d conflicts [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2754: URL: https://github.com/apache/solr/pull/2754#issuecomment-2406215024 @malliaridis this is ready, I avoided deciding what to do about keep versus --delete-config since deciding that wasn't requried to resolve -d conflicts. -- This is an automated message from

[jira] [Commented] (SOLR-17488) CLI: Resolve -d conflicts

2024-10-10 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888468#comment-17888468 ] Eric Pugh commented on SOLR-17488: -- Do we have the --keep concept anywhere else?    I'm

[jira] [Updated] (SOLR-17488) CLI: Resolve -d conflicts

2024-10-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17488: -- Labels: cli pull-request-available (was: cli) > CLI: Resolve -d conflicts > --

Re: [PR] SOLR-17468: Put SolrCloud docs first in Ref Guide [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2730: URL: https://github.com/apache/solr/pull/2730#issuecomment-2406176477 @ctargett I think I've navigated the various view points raised, and this is what I plan to merge next. Would love feedback. -- This is an automated message from the Apache Git Service. To

Re: [PR] SOLR-17490: Check for existence of perl executable and skip if it doesnt exist [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2753: URL: https://github.com/apache/solr/pull/2753#issuecomment-2406158176 @patrbraun this one is for you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[PR] SOLR-17490: Check for existence of perl executable and skip if it doesnt exist [solr]

2024-10-10 Thread via GitHub
epugh opened a new pull request, #2753: URL: https://github.com/apache/solr/pull/2753 https://issues.apache.org/jira/browse/SOLR-17490 # Description Make the first time developer experience better with Solr.Today, everytime someone clones Solr for the first time, especi

[jira] [Updated] (SOLR-17490) Don't require perl to run gradlew dev task

2024-10-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17490: -- Labels: pull-request-available (was: ) > Don't require perl to run gradlew dev task >

Re: [PR] SOLR-17466: Inform 9x users about upcoming change to solrcloud default mode [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2728: URL: https://github.com/apache/solr/pull/2728#issuecomment-2406133858 I don't think users care about a warning message so skipping CHANGES.txt -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[jira] [Updated] (SOLR-17466) Inform 9x users about the change coming in 10x before it arrives

2024-10-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17466: -- Labels: pull-request-available (was: ) > Inform 9x users about the change coming in 10x before

Re: [PR] SOLR-17466: Inform 9x users about upcoming change to solrcloud default mode [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2728: URL: https://github.com/apache/solr/pull/2728#issuecomment-2406130036 > Working for me. Could maybe use a line return after to increase visibility. Done! -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[jira] [Updated] (SOLR-17487) Can't POST a dense vector that contains two or more occurences of the same float value

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Description: *EDIT 10/10/2024* :  After a detailed analysis of the problematic vectors, I

[jira] [Updated] (SOLR-17487) Can't POST a dense vector that contains two or more occurences of the same float value

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Attachment: image-2024-10-10-23-27-26-566.png > Can't POST a dense vector that contains two

[jira] [Updated] (SOLR-17487) Can't POST a dense vector that contains two or more occurences of the same float value

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Summary: Can't POST a dense vector that contains two or more occurences of the same float v

[jira] [Updated] (SOLR-17487) Can't POST a dense vector that contains duplicate dimensions

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Description: *EDIT 10/10/2024* :  After a detailed analysis of the problematic vectors, I

[jira] [Updated] (SOLR-17487) Can't POST a dense vector that contains duplicate dimensions

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Summary: Can't POST a dense vector that contains duplicate dimensions (was: Dimensions dis

Re: [I] Issue installing crd [solr-operator]

2024-10-10 Thread via GitHub
vnagireddy-symphonize commented on issue #647: URL: https://github.com/apache/solr-operator/issues/647#issuecomment-2405958735 @jalshorji Can you please shed some light on how you resolved the original issue of `The CustomResourceDefinition "solrclouds.solr.apache.org" is invalid: metadata.

Re: [PR] SOLR-17450 StatusTool with pure Java code [solr]

2024-10-10 Thread via GitHub
malliaridis commented on PR #2712: URL: https://github.com/apache/solr/pull/2712#issuecomment-2405924311 After some lookup, I found this through [StackOverflow](https://stackoverflow.com/a/46768046/3329810) this: > The command line arguments are not available via a non-privileged API

Re: [PR] SOLR-17450 StatusTool with pure Java code [solr]

2024-10-10 Thread via GitHub
malliaridis commented on PR #2712: URL: https://github.com/apache/solr/pull/2712#issuecomment-2405890817 It seems that `p.info().commandLine()` is always empty and falls back to the empty string, filtering out all the java processes. This means that `-Djetty.port=` is not maintained and onl

Re: [PR] SOLR-17467: Start solr in Cloud mode, introduce --user-managed switch for User Managed mode [solr]

2024-10-10 Thread via GitHub
dsmiley commented on code in PR #2729: URL: https://github.com/apache/solr/pull/2729#discussion_r1795966489 ## solr/bin/solr: ## @@ -367,14 +367,13 @@ function print_usage() { if [[ "$CMD" == "start" || "$CMD" == "restart" ]]; then echo "" -echo "Usage: solr $CMD [

Re: [PR] SOLR-17467: Start solr in Cloud mode, introduce --user-managed switch for User Managed mode [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2729: URL: https://github.com/apache/solr/pull/2729#issuecomment-2405855859 Just a reminder this PR will only go on `main`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Assigned] (SOLR-17490) Don't require perl to run gradlew dev task

2024-10-10 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-17490: Assignee: Eric Pugh > Don't require perl to run gradlew dev task > ---

[jira] [Created] (SOLR-17490) Don't require perl to run gradlew dev task

2024-10-10 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17490: Summary: Don't require perl to run gradlew dev task Key: SOLR-17490 URL: https://issues.apache.org/jira/browse/SOLR-17490 Project: Solr Issue Type: Improvement

Re: [PR] SOLR-17467: Start solr in Cloud mode, introduce --user-managed switch for User Managed mode [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2729: URL: https://github.com/apache/solr/pull/2729#issuecomment-2405790553 @dsmiley I tagged you on this because I know you don't love the --user-managed, but I think it's the easiest way to get it to done... -- This is an automated message from the Apache Git Serv

Re: [PR] Bump up Java version to 21 [solr]

2024-10-10 Thread via GitHub
dsmiley commented on PR #2682: URL: https://github.com/apache/solr/pull/2682#issuecomment-2405724701 > However, jar task is still, I think ,running with whatever java_home is It's normal & acceptable that the entire build itself do JAR packaging etc with the same running JVM, that whi

[jira] [Created] (SOLR-17488) CLI: Resolve -d conflicts

2024-10-10 Thread Christos Malliaridis (Jira)
Christos Malliaridis created SOLR-17488: --- Summary: CLI: Resolve -d conflicts Key: SOLR-17488 URL: https://issues.apache.org/jira/browse/SOLR-17488 Project: Solr Issue Type: Sub-task

[jira] [Updated] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Attachment: vector-384.xml > Dimensions disappear from dense vectors when POSTing Solr upda

[jira] [Comment Edited] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888367#comment-17888367 ] Guillaume Jactat edited comment on SOLR-17487 at 10/10/24 5:26 PM:

[jira] [Comment Edited] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888367#comment-17888367 ] Guillaume Jactat edited comment on SOLR-17487 at 10/10/24 5:19 PM:

[jira] [Commented] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888367#comment-17888367 ] Guillaume Jactat commented on SOLR-17487: - I've done a few more tests. I get the

[jira] [Commented] (SOLR-17102) VersionBucket not needed

2024-10-10 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888360#comment-17888360 ] Houston Putman commented on SOLR-17102: --- Nevermind, I thought that this was in 9.7.

[jira] [Updated] (SOLR-17468) Revamp Ref Guide to feature SolrCloud.

2024-10-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17468: -- Labels: pull-request-available (was: ) > Revamp Ref Guide to feature SolrCloud. > --

Re: [PR] SOLR-17468: Put SolrCloud docs first in Ref Guide [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2730: URL: https://github.com/apache/solr/pull/2730#issuecomment-2405601242 I'm going to back out the renaming of user managed, as honestly it's kind of a biek shed, and what I really want is the Solr CLoud docs as first... That is the meat of this PR. -- This

Re: [PR] SOLR-17467: Start solr in Cloud mode, introduce --user-managed switch for User Managed mode [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2729: URL: https://github.com/apache/solr/pull/2729#issuecomment-2405595439 I realized as I started thinking about documenting `--classic` that it was muddying the waters and adding YAC (_Yet Another Concept_) to the mix. WHile we may not love the term "user managed

[jira] [Commented] (SOLR-17102) VersionBucket not needed

2024-10-10 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888359#comment-17888359 ] Houston Putman commented on SOLR-17102: --- Hey [~dsmiley] I think the increased effic

[jira] [Updated] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Attachment: image-2024-10-10-18-07-19-370.png image-2024-10-10-18-07-14-90

[jira] [Updated] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Attachment: vector-384.json Status: Open (was: Open) > Dimensions disappear from d

[jira] [Commented] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888340#comment-17888340 ] Guillaume Jactat commented on SOLR-17487: - I've encountered the same bug on a sma

[jira] [Updated] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Attachment: image-2024-10-10-18-05-01-195.png > Dimensions disappear from dense vectors whe

[jira] [Updated] (SOLR-17467) Start solr in Cloud mode, introduce --standalone switch for Standalone mode

2024-10-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17467: -- Labels: pull-request-available (was: ) > Start solr in Cloud mode, introduce --standalone swit

Re: [PR] SOLR-17467: Start solr in Cloud mode, introduce --standalone switch for Standalone mode [solr]

2024-10-10 Thread via GitHub
epugh commented on PR #2729: URL: https://github.com/apache/solr/pull/2729#issuecomment-2405488216 Some discussions on mailing list are leading us to `--classic` as the flag. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Commented] (SOLR-17383) CLI: Resolve overlapping arguments

2024-10-10 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888322#comment-17888322 ] Eric Pugh commented on SOLR-17383: -- I am going to submit a single solr/CHANGES.txt entry

[jira] [Resolved] (SOLR-17481) CLI: Resolve -n flag conflicts

2024-10-10 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17481. -- Fix Version/s: 9.8 Resolution: Fixed > CLI: Resolve -n flag conflicts >

[jira] [Updated] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Description: Hello,   I'm using Solr 9.7 as a vector database. I've come across something I

[jira] [Updated] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Description: Hello,   I'm using Solr 9.7 as a vector database. I've come across something I

[jira] [Updated] (SOLR-17487) Dimensions disappear from dense vectors when POSTing Solr updates

2024-10-10 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat updated SOLR-17487: Summary: Dimensions disappear from dense vectors when POSTing Solr updates (was: Wrong den

[jira] [Created] (SOLR-17487) Wrong dense vector length after deserialization

2024-10-10 Thread Guillaume Jactat (Jira)
Guillaume Jactat created SOLR-17487: --- Summary: Wrong dense vector length after deserialization Key: SOLR-17487 URL: https://issues.apache.org/jira/browse/SOLR-17487 Project: Solr Issue Type

[jira] [Commented] (SOLR-17481) CLI: Resolve -n flag conflicts

2024-10-10 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888304#comment-17888304 ] ASF subversion and git services commented on SOLR-17481: Commit 0

[I] not every ingress controller is nginx [solr-operator]

2024-10-10 Thread via GitHub
msporleder opened a new issue, #725: URL: https://github.com/apache/solr-operator/issues/725 https://github.com/apache/solr-operator/blob/630efa053f88333587ca6eeca94887aa2a65f61b/controllers/util/solr_util.go#L1088-L1104 Although this is pretty harmless as noise I'm not sure why this

[jira] [Updated] (SOLR-17481) CLI: Resolve -n flag conflicts

2024-10-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17481: -- Labels: cli pull-request-available (was: cli) > CLI: Resolve -n flag conflicts > -

Re: [PR] SOLR-17481: Resolve use of -n flag in CLI commands [solr]

2024-10-10 Thread via GitHub
epugh merged PR #2745: URL: https://github.com/apache/solr/pull/2745 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[jira] [Commented] (SOLR-17481) CLI: Resolve -n flag conflicts

2024-10-10 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888298#comment-17888298 ] ASF subversion and git services commented on SOLR-17481: Commit a

Re: [PR] Bump up Java version to 21 [solr]

2024-10-10 Thread via GitHub
iamsanjay commented on PR #2682: URL: https://github.com/apache/solr/pull/2682#issuecomment-2405019107 IMO, There is no way to configure toolchain for jar task like we can do for JavaCompile. Even the JarTask has no mention of compiler like JavaCompiler has. -- This is an automated messag

Re: [PR] Bump up Java version to 21 [solr]

2024-10-10 Thread via GitHub
iamsanjay commented on PR #2682: URL: https://github.com/apache/solr/pull/2682#issuecomment-2404966268 From Intellij docs: https://www.jetbrains.com/help/idea/gradle.html#gradle_jvm > Language level: the language level settings are applied for a source root or for a module. If

Re: [PR] Bump up Java version to 21 [solr]

2024-10-10 Thread via GitHub
iamsanjay commented on PR #2682: URL: https://github.com/apache/solr/pull/2682#issuecomment-2404958996 We use Toolchain to enforce the specific version of the tools we want to use. Here are some use cases: 1. If our system's JDK is set to 21, but I want to run a project on a differen

Re: [PR] Bump up Java version to 21 [solr]

2024-10-10 Thread via GitHub
iamsanjay commented on PR #2682: URL: https://github.com/apache/solr/pull/2682#issuecomment-2404940762 When it comes to Intellij module language level, I am not sure How we will solve that? Given that all solrj and realted modules have two jdk versions now. -- This is an automated message

Re: [PR] Bump up Java version to 21 [solr]

2024-10-10 Thread via GitHub
iamsanjay commented on PR #2682: URL: https://github.com/apache/solr/pull/2682#issuecomment-2404936521 The toolchain cannot be set at the JavaCompile level. Because we are using different Jdk for main and test package. To set at project level, below is the config. But this fails! ```

[jira] [Commented] (SOLR-15411) "failOnVersionConflicts" doesn't get checked in getUpdatedDocument when _version_==1

2024-10-10 Thread xuanyu huang (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888251#comment-17888251 ] xuanyu huang commented on SOLR-15411: - Hi [~janhoy], I no longer work on that project

Re: [PR] SOLR-17450 StatusTool with pure Java code [solr]

2024-10-10 Thread via GitHub
janhoy commented on PR #2712: URL: https://github.com/apache/solr/pull/2712#issuecomment-2404849888 Thanks for contributing Windows hardening. Could be the PID-file pattern at https://github.com/apache/solr/pull/2712/files#diff-1c8756285d3b596e65a2d20534ac75173349c4b117db59711e9121c05d0012ff

[jira] [Commented] (SOLR-15411) "failOnVersionConflicts" doesn't get checked in getUpdatedDocument when _version_==1

2024-10-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888245#comment-17888245 ] Jan Høydahl commented on SOLR-15411: This issue/PR has gone stale. [~tsasaki609] , [~