[GitHub] [solr] dsmiley commented on a diff in pull request #1106: SOLR-16433: Upgrade Jackson bom to 2.13.4.20221013

2022-10-21 Thread GitBox
dsmiley commented on code in PR #1106: URL: https://github.com/apache/solr/pull/1106#discussion_r1002332354 ## solr/core/build.gradle: ## @@ -191,6 +191,9 @@ dependencies { // For faster XML processing than the JDK implementation 'org.codehaus.woodstox:stax2-api'

[GitHub] [solr] dsmiley commented on a diff in pull request #1108: SOLR-14251 Add option skipFreeSpaceCheck to split shard operation

2022-10-21 Thread GitBox
dsmiley commented on code in PR #1108: URL: https://github.com/apache/solr/pull/1108#discussion_r1002329395 ## solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java: ## @@ -199,8 +200,17 @@ public boolean split(ClusterState clusterState, ZkNodeProps

[GitHub] [solr] dsmiley commented on a diff in pull request #585: SOLR-15955: Update Jetty dependency to 10

2022-10-21 Thread GitBox
dsmiley commented on code in PR #585: URL: https://github.com/apache/solr/pull/585#discussion_r1002323308 ## solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java: ## @@ -304,7 +304,11 @@ private void init(int port) { ServerConnector connector;

[jira] [Commented] (SOLR-13626) broken links in solr/solr-ref-guide/src/implicit-requesthandlers.adoc

