[GitHub] [solr] ackepenek commented on pull request #934: SOLR-9661 added missing operations[withField,withValue] for expression on stream operations

2022-07-08 Thread GitBox
ackepenek commented on PR #934: URL: https://github.com/apache/solr/pull/934#issuecomment-1179304334 unittest:`org.apache.solr.client.solrj.impl.CloudSolrClientTest.testPerReplicaStateCollection` is failed but I can not reproduce on my local: ![image](https://user-images.githubuserconte

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #456: Add Solr ZK Connection Options

2022-07-08 Thread GitBox
HoustonPutman opened a new pull request, #456: URL: https://github.com/apache/solr-operator/pull/456 Resolves #435 This is a bit broader than the Issue, but should be easier for users to setup. Still to do: - [ ] Finish tests - [ ] Add helm options - [ ] Add docume

[GitHub] [solr] laminelam commented on pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-07-08 Thread GitBox
laminelam commented on PR #857: URL: https://github.com/apache/solr/pull/857#issuecomment-1179292325 Thank you @madrob and @HoustonPutman for your review. Pushed the changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Resolved] (SOLR-16005) Admin UI doesn't allow adding schema field types

2022-07-08 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16005. -- Fix Version/s: 9.1 main (10.0) Resolution: Fixed > Admin UI doesn't allow add

[jira] [Commented] (SOLR-16005) Admin UI doesn't allow adding schema field types

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

[jira] [Commented] (SOLR-16005) Admin UI doesn't allow adding schema field types

2022-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17564406#comment-17564406 ] ASF subversion and git services commented on SOLR-16005: Commit f

[GitHub] [solr] epugh merged pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-07-08 Thread GitBox
epugh merged PR #753: URL: https://github.com/apache/solr/pull/753 -- 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] ackepenek commented on pull request #934: SOLR-9661 added missing operations[withField,withValue] for expression on stream operations

2022-07-08 Thread GitBox
ackepenek commented on PR #934: URL: https://github.com/apache/solr/pull/934#issuecomment-1179255123 @epugh I fixed the broken unit test. I also thought that I add a few unit tests for expressions but I found some statement inside of [unit tests](https://github.com/apache/solr/blob/main/sol

[GitHub] [solr-sandbox] anshumg merged pull request #29: Consumer: Add initial metrics

2022-07-08 Thread GitBox
anshumg merged PR #29: URL: https://github.com/apache/solr-sandbox/pull/29 -- 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.apach

[GitHub] [solr] laminelam commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-07-08 Thread GitBox
laminelam commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r916945182 ## solr/solrj/src/java/org/apache/solr/common/cloud/acl/DigestZkCredentialsProvider.java: ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [solr] laminelam commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-07-08 Thread GitBox
laminelam commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r916920876 ## solr/solrj/src/java/org/apache/solr/common/cloud/DigestZkCredentialsProvider.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [solr] cpoerschke commented on pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
cpoerschke commented on PR #927: URL: https://github.com/apache/solr/pull/927#issuecomment-1179084190 > > Yea, I don't have strong feelings about leaving the loggers in over taking them out, do what you gotta do man. > > @cpoerschke want to be tie breaker? No strong views eithe

[GitHub] [solr] cpoerschke commented on a diff in pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
cpoerschke commented on code in PR #927: URL: https://github.com/apache/solr/pull/927#discussion_r916884938 ## solr/core/src/test/org/apache/solr/search/TestStressVersions.java: ## @@ -116,7 +112,6 @@ public void run() { } int id = rand.ne

[GitHub] [solr] epugh commented on pull request #934: SOLR-9661 added missing operations[withField,withValue] for expression on stream operations

2022-07-08 Thread GitBox
epugh commented on PR #934: URL: https://github.com/apache/solr/pull/934#issuecomment-1179070871 @ackepenek can you look at why the unit test fails? ``` ./gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.io.TestLang.testLang" -Ptests.jvms=1 "-Ptests.jvmargs=-XX:Tiere

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

