[jira] [Created] (SOLR-16414) Race condition in PRS state updates

2022-09-16 Thread Noble Paul (Jira)
Noble Paul created SOLR-16414: - Summary: Race condition in PRS state updates Key: SOLR-16414 URL: https://issues.apache.org/jira/browse/SOLR-16414 Project: Solr Issue Type: Bug Security Lev

[GitHub] [solr] thomaswoeckinger commented on pull request #1007: SOLR-16406: Take SOLR_MODULES into account

2022-09-16 Thread GitBox
thomaswoeckinger commented on PR #1007: URL: https://github.com/apache/solr/pull/1007#issuecomment-1249916207 Sorry for the late response, i will add a entry tomorrow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [solr] janhoy commented on pull request #1007: SOLR-16406: Take SOLR_MODULES into account

2022-09-16 Thread GitBox
janhoy commented on PR #1007: URL: https://github.com/apache/solr/pull/1007#issuecomment-1249912815 Ping @thomaswoeckinger -- 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.

[jira] [Commented] (SOLR-16361) 'mod' function query casts to float, returns wrong modulus for large ints

2022-09-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17605971#comment-17605971 ] ASF subversion and git services commented on SOLR-16361: Commit e

[jira] [Resolved] (SOLR-16361) 'mod' function query casts to float, returns wrong modulus for large ints

2022-09-16 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16361. -- Fix Version/s: 9.1 main (10.0) Assignee: Eric Pugh Resolution: Fixed

[jira] [Commented] (SOLR-16361) 'mod' function query casts to float, returns wrong modulus for large ints

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

[GitHub] [solr] epugh merged pull request #989: SOLR-16361 'mod' function query casts to float, returns wrong modulus for large ints

2022-09-16 Thread GitBox
epugh merged PR #989: URL: https://github.com/apache/solr/pull/989 -- 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 F

[GitHub] [solr] HoustonPutman commented on pull request #892: SOLR-16232: Fix EnvVar usage in bin/solr

2022-09-16 Thread GitBox
HoustonPutman commented on PR #892: URL: https://github.com/apache/solr/pull/892#issuecomment-1249721549 Yeah, this came from the shellcheck errors, after I initially found the `JSTACK` error myself. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [solr] risdenk commented on pull request #892: SOLR-16232: Fix EnvVar usage in bin/solr

2022-09-16 Thread GitBox
risdenk commented on PR #892: URL: https://github.com/apache/solr/pull/892#issuecomment-1249718818 It might be worth looking at `solr/bin/solr` with `shellcheck` - https://github.com/koalaman/shellcheck I ran `main` `bin/solr` through shellcheck and a few of the things you fixed are mention

[GitHub] [solr] HoustonPutman commented on pull request #892: SOLR-16232: Fix EnvVar usage in bin/solr

2022-09-16 Thread GitBox
HoustonPutman commented on PR #892: URL: https://github.com/apache/solr/pull/892#issuecomment-1249686311 > For some of them, like export and package, I thought that we explicitly did want word splitting? @madrob So we do want word splitting, but by what the user split by in the first

[GitHub] [solr-operator] joshsouza commented on issue #471: How to prevent node rotation behavior from causing cluster instability

2022-09-16 Thread GitBox
joshsouza commented on issue #471: URL: https://github.com/apache/solr-operator/issues/471#issuecomment-1249574050 Thanks for all the thoughtful discussion. It hadn't even occurred to me to do a per-pod pdb, but that makes a ton of sense given the context, and I would say that's probabl

[GitHub] [solr-operator] HoustonPutman commented on issue #474: zookeeper doesn't honour global.clusterDomain value and keeps looking for cluster.local

2022-09-16 Thread GitBox
HoustonPutman commented on issue #474: URL: https://github.com/apache/solr-operator/issues/474#issuecomment-1249566801 Could you run `kubectl describe zookeepercluster`? In the code, the Solr Operator should be doing the right thing here: https://github.com/apache/solr-operator/blob/v0.6.0/

[jira] [Commented] (SOLR-16192) Add ZK credentials injectors

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

[GitHub] [solr-operator] HoustonPutman commented on issue #469: backup, restore, listbackup api doesn't work

2022-09-16 Thread GitBox
HoustonPutman commented on issue #469: URL: https://github.com/apache/solr-operator/issues/469#issuecomment-1249549935 If you provide the Solr cloud spec and solr backup status, I would be happy to help debug the persistent storage option. If you are just going with S3, that's fine as well.

[jira] [Commented] (SOLR-16192) Add ZK credentials injectors

2022-09-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17605904#comment-17605904 ] ASF subversion and git services commented on SOLR-16192: Commit 2

[GitHub] [solr] HoustonPutman merged pull request #1005: SOLR-16192: Upgrade notes for ZK Injectors

2022-09-16 Thread GitBox
HoustonPutman merged PR #1005: URL: https://github.com/apache/solr/pull/1005 -- 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.apa

[GitHub] [solr-operator] HoustonPutman commented on issue #471: How to prevent node rotation behavior from causing cluster instability