2022-10-21 Thread Tony Cook (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622504#comment-17622504 ] Tony Cook commented on SOLR-13626: -- Thanks, "Tony Cook" is fine.   I have no opinion on any changes, I

[GitHub] [solr] gezapeti opened a new pull request, #1108: SOLR-14251 Add option skipFreeSpaceCheck to split shard operation

2022-10-21 Thread GitBox
gezapeti opened a new pull request, #1108: URL: https://github.com/apache/solr/pull/1108 …le disk space before splitting shards. Useful with shared file systems like HDFS https://issues.apache.org/jira/browse/SOLR-14251 # Description Adding an option to the

[GitHub] [solr] raveendrabikkina-metcash commented on pull request #210: SOLR-13360: Collation code fails with non-increasing token order

2022-10-21 Thread GitBox
raveendrabikkina-metcash commented on PR #210: URL: https://github.com/apache/solr/pull/210#issuecomment-1287466123 Unfortunately i don't have merge permission. Please reach out to admin. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (SOLR-9775) NPE in QueryResultKey constructor (when executing a clustering search query?)

2022-10-21 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622496#comment-17622496 ] Eric Pugh commented on SOLR-9775: - What if we change the logic in SolrIndexSearcher.java  key =

[GitHub] [solr] epugh commented on pull request #1107: SOLR-9775 fixed NPEs

2022-10-21 Thread GitBox
epugh commented on PR #1107: URL: https://github.com/apache/solr/pull/1107#issuecomment-1287447435 Okay, look at my most recent tests...While they pass, I am not sure I am actually making things better -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (SOLR-16485) Solr 9 standalone mode nullPointerException when ShardHandlerFactory defined

2022-10-21 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16485: -- Fix Version/s: 9.1 main (10.0) Assignee: Houston Putman

[jira] [Comment Edited] (SOLR-15733) Separate out a solrj-streaming module

2022-10-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622487#comment-17622487 ] Joel Bernstein edited comment on SOLR-15733 at 10/21/22 9:11 PM: -

[jira] [Commented] (SOLR-16485) Solr 9 standalone mode nullPointerException when ShardHandlerFactory defined

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

[jira] [Commented] (SOLR-16485) Solr 9 standalone mode nullPointerException when ShardHandlerFactory defined

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

[jira] [Commented] (SOLR-15733) Separate out a solrj-streaming module

2022-10-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622487#comment-17622487 ] Joel Bernstein commented on SOLR-15733: --- [~krisden] mentions that this can be done without users

[jira] [Commented] (SOLR-16485) Solr 9 standalone mode nullPointerException when ShardHandlerFactory defined

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

[GitHub] [solr] HoustonPutman merged pull request #1100: SOLR-16485: Fix NPE in ShardHandlerFactory for standalone

2022-10-21 Thread GitBox
HoustonPutman merged PR #1100: URL: https://github.com/apache/solr/pull/1100 -- 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:

[GitHub] [solr] risdenk commented on a diff in pull request #585: SOLR-15955: Update Jetty dependency to 10

2022-10-21 Thread GitBox
risdenk commented on code in PR #585: URL: https://github.com/apache/solr/pull/585#discussion_r1002176441 ## gradle/solr/force-versions.gradle: ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements.

[GitHub] [solr] risdenk commented on pull request #585: SOLR-15955: Update Jetty dependency to 10

2022-10-21 Thread GitBox
risdenk commented on PR #585: URL: https://github.com/apache/solr/pull/585#issuecomment-1287418604 > SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions prior to 1.8. Hmmm - thats concerning. we have slf4j 1.7.x in versions.lock and no other slf4j according to

[jira] [Commented] (SOLR-16188) Antora generates wrong .htaccess file

2022-10-21 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622480#comment-17622480 ] Houston Putman commented on SOLR-16188: --- Yeah we should delete the "guide" page and link directly

[jira] [Commented] (SOLR-16188) Antora generates wrong .htaccess file

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622479#comment-17622479 ] Kevin Risden commented on SOLR-16188: - [~houston] / [~janhoy] is there more to do here? > Antora

[GitHub] [solr] epugh opened a new pull request, #1107: SOLR-9775 fixed NPEs

2022-10-21 Thread GitBox
epugh opened a new pull request, #1107: URL: https://github.com/apache/solr/pull/1107 https://issues.apache.org/jira/browse/SOLR-9775 # Description This is brought over from https://github.com/apache/lucene-solr/pull/116/files # Solution I feel like I am pulling a

[GitHub] [solr] dsmiley commented on a diff in pull request #585: SOLR-15955: Update Jetty dependency to 10

2022-10-21 Thread GitBox
dsmiley commented on code in PR #585: URL: https://github.com/apache/solr/pull/585#discussion_r1002157652 ## gradle/solr/force-versions.gradle: ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements.

[jira] [Commented] (SOLR-16368) Refactoring: Use SolrClient type instead of overly specific subclasses

2022-10-21 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622475#comment-17622475 ] Eric Pugh commented on SOLR-16368: -- I think that this is done as far as can be until we decide how, in

[GitHub] [solr] risdenk commented on pull request #1105: SOLR-13880: Add test that creates/reloads/deletes collections

2022-10-21 Thread GitBox
risdenk commented on PR #1105: URL: https://github.com/apache/solr/pull/1105#issuecomment-1287395562 > there are a MILLION places where we create raw HttpGet in the tests yea more of a we can skip it now but probably has to be fixed at some point :) -- This is an automated message

[jira] [Commented] (SOLR-15733) Separate out a solrj-streaming module

2022-10-21 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622473#comment-17622473 ] Houston Putman commented on SOLR-15733: --- Ok good to know there are actual dependencies that would

[GitHub] [solr-site] janhoy merged pull request #79: Announce news about JDK17 JIT bug and new JRE vendor for Solr 8 docker.

2022-10-21 Thread GitBox
janhoy merged PR #79: URL: https://github.com/apache/solr-site/pull/79 -- 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:

[jira] [Commented] (SOLR-14410) Switch from SysV init script to systemd service definition

2022-10-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622464#comment-17622464 ] Jan Høydahl commented on SOLR-14410: We need help testing the PR for this on more Linux distros. See

[jira] [Updated] (SOLR-16309) Upgrade vulnerable jQuery UI to version 1.13.2

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16309: Priority: Minor (was: Major) > Upgrade vulnerable jQuery UI to version 1.13.2 >

[jira] [Updated] (SOLR-16220) Documentation leads to NPE Missing SslContextFactory for SolrJ client

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16220: Labels: newdev (was: ) > Documentation leads to NPE Missing SslContextFactory for SolrJ client >

[jira] [Updated] (SOLR-16309) Upgrade vulnerable jQuery UI to version 1.13.2

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16309: Component/s: Admin UI > Upgrade vulnerable jQuery UI to version 1.13.2 >

[jira] [Updated] (SOLR-16309) Upgrade vulnerable jQuery UI to version 1.13.2

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16309: Issue Type: Task (was: Bug) > Upgrade vulnerable jQuery UI to version 1.13.2 >

[jira] [Updated] (SOLR-16220) Documentation leads to NPE Missing SslContextFactory for SolrJ client

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16220: Component/s: documentation > Documentation leads to NPE Missing SslContextFactory for SolrJ client

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

2022-10-21 Thread GitBox
janhoy commented on PR #428: URL: https://github.com/apache/solr/pull/428#issuecomment-1287381176 I brought this PR up to date with main, so it can be easily tested. You can check out the PR branch locally, build and then try installing, or you can download a prebuilt tar from

[GitHub] [solr] epugh commented on pull request #1105: SOLR-13880: Add test that creates/reloads/deletes collections

2022-10-21 Thread GitBox
epugh commented on PR #1105: URL: https://github.com/apache/solr/pull/1105#issuecomment-1287380545 @risdenk there are a MILLION places where we create raw HttpGet in the tests, I saw that when I tried to migrate things to `SolrClient` or `SolrCloudClient`... It would be great if we

[jira] [Resolved] (SOLR-16233) Add HTTP headers support to LogUpdateProcessorFactory

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-16233. - Resolution: Incomplete [~Idjeraoui] there isn't any detail to go on here. > Add HTTP headers

[jira] [Commented] (SOLR-16363) addDoc() in DirectUpdateHandler2 needs additional Exception Handling

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622460#comment-17622460 ] Kevin Risden commented on SOLR-16363: - This looks valid. need to do something like `.replace("%",

[jira] [Commented] (SOLR-15733) Separate out a solrj-streaming module

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622458#comment-17622458 ] Kevin Risden commented on SOLR-15733: - {quote}I just don't find it very useful to have an artifact

[jira] [Commented] (SOLR-15733) Separate out a solrj-streaming module

2022-10-21 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622456#comment-17622456 ] Houston Putman commented on SOLR-15733: --- > we will still include a handful of TupleStream

[jira] [Commented] (SOLR-9775) NPE in QueryResultKey constructor (when executing a clustering search query?)

2022-10-21 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622455#comment-17622455 ] Eric Pugh commented on SOLR-9775: - There is a QueryResultKeyTest, so I added a test where you have a null,

[jira] [Comment Edited] (SOLR-9775) NPE in QueryResultKey constructor (when executing a clustering search query?)

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622448#comment-17622448 ] Kevin Risden edited comment on SOLR-9775 at 10/21/22 7:40 PM: --

[jira] [Commented] (SOLR-9775) NPE in QueryResultKey constructor (when executing a clustering search query?)

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622448#comment-17622448 ] Kevin Risden commented on SOLR-9775: https://lists.apache.org/thread/ptdt7joh387610z4lk4jdw581srmwjbh

[jira] [Commented] (SOLR-14410) Switch from SysV init script to systemd service definition

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622443#comment-17622443 ] Kevin Risden commented on SOLR-14410: - Reported as this causes failures on RHEL 9 -

[jira] [Comment Edited] (SOLR-15733) Separate out a solrj-streaming module

2022-10-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622441#comment-17622441 ] Joel Bernstein edited comment on SOLR-15733 at 10/21/22 7:35 PM: -

[jira] [Comment Edited] (SOLR-15733) Separate out a solrj-streaming module

2022-10-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622441#comment-17622441 ] Joel Bernstein edited comment on SOLR-15733 at 10/21/22 7:34 PM: -

[jira] [Comment Edited] (SOLR-15733) Separate out a solrj-streaming module

2022-10-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622441#comment-17622441 ] Joel Bernstein edited comment on SOLR-15733 at 10/21/22 7:33 PM: -

[jira] [Commented] (SOLR-15733) Separate out a solrj-streaming module

2022-10-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622441#comment-17622441 ] Joel Bernstein commented on SOLR-15733: --- [~houston], the PR is getting closer to completion: code

[jira] [Updated] (SOLR-16443) Upgrade Jackson bom to 2.13.4.20221013

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16443: Status: Patch Available (was: Open) > Upgrade Jackson bom to 2.13.4.20221013 >

[jira] [Commented] (SOLR-16443) Upgrade Jackson bom to 2.13.4.20221013

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622439#comment-17622439 ] Kevin Risden commented on SOLR-16443: - Added annotations to compileOnly to work around LOG4J2-3609 it

[GitHub] [solr] risdenk opened a new pull request, #1106: SOLR-16433: Upgrade Jackson bom to 2.13.4.20221013

2022-10-21 Thread GitBox
risdenk opened a new pull request, #1106: URL: https://github.com/apache/solr/pull/1106 https://issues.apache.org/jira/browse/SOLR-16433 -- 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

[jira] [Commented] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2022-10-21 Thread Pasupathi Rajamanickam (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622436#comment-17622436 ] Pasupathi Rajamanickam commented on SOLR-13360: --- I ran into exact same issue. Do we have

[GitHub] [solr] joel-bernstein commented on pull request #1099: SOLR-15733: Migrate streaming

2022-10-21 Thread GitBox
joel-bernstein commented on PR #1099: URL: https://github.com/apache/solr/pull/1099#issuecomment-1287348911 The full test suit is passing except for the following which fails everytime and seems to be unrelated. 2> 32414 INFO

[GitHub] [solr] Pasupathi-Rajamanickam commented on pull request #210: SOLR-13360: Collation code fails with non-increasing token order

2022-10-21 Thread GitBox
Pasupathi-Rajamanickam commented on PR #210: URL: https://github.com/apache/solr/pull/210#issuecomment-1287348469 @raveendrabikkina-metcash I ran into same issue because of Synonyms causing issue when char length mismatch. Do you know when this will be merged and moved to production?

[jira] [Commented] (SOLR-9775) NPE in QueryResultKey constructor (when executing a clustering search query?)

2022-10-21 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622431#comment-17622431 ] Eric Pugh commented on SOLR-9775: - [~cpoerschke] This showed up on my radar after [~krisden] pointed it

[jira] [Commented] (SOLR-16262) Fix Robots headers for old ref guide pages

2022-10-21 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622430#comment-17622430 ] Houston Putman commented on SOLR-16262: --- Unfortunately not, just a slack discussion that didn't

[GitHub] [solr] risdenk commented on a diff in pull request #1105: SOLR-13880: Add test that creates/reloads/deletes collections

2022-10-21 Thread GitBox
risdenk commented on code in PR #1105: URL: https://github.com/apache/solr/pull/1105#discussion_r1002111360 ## solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java: ## @@ -86,4 +96,107 @@ public void testReloadedLeaderStateAfterZkSessionLoss()

[GitHub] [solr] joel-bernstein commented on a diff in pull request #1099: SOLR-15733: Migrate streaming

2022-10-21 Thread GitBox
joel-bernstein commented on code in PR #1099: URL: https://github.com/apache/solr/pull/1099#discussion_r1002114271 ## solr/solrj-streaming/build.gradle: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license

[jira] [Commented] (SOLR-16443) Upgrade Jackson bom to 2.13.4.20221013

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622428#comment-17622428 ] Kevin Risden commented on SOLR-16443: - Running into : {code:java} > Task :solr:core:compileJava

[GitHub] [solr] epugh opened a new pull request, #1105: SOLR-13880: Add test that creates/reloads/deletes collections

2022-10-21 Thread GitBox
epugh opened a new pull request, #1105: URL: https://github.com/apache/solr/pull/1105 https://issues.apache.org/jira/browse/SOLR-13880 # Description Migrate test from https://github.com/apache/lucene-solr/pull/986 to current repo. # Solution Additional

[jira] [Updated] (SOLR-16248) equals() & hashCode() impl of DocCollection does not consider PRS

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16248: Status: Patch Available (was: Open) > equals() & hashCode() impl of DocCollection does not

[jira] [Commented] (SOLR-16248) equals() & hashCode() impl of DocCollection does not consider PRS

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622427#comment-17622427 ] Kevin Risden commented on SOLR-16248: - [~noble.paul] looks like there are commits for this. Can this

[jira] [Updated] (SOLR-16259) installer not properly defining the PID directory -- newline missing at the end of bin/solr.in.sh

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16259: Status: Patch Available (was: Open) > installer not properly defining the PID directory --

[jira] [Commented] (SOLR-16259) installer not properly defining the PID directory -- newline missing at the end of bin/solr.in.sh

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622425#comment-17622425 ] Kevin Risden commented on SOLR-16259: - [~elyograg] it looks like this this can be resolved? >

[jira] [Commented] (SOLR-16262) Fix Robots headers for old ref guide pages

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622424#comment-17622424 ] Kevin Risden commented on SOLR-16262: - [~houston] did an INFRA ticket get created for this? I don't

[jira] [Assigned] (SOLR-13880) Collection creation fails with coreNodeName core_nodeX does not exist in shard

2022-10-21 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-13880: Assignee: Eric Pugh > Collection creation fails with coreNodeName core_nodeX does not exist in

[jira] [Commented] (SOLR-16321) Solr - CSV import - can't read line

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622422#comment-17622422 ] Kevin Risden commented on SOLR-16321: - Jira is not the correct replace for support requests. Those

[jira] [Assigned] (SOLR-16321) Solr - CSV import - can't read line

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16321: --- Assignee: Kevin Risden > Solr - CSV import - can't read line >

[jira] [Resolved] (SOLR-16321) Solr - CSV import - can't read line

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-16321. - Resolution: Invalid > Solr - CSV import - can't read line > ---

[jira] [Resolved] (SOLR-16330) import csv file scientific notation issue

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-16330. - Resolution: Invalid Not enough detail to go on here. Jira is not the correct replace for

[jira] [Assigned] (SOLR-16330) import csv file scientific notation issue

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16330: --- Assignee: Kevin Risden > import csv file scientific notation issue >

[jira] [Commented] (SOLR-16342) not working

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622417#comment-17622417 ] Kevin Risden commented on SOLR-16342: - [~zaccheob] thanks for the follow up about JsonLayout vs

[jira] [Resolved] (SOLR-16342) not working

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-16342. - Resolution: Won't Fix > not working > -- > > Key:

[GitHub] [solr] risdenk commented on a diff in pull request #1099: SOLR-15733: Migrate streaming

2022-10-21 Thread GitBox
risdenk commented on code in PR #1099: URL: https://github.com/apache/solr/pull/1099#discussion_r1002091268 ## solr/solrj-streaming/build.gradle: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements.

[jira] [Resolved] (SOLR-16350) http response is delayed when solr is running in slow/restricted network environment

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-16350. - Resolution: Incomplete [~shubanker] have you tried doing what [~gus] said about using 127.0.0.1

[GitHub] [solr] joel-bernstein commented on pull request #1099: SOLR-15733: Migrate streaming

2022-10-21 Thread GitBox
joel-bernstein commented on PR #1099: URL: https://github.com/apache/solr/pull/1099#issuecomment-1287318530 solrj-streaming test are passing now. Checking the entire test suite, there will be failures in places that expect to find Streaming Expressions in solrj. -- This is an automated

[jira] [Resolved] (SOLR-16358) Can't create SOLR collection using V2 API

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-16358. - Resolution: Invalid Jira is not the correct replace for support requests. Those should go to

[jira] [Commented] (SOLR-13626) broken links in solr/solr-ref-guide/src/implicit-requesthandlers.adoc

2022-10-21 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622412#comment-17622412 ] Eric Pugh commented on SOLR-13626: -- I've updated the patch to the latest Github repo.   [~tonyc] how

[GitHub] [solr] epugh commented on pull request #1104: SOLR-13626: document the SystemInfoHandler

2022-10-21 Thread GitBox
epugh commented on PR #1104: URL: https://github.com/apache/solr/pull/1104#issuecomment-1287317048 @tonycoz, how would you like to be reference in the Changelog? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (SOLR-16486) Pin OS version for base Docker image

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

[jira] [Resolved] (SOLR-16486) Pin OS version for base Docker image

2022-10-21 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-16486. --- Fix Version/s: main (10.0) Assignee: Houston Putman Resolution: Fixed > Pin

[GitHub] [solr] epugh opened a new pull request, #1104: SOLR-13626: document the SystemInfoHandler

2022-10-21 Thread GitBox
epugh opened a new pull request, #1104: URL: https://github.com/apache/solr/pull/1104 https://issues.apache.org/jira/browse/SOLR-13626 # Description This is work that was done in the old shared lucene-solr repo https://github.com/apache/lucene-solr/pull/802 by

[jira] [Updated] (SOLR-16363) addDoc() in DirectUpdateHandler2 needs additional Exception Handling

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16363: Issue Type: Bug (was: Improvement) > addDoc() in DirectUpdateHandler2 needs additional Exception

[jira] [Assigned] (SOLR-13626) broken links in solr/solr-ref-guide/src/implicit-requesthandlers.adoc

2022-10-21 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-13626: Assignee: Eric Pugh > broken links in solr/solr-ref-guide/src/implicit-requesthandlers.adoc >

[GitHub] [solr] sonatype-lift[bot] commented on pull request #1103: SOLR-16487: Pull Replica Efficiency Improvements

2022-10-21 Thread GitBox
sonatype-lift[bot] commented on PR #1103: URL: https://github.com/apache/solr/pull/1103#issuecomment-1287314111 :warning: **313 God Classes** were detected by Lift in this project. [Visit the Lift web

[jira] [Resolved] (SOLR-16359) Reindex without delete old index data

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-16359. - Resolution: Invalid > Reindex without delete old index data >

[jira] [Commented] (SOLR-16368) Refactoring: Use SolrClient type instead of overly specific subclasses

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622408#comment-17622408 ] Kevin Risden commented on SOLR-16368: - [~epugh] is there more to do here? I see the PR was merged. >

[jira] [Updated] (SOLR-16368) Refactoring: Use SolrClient type instead of overly specific subclasses

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16368: Fix Version/s: main (10.0) 9.2 > Refactoring: Use SolrClient type instead of

[jira] [Updated] (SOLR-16368) Refactoring: Use SolrClient type instead of overly specific subclasses

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16368: Status: Patch Available (was: Open) > Refactoring: Use SolrClient type instead of overly specific

[GitHub] [solr] risdenk commented on a diff in pull request #585: SOLR-15955: Update Jetty dependency to 10

2022-10-21 Thread GitBox
risdenk commented on code in PR #585: URL: https://github.com/apache/solr/pull/585#discussion_r1002079847 ## solr/server/etc/jetty.xml: ## @@ -178,7 +178,7 @@ - + Review Comment: Fixed in

[jira] [Updated] (SOLR-16412) Race condition could trigger error on concurrent SizeLimitedDistributedMap cleanup

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16412: Status: Patch Available (was: Open) > Race condition could trigger error on concurrent

[jira] [Commented] (SOLR-16486) Pin OS version for base Docker image

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

[GitHub] [solr] risdenk commented on pull request #1039: SOLR-16427: Evaluate and fix errorprone rules - part 2

2022-10-21 Thread GitBox
risdenk commented on PR #1039: URL: https://github.com/apache/solr/pull/1039#issuecomment-1287303290 ``` solr git:(SOLR-16427-part-2) ./gradlew check -Pvalidation.errorprone=true ... BUILD SUCCESSFUL in 21m 31s 586 actionable tasks: 215 executed, 371 up-to-date ``` -- This

[GitHub] [solr] risdenk commented on a diff in pull request #585: SOLR-15955: Update Jetty dependency to 10

2022-10-21 Thread GitBox
risdenk commented on code in PR #585: URL: https://github.com/apache/solr/pull/585#discussion_r1002074641 ## solr/server/etc/jetty.xml: ## @@ -178,7 +178,7 @@ - + Review Comment: Ugh

[jira] [Commented] (SOLR-16486) Pin OS version for base Docker image

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

[GitHub] [solr] HoustonPutman merged pull request #1102: SOLR-16486: Pin OS Variant for Docker image

2022-10-21 Thread GitBox
HoustonPutman merged PR #1102: URL: https://github.com/apache/solr/pull/1102 -- 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:

[jira] [Updated] (SOLR-16486) Pin OS version for base Docker image

2022-10-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16486: --- Priority: Blocker (was: Major) > Pin OS version for base Docker image >

[jira] [Updated] (SOLR-16486) Pin OS version for base Docker image

2022-10-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16486: --- Fix Version/s: 9.1 > Pin OS version for base Docker image > > >

[GitHub] [solr-operator] HoustonPutman commented on issue #483: Servicemonitor for prometheus exporter is referring to cluster port instead of metrics pod port

2022-10-21 Thread GitBox
HoustonPutman commented on issue #483: URL: https://github.com/apache/solr-operator/issues/483#issuecomment-1287286797 Are you sure you don't have a podMonitor defined as well? Looks like there might be a bug in the prometheus operator? In the meantime you can use `targetPort`

[GitHub] [solr] risdenk commented on pull request #1039: SOLR-16427: Evaluate and fix errorprone rules - part 2

2022-10-21 Thread GitBox
risdenk commented on PR #1039: URL: https://github.com/apache/solr/pull/1039#issuecomment-1287278907 I'm not 100% sure I got all the changes from my previous branch - I'm running all the tests now and will potentially force push again to fix any minor things I missed. -- This is an

[GitHub] [solr] risdenk commented on pull request #1039: SOLR-16427: Evaluate and fix errorprone rules - part 2

2022-10-21 Thread GitBox
risdenk commented on PR #1039: URL: https://github.com/apache/solr/pull/1039#issuecomment-1287277826 @dsmiley / @epugh I force pushed this branch to reapply these changes on top of https://github.com/apache/solr/pull/953 and break up each commit into one error-prone rule. Hopefully that

[GitHub] [solr-operator] sanjay3290 commented on issue #483: Servicemonitor for prometheus exporter is referring to cluster port instead of metrics pod port

2022-10-21 Thread GitBox
sanjay3290 commented on issue #483: URL: https://github.com/apache/solr-operator/issues/483#issuecomment-1287275819 you are right, thats how its supposed to work. However the service endpoint in prometheus targets is referencing to http://podIP:90/metrics and due to that, the connection is

[jira] [Updated] (SOLR-16487) Improve efficiency of pull replicas

2022-10-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16487: Status: Patch Available (was: Open) > Improve efficiency of pull replicas >

  1   2   >