[GitHub] [solr] mocobeta merged pull request #48: Add a CHANGES entry for gradle build

2021-03-25 Thread GitBox
mocobeta merged pull request #48: URL: https://github.com/apache/solr/pull/48 -- 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. For queries about this service, please

[GitHub] [solr] mocobeta opened a new pull request #48: Add a CHANGES entry for gradle build

2021-03-25 Thread GitBox
mocobeta opened a new pull request #48: URL: https://github.com/apache/solr/pull/48 -- 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. For queries about this service,

[GitHub] [solr] mocobeta merged pull request #46: Point jdk.java.net instead of OracleJDK page from README

2021-03-25 Thread GitBox
mocobeta merged pull request #46: URL: https://github.com/apache/solr/pull/46 -- 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. For queries about this service, please

[jira] [Resolved] (SOLR-15172) Setup Jenkins for new solr repo build

2021-03-25 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-15172. -- Fix Version/s: main (9.0) Resolution: Fixed Ok, all Jobs are setup on ASF Jenkins and

[GitHub] [solr] dsmiley commented on a change in pull request #23: SOLR-15258: ConfigSetService add CRUD operations, subsume ZkConfigManager

2021-03-25 Thread GitBox
dsmiley commented on a change in pull request #23: URL: https://github.com/apache/solr/pull/23#discussion_r601875746 ## File path: solr/core/src/java/org/apache/solr/cloud/ZkConfigSetService.java ## @@ -191,19 +213,79 @@ public void uploadConfig(Path dir, String configName)

[jira] [Commented] (SOLR-15244) Use NIO methods instead of IO when interacting with Lucene Directory

2021-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17309001#comment-17309001 ] ASF subversion and git services commented on SOLR-15244: Commit

[GitHub] [solr-operator] HoustonPutman commented on a change in pull request #242: Add better versioning control in project.

2021-03-25 Thread GitBox
HoustonPutman commented on a change in pull request #242: URL: https://github.com/apache/solr-operator/pull/242#discussion_r601853802 ## File path: version/version.go ## @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[GitHub] [solr-operator] HoustonPutman commented on a change in pull request #242: Add better versioning control in project.

2021-03-25 Thread GitBox
HoustonPutman commented on a change in pull request #242: URL: https://github.com/apache/solr-operator/pull/242#discussion_r601851119 ## File path: version/version.go ## @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[GitHub] [solr-operator] madrob commented on a change in pull request #242: Add better versioning control in project.

2021-03-25 Thread GitBox
madrob commented on a change in pull request #242: URL: https://github.com/apache/solr-operator/pull/242#discussion_r601847288 ## File path: Makefile ## @@ -20,9 +28,13 @@ endif all: generate +.PHONY: version Review comment: isn't tag also PHONY? ## File

[GitHub] [solr] bruno-roustant merged pull request #21: BlobDirectoryFactoryTest, BlobDirectoryTest, BlobStore configurable, and some refactoring

2021-03-25 Thread GitBox
bruno-roustant merged pull request #21: URL: https://github.com/apache/solr/pull/21 -- 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. For queries about this service,

[GitHub] [solr-operator] HoustonPutman opened a new issue #243: Create a ReleaseWizard for the Solr Operator

2021-03-25 Thread GitBox
HoustonPutman opened a new issue #243: URL: https://github.com/apache/solr-operator/issues/243 This will help Solr PMC members complete a release without any inherent knowledge of the process. Will be built off the Lucene/Solr release wizard. Related PRs will be pointed here,

[GitHub] [solr-operator] HoustonPutman opened a new pull request #242: Add better versioning control in project.

2021-03-25 Thread GitBox
HoustonPutman opened a new pull request #242: URL: https://github.com/apache/solr-operator/pull/242 -- 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. For queries about

[jira] [Commented] (SOLR-15283) Remove Solr trace sampling; let Tracer configuration/impl decide

2021-03-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308960#comment-17308960 ] David Smiley commented on SOLR-15283: - Also, let's not bother with Solr having it's own

[GitHub] [solr] ctargett commented on a change in pull request #12: SOLR-15243: Update MoreLikeThis docs

2021-03-25 Thread GitBox
ctargett commented on a change in pull request #12: URL: https://github.com/apache/solr/pull/12#discussion_r601788329 ## File path: solr/solr-ref-guide/src/morelikethis.adoc ## @@ -16,97 +16,629 @@ // specific language governing permissions and limitations // under the