2022-09-16 Thread GitBox
HoustonPutman commented on issue #471: URL: https://github.com/apache/solr-operator/issues/471#issuecomment-1249533894 > Just had a thought on this after perusing the docs further to see if there's anything I could find to support our end goals within current constraints: https://kubernete

[jira] [Resolved] (SOLR-16335) SolrCore Initialization Failures - mail, solr, atom, tika, db

2022-09-16 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-16335. - Resolution: Invalid > SolrCore Initialization Failures - mail, solr, atom, tika, db > ---

[jira] [Commented] (SOLR-16335) SolrCore Initialization Failures - mail, solr, atom, tika, db

2022-09-16 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17605899#comment-17605899 ] Kevin Risden commented on SOLR-16335: - Please raise questions on the users mailing li

[jira] [Commented] (SOLR-6248) MoreLikeThis Query Parser

2022-09-16 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17605887#comment-17605887 ] Mikhail Khludnev commented on SOLR-6248: what about introducing {{\{!mlt_content q

[jira] [Deleted] (SOLR-16411) Support MoreLikeThis query in XmlQueryParser

2022-09-16 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev deleted SOLR-16411: > Support MoreLikeThis query in XmlQueryParser >

[GitHub] [solr] cpoerschke opened a new pull request, #1018: NO JIRA: remove deprecated RealTimeGetComponent methods

2022-09-16 Thread GitBox
cpoerschke opened a new pull request, #1018: URL: https://github.com/apache/solr/pull/1018 Remove methods that were deprecated in Solr 8.8 as per https://issues.apache.org/jira/browse/SOLR-14923 tags. No JIRA ticket or `solr/CHANGES.txt` entry required for this I think. -- This is

[GitHub] [solr] NazerkeBS commented on pull request #977: Add shard-split.adoc

2022-09-16 Thread GitBox
NazerkeBS commented on PR #977: URL: https://github.com/apache/solr/pull/977#issuecomment-1249377813 > Thanks for the detailed doc, @NazerkeBS ! > > I've left review comments but additionally, it'd be best to mention that this explanation assumes the user is splitting the parent shard

[jira] [Updated] (SOLR-16413) shorten long Grouping.searchWithTimeLimiter warnings

2022-09-16 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-16413: --- Component/s: Grouping logging > shorten long Grouping.searchWithTime

[jira] [Created] (SOLR-16413) shorten long Grouping.searchWithTimeLimiter warnings

2022-09-16 Thread Christine Poerschke (Jira)
Christine Poerschke created SOLR-16413: -- Summary: shorten long Grouping.searchWithTimeLimiter warnings Key: SOLR-16413 URL: https://issues.apache.org/jira/browse/SOLR-16413 Project: Solr

[GitHub] [solr] cpoerschke opened a new pull request, #1017: NO JIRA: reduce array allocation in ExtendedDismaxQParser.UserFields

2022-09-16 Thread GitBox
cpoerschke opened a new pull request, #1017: URL: https://github.com/apache/solr/pull/1017 Whilst `sed` doing the #1016 changes for SOLR-16318 some comments in `IndexSchema` cropped up and a similar approach can be used in `ExtendedDismaxQParser.UserFields` also. No JIRA ticket and `

[GitHub] [solr] cpoerschke commented on a diff in pull request #1003: SOLR-16408: TestHdfsUpdateLog, TestRecoveryHdfs, and TestRandomCollapseQParserPlugin try to deleteCore twice

2022-09-16 Thread GitBox
cpoerschke commented on code in PR #1003: URL: https://github.com/apache/solr/pull/1003#discussion_r973005178 ## solr/core/src/test/org/apache/solr/search/TestRandomCollapseQParserPlugin.java: ## @@ -82,7 +82,6 @@ public static void buildIndexAndClient() throws Exception {

[GitHub] [solr] cpoerschke opened a new pull request, #1016: SOLR-16318: replace 'Collections.sort(List, Comparator)' use

2022-09-16 Thread GitBox
cpoerschke opened a new pull request, #1016: URL: https://github.com/apache/solr/pull/1016 https://issues.apache.org/jira/browse/SOLR-16318 sub-set of the current https://github.com/apache/solr/pull/912 changes plus `forbidden-apis` change -- This is an automated message from the A

[jira] [Resolved] (SOLR-16339) refine "no servers hosting shard" wording

2022-09-16 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-16339. Fix Version/s: 9.1 main (10.0) Resolution: Fixed > refine

[GitHub] [solr] danrosher commented on pull request #989: SOLR-16361 'mod' function query casts to float, returns wrong modulus for large ints

2022-09-16 Thread GitBox
danrosher commented on PR #989: URL: https://github.com/apache/solr/pull/989#issuecomment-1249118320 > Nice work! Can you add a CHANGES.txt entry under 9.1 improvements -- like "mod() is now accurate with even higher integers above 123456789" Thanks! Added entry to CHANGES.txt --

[jira] [Commented] (SOLR-7883) MoreLikeThis is incompatible with facets

2022-09-16 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17605728#comment-17605728 ] Mikhail Khludnev commented on SOLR-7883: [~anshum], how MLTQParser could support e