[GitHub] [solr] dweiss commented on pull request #501: Dynamically discover lucene version for use in build

2022-01-10 Thread GitBox
dweiss commented on pull request #501: URL: https://github.com/apache/solr/pull/501#issuecomment-1009682740 Right - that's why I said: > Note: It will get a bit more complicated if you need this property at evaluation time. The problem here is that in general you won't know th

[jira] [Comment Edited] (SOLR-14909) Add replica is very slow on a large cluster

2022-01-10 Thread Alex Bulygin (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472522#comment-17472522 ] Alex Bulygin edited comment on SOLR-14909 at 1/11/22, 7:44 AM:

[jira] [Commented] (SOLR-14909) Add replica is very slow on a large cluster

2022-01-10 Thread Alex Bulygin (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472522#comment-17472522 ] Alex Bulygin commented on SOLR-14909: - Hi! I look AddReplicaCmd source, please see my

[jira] (SOLR-14909) Add replica is very slow on a large cluster

2022-01-10 Thread Alexey Bulygin (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14909 ] Alexey Bulygin deleted comment on SOLR-14909: --- was (Author: alex_buly...@bk.ru): I look AddReplicaCmd source, please see my patch. The goal is to skip the Assignment step when adding replic

[jira] [Updated] (SOLR-14909) Add replica is very slow on a large cluster

2022-01-10 Thread Alexey Bulygin (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Bulygin updated SOLR-14909: -- Attachment: skipAssignBuildReplicaPos.patch > Add replica is very slow on a large cluster > ---

[jira] [Commented] (SOLR-14909) Add replica is very slow on a large cluster

2022-01-10 Thread Alexey Bulygin (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472515#comment-17472515 ] Alexey Bulygin commented on SOLR-14909: --- I look AddReplicaCmd source, please see my

[GitHub] [solr] ijioio commented on pull request #479: SOLR-15842: Fix async backup response

2022-01-10 Thread GitBox
ijioio commented on pull request #479: URL: https://github.com/apache/solr/pull/479#issuecomment-1009625781 Hi, @HoustonPutman Thanks for the message! > @ijioio I think this would be great to get into 9.0, because of the backwards incompatibility. Just to clarify, you're talki

[GitHub] [solr] sonatype-lift[bot] commented on a change in pull request #510: SOLR-15908 Document or fix error-prone patterns relating to tests

2022-01-10 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #510: URL: https://github.com/apache/solr/pull/510#discussion_r781766239 ## File path: solr/solr-ref-guide/tools/org/apache/solr/guide/CheckLinksAndAnchors.java ## @@ -119,7 +121,7 @@ public static void main(String[] arg

[GitHub] [solr] madrob opened a new pull request #510: SOLR-15908 Document or fix error-prone patterns relating to tests

2022-01-10 Thread GitBox
madrob opened a new pull request #510: URL: https://github.com/apache/solr/pull/510 https://issues.apache.org/jira/browse/SOLR-15908 -- 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

[jira] [Created] (SOLR-15908) Document or fix error-prone patterns relating to tests

2022-01-10 Thread Mike Drob (Jira)
Mike Drob created SOLR-15908: Summary: Document or fix error-prone patterns relating to tests Key: SOLR-15908 URL: https://issues.apache.org/jira/browse/SOLR-15908 Project: Solr Issue Type: Task

[jira] [Created] (SOLR-15907) Move JWT auth plugin to contrib

2022-01-10 Thread Jira
Jan Høydahl created SOLR-15907: -- Summary: Move JWT auth plugin to contrib Key: SOLR-15907 URL: https://issues.apache.org/jira/browse/SOLR-15907 Project: Solr Issue Type: Task Security Leve

[jira] [Commented] (SOLR-15782) Configure custom node/container handlers in solr.xml

2022-01-10 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472383#comment-17472383 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-15782: -- +1 for solr.

[GitHub] [solr] HoustonPutman commented on a change in pull request #509: SOLR-14858: Add docker test for the prometheus exporter

2022-01-10 Thread GitBox
HoustonPutman commented on a change in pull request #509: URL: https://github.com/apache/solr/pull/509#discussion_r781642736 ## File path: solr/contrib/prometheus-exporter/bin/solr-exporter ## @@ -86,6 +86,10 @@ for JAR in $(find "$BASEDIR"/../../dist -name 'solr-solrj-*.jar')

[GitHub] [solr] madrob commented on a change in pull request #509: SOLR-14858: Add docker test for the prometheus exporter

2022-01-10 Thread GitBox
madrob commented on a change in pull request #509: URL: https://github.com/apache/solr/pull/509#discussion_r781629147 ## File path: solr/contrib/prometheus-exporter/bin/solr-exporter ## @@ -86,6 +86,10 @@ for JAR in $(find "$BASEDIR"/../../dist -name 'solr-solrj-*.jar') do

[jira] [Created] (SOLR-15906) Query parsing ignores rest of query when 'v' local-param is used

2022-01-10 Thread David Smiley (Jira)
David Smiley created SOLR-15906: --- Summary: Query parsing ignores rest of query when 'v' local-param is used Key: SOLR-15906 URL: https://issues.apache.org/jira/browse/SOLR-15906 Project: Solr

[GitHub] [solr] madrob merged pull request #508: update muse to lift

2022-01-10 Thread GitBox
madrob merged pull request #508: URL: https://github.com/apache/solr/pull/508 -- 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...@s

[GitHub] [solr] TomMD commented on pull request #508: update muse to lift

2022-01-10 Thread GitBox
TomMD commented on pull request #508: URL: https://github.com/apache/solr/pull/508#issuecomment-1009334364 These changes should suffice. FYI, we are tracking a massive slowdown in operation of Solr. I don't have an timeframe for you but we'll be working to get operation on Solr in p

[GitHub] [solr] TomMD edited a comment on pull request #508: update muse to lift

2022-01-10 Thread GitBox
TomMD edited a comment on pull request #508: URL: https://github.com/apache/solr/pull/508#issuecomment-1009334364 These changes should suffice. FYI, we are tracking a massive slowdown in Lift operation on Solr. I don't have an timeframe for you but we'll be working to get operation o

[GitHub] [solr] janhoy commented on pull request #503: SOLR-15897 Remove from test solrconfig.xml

2022-01-10 Thread GitBox
janhoy commented on pull request #503: URL: https://github.com/apache/solr/pull/503#issuecomment-1009317061 Test-only cleanups can be considered for 9.0.0 too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[jira] [Commented] (SOLR-15258) ConfigSetService: add CRUD operations, subsume ZkConfigManager

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

[jira] [Commented] (SOLR-15258) ConfigSetService: add CRUD operations, subsume ZkConfigManager

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

[jira] [Commented] (SOLR-15258) ConfigSetService: add CRUD operations, subsume ZkConfigManager

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

[GitHub] [solr] dsmiley merged pull request #221: SOLR-15258: ConfigSetService operations ought to throw IOException

2022-01-10 Thread GitBox
dsmiley merged pull request #221: URL: https://github.com/apache/solr/pull/221 -- 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...@

[GitHub] [solr] epugh commented on pull request #503: SOLR-15897 Remove from test solrconfig.xml

2022-01-10 Thread GitBox
epugh commented on pull request #503: URL: https://github.com/apache/solr/pull/503#issuecomment-1009302162 @cpoerschke can you review now? Did I get the CHANGES.txt right? I want this to not go in Solr 9.0.0. I would like it to eventually go in Solr 9.1.0 however. -- This is an au

[GitHub] [solr] epugh commented on a change in pull request #503: SOLR-15897 Remove from test solrconfig.xml

2022-01-10 Thread GitBox
epugh commented on a change in pull request #503: URL: https://github.com/apache/solr/pull/503#discussion_r781507443 ## File path: solr/CHANGES.txt ## @@ -427,6 +427,8 @@ Other Changes * SOLR-15807: New LogListener class for tests to use to make assertions about what Log me

[GitHub] [solr] epugh commented on a change in pull request #503: SOLR-15897 Remove from test solrconfig.xml

2022-01-10 Thread GitBox
epugh commented on a change in pull request #503: URL: https://github.com/apache/solr/pull/503#discussion_r781505522 ## File path: solr/CHANGES.txt ## @@ -427,6 +427,8 @@ Other Changes * SOLR-15807: New LogListener class for tests to use to make assertions about what Log me

[GitHub] [solr] HoustonPutman commented on pull request #509: SOLR-14858: Add docker test for the prometheus exporter

2022-01-10 Thread GitBox
HoustonPutman commented on pull request #509: URL: https://github.com/apache/solr/pull/509#issuecomment-1009277401 Ok, I added back in the jar removal, but now the prometheus exporter loads in all jars in `solr-webapp/webapp/WEB-INF/lib/`, so more than it likely needs? -- This is an auto

[jira] [Commented] (SOLR-15197) Support temporal graph queries with DAY and WEEKDAY windows

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-15197) Support temporal graph queries with DAY and WEEKDAY windows

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

[GitHub] [solr] HoustonPutman opened a new pull request #509: SOLR-14858: Add docker test for the prometheus exporter

2022-01-10 Thread GitBox
HoustonPutman opened a new pull request #509: URL: https://github.com/apache/solr/pull/509 https://issues.apache.org/jira/browse/SOLR-14858 This finally adds docker testing for the prometheus-exporter contrib. I also had to remove the jar-removing from the Dockerfile, because t

[jira] [Resolved] (SOLR-15197) Support temporal graph queries with DAY and WEEKDAY windows

2022-01-10 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-15197. --- Resolution: Resolved > Support temporal graph queries with DAY and WEEKDAY windows >

[jira] [Commented] (SOLR-15197) Support temporal graph queries with DAY and WEEKDAY windows

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

[jira] [Created] (SOLR-15905) Don't automatically register Solr's metrics with JMX (SolrJmxReporter)

2022-01-10 Thread David Smiley (Jira)
David Smiley created SOLR-15905: --- Summary: Don't automatically register Solr's metrics with JMX (SolrJmxReporter) Key: SOLR-15905 URL: https://issues.apache.org/jira/browse/SOLR-15905 Project: Solr

[jira] [Created] (SOLR-15904) Move SQLHandler to a contrib/module/package

2022-01-10 Thread David Smiley (Jira)
David Smiley created SOLR-15904: --- Summary: Move SQLHandler to a contrib/module/package Key: SOLR-15904 URL: https://issues.apache.org/jira/browse/SOLR-15904 Project: Solr Issue Type: Improvemen

[GitHub] [solr] alessandrobenedetti commented on pull request #476: SOLR-15880

2022-01-10 Thread GitBox
alessandrobenedetti commented on pull request #476: URL: https://github.com/apache/solr/pull/476#issuecomment-1009250478 hi @msokolov , I just updated the Pull Request with the support for maxConn and beamWidth customization. According to what Lucene currently exposes I believe it's t

[GitHub] [solr] janhoy commented on pull request #428: SOLR-14410: switch from SysV to systemd service

2022-01-10 Thread GitBox
janhoy commented on pull request #428: URL: https://github.com/apache/solr/pull/428#issuecomment-1009236291 I see that I won't have bandwidth to test the service on multiple OSes now that I'm managing the 9.0 release. I thought of doing it with docker (hackish but I've done it before), but

[jira] [Commented] (SOLR-15777) ICUCollationField useDocValuesAsStored=true leads to server errors or the return of useless field values

2022-01-10 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472220#comment-17472220 ] Chris M. Hostetter commented on SOLR-15777: --- I haven't reviewed the patch, but

[jira] [Commented] (SOLR-15902) PackageManagerCLITest.testPackageManager fails on main

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

[GitHub] [solr] gus-asf merged pull request #507: SOLR-15902 AwaitsFix for broken PackageMangerCLITest

2022-01-10 Thread GitBox
gus-asf merged pull request #507: URL: https://github.com/apache/solr/pull/507 -- 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...@

[GitHub] [solr] gus-asf commented on pull request #507: SOLR-15902 AwaitsFix for broken PackageMangerCLITest

2022-01-10 Thread GitBox
gus-asf commented on pull request #507: URL: https://github.com/apache/solr/pull/507#issuecomment-1009193843 Ishan is looking into this ticket, but this is by far our most failing test so I'm going to push awaits fix for now. -- This is an automated message from the Apache Git Service. T

[GitHub] [solr] cpoerschke commented on a change in pull request #503: SOLR-15897 Remove from test solrconfig.xml

2022-01-10 Thread GitBox
cpoerschke commented on a change in pull request #503: URL: https://github.com/apache/solr/pull/503#discussion_r781413280 ## File path: solr/CHANGES.txt ## @@ -427,6 +427,8 @@ Other Changes * SOLR-15807: New LogListener class for tests to use to make assertions about what L

[jira] [Resolved] (SOLR-15891) The Solr docker image is roughly 1.5-2x the size it needs to be

2022-01-10 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-15891. --- Fix Version/s: 9.0 Assignee: Houston Putman Resolution: Fixed Decided to use

[jira] [Commented] (SOLR-15891) The Solr docker image is roughly 1.5-2x the size it needs to be

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

[jira] [Commented] (SOLR-15891) The Solr docker image is roughly 1.5-2x the size it needs to be

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

[jira] [Commented] (SOLR-15891) The Solr docker image is roughly 1.5-2x the size it needs to be

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

[GitHub] [solr] HoustonPutman merged pull request #498: SOLR-15891: Remove bloat in Solr docker layers

2022-01-10 Thread GitBox
HoustonPutman merged pull request #498: URL: https://github.com/apache/solr/pull/498 -- 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-unsubs

[jira] [Commented] (SOLR-15777) ICUCollationField useDocValuesAsStored=true leads to server errors or the return of useless field values

2022-01-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472153#comment-17472153 ] Michael Gibney commented on SOLR-15777: --- [~hossman] do you care to weigh in on this

[jira] [Updated] (SOLR-15777) ICUCollationField useDocValuesAsStored=true leads to server errors or the return of useless field values

2022-01-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney updated SOLR-15777: -- Summary: ICUCollationField useDocValuesAsStored=true leads to server errors or the return of us

[GitHub] [solr] HoustonPutman commented on pull request #498: SOLR-15891: Remove bloat in Solr docker layers

2022-01-10 Thread GitBox
HoustonPutman commented on pull request #498: URL: https://github.com/apache/solr/pull/498#issuecomment-1009051879 @janhoy I decided to go ahead and move to the system of just using the permissions from the TGZ, and removing the overwriting in the dockerfile. This works well, and I just ha

[jira] [Updated] (SOLR-15777) UTF8toUTF16 failing for Unicode Character “ᴙ” (U+1D19)

2022-01-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney updated SOLR-15777: -- Description: {{ICUCollationField}} inherently uses sort-specific values in docValues (sorting

[GitHub] [solr] madrob opened a new pull request #508: update muse to lift

2022-01-10 Thread GitBox
madrob opened a new pull request #508: URL: https://github.com/apache/solr/pull/508 @TomMD is there anything else besides the file rename and the property change that we should be aware of moving from muse to lift? -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [solr-operator] parekhcoder commented on issue #389: container has runAsNonRoot and image will run as root

2022-01-10 Thread GitBox
parekhcoder commented on issue #389: URL: https://github.com/apache/solr-operator/issues/389#issuecomment-1009034845 I m not changing anything in the yaml file https://nightlies.apache.org/solr/release/operator/crds/v0.5.0/all-with-dependencies.yaml helm install solr-operator

[GitHub] [solr-operator] parekhcoder removed a comment on issue #389: container has runAsNonRoot and image will run as root

2022-01-10 Thread GitBox
parekhcoder removed a comment on issue #389: URL: https://github.com/apache/solr-operator/issues/389#issuecomment-1009026244 I m not changing anything in the yaml file https://nightlies.apache.org/solr/release/operator/crds/v0.5.0/all-with-dependencies.yaml helm install solr-o

[GitHub] [solr-operator] parekhcoder removed a comment on issue #389: container has runAsNonRoot and image will run as root

2022-01-10 Thread GitBox
parekhcoder removed a comment on issue #389: URL: https://github.com/apache/solr-operator/issues/389#issuecomment-1009033571 I m not changing anything in the yaml file https://nightlies.apache.org/solr/release/operator/crds/v0.5.0/all-with-dependencies.yaml helm install solr-o

[GitHub] [solr-operator] parekhcoder closed issue #389: container has runAsNonRoot and image will run as root

2022-01-10 Thread GitBox
parekhcoder closed issue #389: URL: https://github.com/apache/solr-operator/issues/389 -- 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-unsu

[GitHub] [solr-operator] parekhcoder commented on issue #389: container has runAsNonRoot and image will run as root

2022-01-10 Thread GitBox
parekhcoder commented on issue #389: URL: https://github.com/apache/solr-operator/issues/389#issuecomment-1009033571 I m not changing anything in the yaml file https://nightlies.apache.org/solr/release/operator/crds/v0.5.0/all-with-dependencies.yaml helm install solr-operator

[jira] [Updated] (SOLR-15777) UTF8toUTF16 failing for Unicode Character “ᴙ” (U+1D19)

2022-01-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney updated SOLR-15777: -- Description: Original issue title: "" This issue was seen for bulgarian language and specifica

[jira] [Updated] (SOLR-15777) UTF8toUTF16 failing for Unicode Character “ᴙ” (U+1D19)

2022-01-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney updated SOLR-15777: -- Description: Original issue title: "UTF8toUTF16 failing for Unicode Character “ᴙ” (U+1D19)" O

[GitHub] [solr-operator] parekhcoder commented on issue #389: container has runAsNonRoot and image will run as root

2022-01-10 Thread GitBox
parekhcoder commented on issue #389: URL: https://github.com/apache/solr-operator/issues/389#issuecomment-1009026244 I m not changing anything in the yaml file https://nightlies.apache.org/solr/release/operator/crds/v0.5.0/all-with-dependencies.yaml helm install solr-operator

[jira] [Updated] (SOLR-15903) Fix incompatible types passed to collection APIs

2022-01-10 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-15903: - Fix Version/s: 9.0 > Fix incompatible types passed to collection APIs > -

[jira] [Updated] (SOLR-15903) Fix incompatible types passed to java collection

2022-01-10 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-15903: - Summary: Fix incompatible types passed to java collection (was: Fix incompatible types passed to collect

[jira] [Updated] (SOLR-15903) Fix incompatible types passed to collection APIs

2022-01-10 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-15903: - Security: (was: Public) > Fix incompatible types passed to collection APIs >

[jira] [Created] (SOLR-15903) Fix incompatible types passed to collection APIs

2022-01-10 Thread Mike Drob (Jira)
Mike Drob created SOLR-15903: Summary: Fix incompatible types passed to collection APIs Key: SOLR-15903 URL: https://issues.apache.org/jira/browse/SOLR-15903 Project: Solr Issue Type: Task

[jira] [Commented] (SOLR-15557) Figure out how to handle ref guide page renames/redirects

2022-01-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472109#comment-17472109 ] Jan Høydahl commented on SOLR-15557: Put this to blocker so we remember to do this af

[jira] [Updated] (SOLR-15557) Figure out how to handle ref guide page renames/redirects

2022-01-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15557: --- Priority: Blocker (was: Minor) > Figure out how to handle ref guide page renames/redirects > ---

[jira] [Updated] (SOLR-15557) Figure out how to handle ref guide page renames/redirects

2022-01-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15557: --- Fix Version/s: 9.0 > Figure out how to handle ref guide page renames/redirects >

[GitHub] [solr] janhoy commented on pull request #501: Dynamically discover lucene version for use in build

2022-01-10 Thread GitBox
janhoy commented on pull request #501: URL: https://github.com/apache/solr/pull/501#issuecomment-1009003916 We can live with hardcoded '9.0.0' for now, but should find a solution to not have theTest LuceneMatchVersion test fail on you if you have a custom lucene version in dev. -- This

[GitHub] [solr-operator] HoustonPutman edited a comment on issue #389: container has runAsNonRoot and image will run as root

2022-01-10 Thread GitBox
HoustonPutman edited a comment on issue #389: URL: https://github.com/apache/solr-operator/issues/389#issuecomment-1008946147 The official solr operator image should not be running as root, at least not on later releases. Can you include the exact helm command/yaml files you are using to i

[GitHub] [solr-operator] HoustonPutman commented on issue #389: container has runAsNonRoot and image will run as root

2022-01-10 Thread GitBox
HoustonPutman commented on issue #389: URL: https://github.com/apache/solr-operator/issues/389#issuecomment-1008946147 The official solr image should not be running as root, at least not on later releases. Can you include the exact helm command/yaml files you are using to install? -- Th

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-15853) Managed ParamSets in the Solr Admin

2022-01-10 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17471976#comment-17471976 ] David Eric Pugh commented on SOLR-15853: Super excited for this... So open up a

[GitHub] [solr-operator] parekhcoder opened a new issue #389: container has runAsNonRoot and image will run as root

2022-01-10 Thread GitBox
parekhcoder opened a new issue #389: URL: https://github.com/apache/solr-operator/issues/389 I am trying to install using helm. Zookeeper operator is installed successfully. But getting error in Solr operator installation. -- This is an automated message from the Apache Git Servic

[GitHub] [solr] uschindler edited a comment on pull request #501: Dynamically discover lucene version for use in build

2022-01-10 Thread GitBox
uschindler edited a comment on pull request #501: URL: https://github.com/apache/solr/pull/501#issuecomment-1008778469 Naaah, that can't work as the provider is resolved a evaluation time. The execution of the provider get must be at very last when test starts to execute. -- This

[GitHub] [solr] uschindler commented on pull request #501: Dynamically discover lucene version for use in build

2022-01-10 Thread GitBox
uschindler commented on pull request #501: URL: https://github.com/apache/solr/pull/501#issuecomment-1008778469 Naaah, that can't work as the provider is resolved a evaluation time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [solr] alessandrobenedetti commented on a change in pull request #476: SOLR-15880

2022-01-10 Thread GitBox
alessandrobenedetti commented on a change in pull request #476: URL: https://github.com/apache/solr/pull/476#discussion_r781086367 ## File path: solr/core/src/java/org/apache/solr/search/neural/KnnQParser.java ## @@ -0,0 +1,100 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] [solr] janhoy commented on pull request #501: Dynamically discover lucene version for use in build

2022-01-10 Thread GitBox
janhoy commented on pull request #501: URL: https://github.com/apache/solr/pull/501#issuecomment-1008656623 See updated PR for a provider approach, unfortunately it also fails ``` 1: Task failed with an exception. --- * Where: Script '/Users/janhoy/git/solr/gradle/test