2022-07-08 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-15853. -- Fix Version/s: 9.1 main (10.0) Resolution: Fixed > Managed ParamSets in the S

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

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

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

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

[GitHub] [solr] epugh merged pull request #923: SOLR-15853 Solr paramset impl (Version 2)

2022-07-08 Thread GitBox
epugh merged PR #923: URL: https://github.com/apache/solr/pull/923 -- 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] betulince commented on pull request #923: SOLR-15853 Solr paramset impl (Version 2)

2022-07-08 Thread GitBox
betulince commented on PR #923: URL: https://github.com/apache/solr/pull/923#issuecomment-1179022308 Thank you for the review! Can't wait to see it :) On Wed, Jul 6, 2022, 6:56 PM Eric Pugh ***@***.***> wrote: > I'd love to get this comitted tomorrow if folks want to review? I'd

[GitHub] [solr] epugh commented on pull request #934: SOLR-9661 added missing operations[withField,withValue] for expression on stream operations

2022-07-08 Thread GitBox
epugh commented on PR #934: URL: https://github.com/apache/solr/pull/934#issuecomment-1179013449 I tested, and this does now run when you pick the "explanation" option. I wish we had a unit test... -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [solr] epugh commented on pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
epugh commented on PR #927: URL: https://github.com/apache/solr/pull/927#issuecomment-1178992013 There are enoguh changes, I'll make sure to rerun all the tests when we get this to ready! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [solr] epugh commented on pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
epugh commented on PR #927: URL: https://github.com/apache/solr/pull/927#issuecomment-1178981351 > Yea, I don't have strong feelings about leaving the loggers in over taking them out, do what you gotta do man. @cpoerschke want to be tie breaker? -- This is an automated message f

[GitHub] [solr] epugh commented on a diff in pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
epugh commented on code in PR #927: URL: https://github.com/apache/solr/pull/927#discussion_r916807573 ## solr/core/src/test/org/apache/solr/handler/ThrowErrorOnInitRequestHandler.java: ## @@ -1,52 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or mor

[GitHub] [solr] epugh commented on a diff in pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
epugh commented on code in PR #927: URL: https://github.com/apache/solr/pull/927#discussion_r916801978 ## solr/core/src/test/org/apache/solr/handler/ThrowErrorOnInitRequestHandler.java: ## @@ -1,52 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or mor

[GitHub] [solr] epugh commented on a diff in pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
epugh commented on code in PR #927: URL: https://github.com/apache/solr/pull/927#discussion_r916800392 ## solr/core/src/test/org/apache/solr/internal/csv/CSVParserTest.java: ## @@ -377,37 +377,6 @@ public void testEmptyLineBehaviourCSV() throws Exception { } } - publi

[GitHub] [solr] epugh commented on a diff in pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
epugh commented on code in PR #927: URL: https://github.com/apache/solr/pull/927#discussion_r916798521 ## solr/core/src/test/org/apache/solr/internal/csv/CSVParserTest.java: ## @@ -377,37 +377,6 @@ public void testEmptyLineBehaviourCSV() throws Exception { } } - publi

[GitHub] [solr] epugh commented on a diff in pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
epugh commented on code in PR #927: URL: https://github.com/apache/solr/pull/927#discussion_r916782318 ## solr/core/src/test/org/apache/solr/cloud/DistributedVersionInfoTest.java: ## @@ -330,9 +330,8 @@ protected void assertDocsExistInAllReplicas( if (deletedDocs != nul

[GitHub] [solr] cpoerschke commented on a diff in pull request #927: SOLR-16278: remove unused declarations

2022-07-08 Thread GitBox
cpoerschke commented on code in PR #927: URL: https://github.com/apache/solr/pull/927#discussion_r916660164 ## solr/core/src/test/org/apache/solr/cloud/TestDistribDocBasedVersion.java: ## @@ -38,7 +36,6 @@ public class TestDistribDocBasedVersion extends AbstractFullDistribZkTes