[GitHub] [solr] alessandrobenedetti commented on a change in pull request #12: SOLR-15243: Update MoreLikeThis docs

2021-03-25 Thread GitBox
alessandrobenedetti commented on a change in pull request #12: URL: https://github.com/apache/solr/pull/12#discussion_r601664697 ## File path: solr/solr-ref-guide/src/morelikethis.adoc ## @@ -16,97 +16,629 @@ // specific language governing permissions and limitations //

[jira] [Updated] (SOLR-15291) Test + ref-guide note about "safe" way to de-duplicate documents in SolrCloud

2021-03-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-15291: -- Attachment: SOLR-15291.patch Fix Version/s: 8.9 Status: Open (was:

[jira] [Updated] (SOLR-3473) Distributed deduplication broken when using non-uniqueKey for signatureField

2021-03-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-3473: - Description: The current state of things (as of 8.8) is that

[jira] [Commented] (SOLR-3473) Distributed deduplication broken

2021-03-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308892#comment-17308892 ] Chris M. Hostetter commented on SOLR-3473: -- 9 years later... The current state of things, long

[jira] [Commented] (SOLR-15294) Support "post-indexing" cleanup of documents with duplicate signatures

2021-03-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308889#comment-17308889 ] Chris M. Hostetter commented on SOLR-15294: --- One idea for an implemetation of this would be a

[jira] [Created] (SOLR-15294) Support "post-indexing" cleanup of documents with duplicate signatures

2021-03-25 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-15294: - Summary: Support "post-indexing" cleanup of documents with duplicate signatures Key: SOLR-15294 URL: https://issues.apache.org/jira/browse/SOLR-15294

[jira] [Created] (SOLR-15292) Warn/Fail SignatureUpdateProcessorFactory init if cloud=true & overwriteDupes=true & signatureField != id

2021-03-25 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-15292: - Summary: Warn/Fail SignatureUpdateProcessorFactory init if cloud=true & overwriteDupes=true & signatureField != id Key: SOLR-15292 URL:

[jira] [Created] (SOLR-15293) Deprecate/remove overwriteDupes option from SignatureUpdateProcessorFactory

2021-03-25 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-15293: - Summary: Deprecate/remove overwriteDupes option from SignatureUpdateProcessorFactory Key: SOLR-15293 URL: https://issues.apache.org/jira/browse/SOLR-15293

[jira] [Commented] (SOLR-15293) Deprecate/remove overwriteDupes option from SignatureUpdateProcessorFactory

2021-03-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1730#comment-1730 ] Chris M. Hostetter commented on SOLR-15293: --- If we make this change, we can also remove

[jira] [Created] (SOLR-15290) Better Docs/Tests/Warnings/Defaults for SignatureUpdateProcessorFactory in SolrCloud

2021-03-25 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-15290: - Summary: Better Docs/Tests/Warnings/Defaults for SignatureUpdateProcessorFactory in SolrCloud Key: SOLR-15290 URL: https://issues.apache.org/jira/browse/SOLR-15290

[GitHub] [solr] bruno-roustant opened a new pull request #47: SOLR-15217: Rename shardsWhitelist and extract AllowListUrlChecker to use it more broadly.

2021-03-25 Thread GitBox
bruno-roustant opened a new pull request #47: URL: https://github.com/apache/solr/pull/47 There are many touched files. Most of them are modified only for the renaming of 'shardHandlerFactory:shardsWhitelist' to a top level property 'allowUrls'. I chose 'allowUrls' name to stay consistent

[jira] [Created] (SOLR-15289) Increase snapshot check frequency

2021-03-25 Thread Dawid Weiss (Jira)
Dawid Weiss created SOLR-15289: -- Summary: Increase snapshot check frequency Key: SOLR-15289 URL: https://issues.apache.org/jira/browse/SOLR-15289 Project: Solr Issue Type: Improvement

[GitHub] [solr] mocobeta opened a new pull request #46: Point jdk.java.net instead of OracleJDK page

2021-03-25 Thread GitBox
mocobeta opened a new pull request #46: URL: https://github.com/apache/solr/pull/46 Trivial README change - It would be better to point jdk.java.net to download JDK instead of OracleJDK page (because it now requires commercial license for production use) ? -- This is an automated

please disregard -- settings test

2021-03-25 Thread Drew Foulks
Testing settings changes from INFRA-21562 -- Cheers, Drew Foulks ASF Infra

[jira] [Resolved] (SOLR-15244) Use NIO methods instead of IO when interacting with Lucene Directory

2021-03-25 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-15244. -- Fix Version/s: main (9.0) Assignee: Mike Drob Resolution: Fixed > Use NIO methods

[GitHub] [solr] madrob merged pull request #10: SOLR-15244 Switch File to Path

2021-03-25 Thread GitBox
madrob merged pull request #10: URL: https://github.com/apache/solr/pull/10 -- 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. For queries about this service, please

[jira] [Commented] (SOLR-15288) PRS replicas stay DOWN after a new node is restarted

2021-03-25 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308740#comment-17308740 ] Ishan Chattopadhyaya commented on SOLR-15288: - This is a major problem for those who want to

[jira] [Created] (SOLR-15288) PRS replicas stay DOWN after a new node is restarted

2021-03-25 Thread Ishan Chattopadhyaya (Jira)
Ishan Chattopadhyaya created SOLR-15288: --- Summary: PRS replicas stay DOWN after a new node is restarted Key: SOLR-15288 URL: https://issues.apache.org/jira/browse/SOLR-15288 Project: Solr

[jira] [Created] (SOLR-15287) No way to delete a user-role mapping in Rule Based Authorization Plugin

2021-03-25 Thread Gus Heck (Jira)
Gus Heck created SOLR-15287: --- Summary: No way to delete a user-role mapping in Rule Based Authorization Plugin Key: SOLR-15287 URL: https://issues.apache.org/jira/browse/SOLR-15287 Project: Solr

[jira] [Resolved] (SOLR-15212) Update Ref Guide page template header links

2021-03-25 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-15212. -- Fix Version/s: main (9.0) Resolution: Fixed I fixed this for 9.0 in the new

[jira] [Commented] (SOLR-15169) SolrPaths.assertPathAllowed normalization problem

2021-03-25 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308522#comment-17308522 ] Andras Salamon commented on SOLR-15169: --- These are not special unit test classes, just the same

[GitHub] [solr] asalamon74 commented on a change in pull request #22: SOLR-15169 SolrPaths.assertPathAllowed normalization problem

2021-03-25 Thread GitBox
asalamon74 commented on a change in pull request #22: URL: https://github.com/apache/solr/pull/22#discussion_r601240251 ## File path: solr/core/src/test/org/apache/solr/core/TestCoreContainer.java ## @@ -549,6 +549,40 @@ public void assertAllowPathWindows() {

[jira] [Commented] (SOLR-15169) SolrPaths.assertPathAllowed normalization problem

2021-03-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308511#comment-17308511 ] Jan Høydahl commented on SOLR-15169: Can you share your unit test class with us? I wonder how you end

[GitHub] [solr] janhoy commented on a change in pull request #22: SOLR-15169 SolrPaths.assertPathAllowed normalization problem

2021-03-25 Thread GitBox
janhoy commented on a change in pull request #22: URL: https://github.com/apache/solr/pull/22#discussion_r601229309 ## File path: solr/core/src/test/org/apache/solr/core/TestCoreContainer.java ## @@ -549,6 +549,40 @@ public void assertAllowPathWindows() {

[GitHub] [solr] asalamon74 commented on pull request #22: SOLR-15169 SolrPaths.assertPathAllowed normalization problem

2021-03-25 Thread GitBox
asalamon74 commented on pull request #22: URL: https://github.com/apache/solr/pull/22#issuecomment-806482649 @janhoy I run into this problem in a unit test. I explained it in more details here:

[GitHub] [solr] asalamon74 commented on a change in pull request #22: SOLR-15169 SolrPaths.assertPathAllowed normalization problem

2021-03-25 Thread GitBox
asalamon74 commented on a change in pull request #22: URL: https://github.com/apache/solr/pull/22#discussion_r601227081 ## File path: solr/core/src/test/org/apache/solr/core/TestCoreContainer.java ## @@ -549,6 +549,40 @@ public void assertAllowPathWindows() {

[GitHub] [solr] asalamon74 commented on a change in pull request #22: SOLR-15169 SolrPaths.assertPathAllowed normalization problem

2021-03-25 Thread GitBox
asalamon74 commented on a change in pull request #22: URL: https://github.com/apache/solr/pull/22#discussion_r601226932 ## File path: solr/core/src/test/org/apache/solr/core/TestCoreContainer.java ## @@ -549,6 +549,40 @@ public void assertAllowPathWindows() {

[jira] [Commented] (SOLR-15191) Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing is set

2021-03-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308417#comment-17308417 ] Thomas Wöckinger commented on SOLR-15191: - [~dsmiley] I encounter the failure because of our