[jira] [Updated] (SOLR-12182) Can not switch urlScheme in 7x if there are any cores in the cluster

2020-10-14 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-12182: -- Fix Version/s: master (9.0) > Can not switch urlScheme in 7x if there are any cores in the clus

[jira] [Assigned] (SOLR-12182) Can not switch urlScheme in 7x if there are any cores in the cluster

2020-10-14 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-12182: - Assignee: Timothy Potter > Can not switch urlScheme in 7x if there are any cores in the

[jira] [Comment Edited] (SOLR-12182) Can not switch urlScheme in 7x if there are any cores in the cluster

2020-10-14 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214273#comment-17214273 ] Timothy Potter edited comment on SOLR-12182 at 10/14/20, 8:47 PM: -

[jira] [Resolved] (LUCENE-9234) Keep write support for old codecs?

2020-10-14 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9234. -- Resolution: Won't Fix > Keep write support for old codecs? > -

[jira] [Updated] (LUCENE-9576) IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-14 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9576: Attachment: LUCENE-9576.patch > IndexWriter::commit() hangs when the server has a stale NFS mount.

[jira] [Resolved] (LUCENE-8851) Test issue for Adrien - ignore

2020-10-14 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8851. -- Resolution: Not A Problem > Test issue for Adrien - ignore > -- >

[jira] [Commented] (LUCENE-9576) IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-14 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214283#comment-17214283 ] Robert Muir commented on LUCENE-9576: - I attached a patch with what i had in mind. T

[GitHub] [lucene-solr] janhoy commented on pull request #1949: Jinja2_autoescape_false set to True

2020-10-14 Thread GitBox
janhoy commented on pull request #1949: URL: https://github.com/apache/lucene-solr/pull/1949#issuecomment-708664029 I wrote this script. It is a script being run from command line, and it generates a static HTML file for prettier output. Are you saying that if the developer opens this H

[GitHub] [lucene-solr] gus-asf commented on a change in pull request #1965: LUCENE-9572 - TypeAsSynonymFilter gains selective flag transfer and an ignore list.

2020-10-14 Thread GitBox
gus-asf commented on a change in pull request #1965: URL: https://github.com/apache/lucene-solr/pull/1965#discussion_r504996141 ## File path: lucene/test-framework/src/java/org/apache/lucene/analysis/BaseTokenStreamTestCase.java ## @@ -125,7 +125,7 @@ public void reflectWith(A

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1978: LUCENE-9524: Fix NPE in SpanWeight#explain when no scoring is require…

2020-10-14 Thread GitBox
jpountz commented on a change in pull request #1978: URL: https://github.com/apache/lucene-solr/pull/1978#discussion_r505009820 ## File path: lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java ## @@ -618,4 +622,21 @@ public void testToStringDebug() {

[GitHub] [lucene-solr] gus-asf commented on pull request #1965: LUCENE-9572 - TypeAsSynonymFilter gains selective flag transfer and an ignore list.

2020-10-14 Thread GitBox
gus-asf commented on pull request #1965: URL: https://github.com/apache/lucene-solr/pull/1965#issuecomment-708688007 > I don't fully understand why this flags handling is needed in the tokenfilter, because i have not yet reviewed the new Solr feature. LUCENE-9575 (patch waiting for t

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1976: LUCENE-9578: TermRangeQuery empty string lower bound edge case

2020-10-14 Thread GitBox
jpountz commented on a change in pull request #1976: URL: https://github.com/apache/lucene-solr/pull/1976#discussion_r505012026 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/Automata.java ## @@ -85,7 +85,15 @@ public static Automaton makeAnyBinary() {

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1965: LUCENE-9572 - TypeAsSynonymFilter gains selective flag transfer and an ignore list.

2020-10-14 Thread GitBox
uschindler commented on a change in pull request #1965: URL: https://github.com/apache/lucene-solr/pull/1965#discussion_r505041733 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestTypeAsSynonymFilter.java ## @@ -0,0 +1,99 @@ +/* + * Li

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1965: LUCENE-9572 - TypeAsSynonymFilter gains selective flag transfer and an ignore list.

2020-10-14 Thread GitBox
uschindler commented on a change in pull request #1965: URL: https://github.com/apache/lucene-solr/pull/1965#discussion_r505042493 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestTypeAsSynonymFilter.java ## @@ -0,0 +1,99 @@ +/* + * Li

[GitHub] [lucene-solr] uschindler commented on pull request #1965: LUCENE-9572 - TypeAsSynonymFilter gains selective flag transfer and an ignore list.

2020-10-14 Thread GitBox
uschindler commented on pull request #1965: URL: https://github.com/apache/lucene-solr/pull/1965#issuecomment-708703297 I just recommend a small change in the test to use Set.of(), hwich is new in Java 11 (I think already in 9) for static sets.

[jira] [Created] (SOLR-14934) Multiple Code Paths for determining "solr home" can return differnet answers

2020-10-14 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-14934: - Summary: Multiple Code Paths for determining "solr home" can return differnet answers Key: SOLR-14934 URL: https://issues.apache.org/jira/browse/SOLR-14934

[jira] [Commented] (SOLR-14934) Multiple Code Paths for determining "solr home" can return differnet answers

2020-10-14 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214335#comment-17214335 ] Chris M. Hostetter commented on SOLR-14934: --- The most prominent place I've see

[GitHub] [lucene-solr] JohnHillegass commented on pull request #1949: Jinja2_autoescape_false set to True

2020-10-14 Thread GitBox
JohnHillegass commented on pull request #1949: URL: https://github.com/apache/lucene-solr/pull/1949#issuecomment-708718694 Hey @madrob and @janhoy, the opportunity to exploit this probably very small. I picked it up in the ApacheCon Bug Bash/MuseDev hackathon as was submitting as a fix bas

[jira] [Updated] (SOLR-14930) Deprecate rulebased replica placement strategy

2020-10-14 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14930: -- Description: This should be removed from 9.0 This will be replaced in Solr 9.0 by APIs for replica p

[GitHub] [lucene-solr] noblepaul opened a new pull request #1984: SOLR-14930: Deprecate rulebased replica placement strategy(in 8.x)

2020-10-14 Thread GitBox
noblepaul opened a new pull request #1984: URL: https://github.com/apache/lucene-solr/pull/1984 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[jira] [Commented] (SOLR-14575) Solr restore is failing when basic authentication is enabled

2020-10-14 Thread Yaswanth (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214365#comment-17214365 ] Yaswanth commented on SOLR-14575: - Thanks [~janhoy] for the reply, mean while I try 8.6 c

[GitHub] [lucene-solr] gus-asf commented on a change in pull request #1965: LUCENE-9572 - TypeAsSynonymFilter gains selective flag transfer and an ignore list.

2020-10-14 Thread GitBox
gus-asf commented on a change in pull request #1965: URL: https://github.com/apache/lucene-solr/pull/1965#discussion_r505119975 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestTypeAsSynonymFilter.java ## @@ -0,0 +1,99 @@ +/* + * Licen

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1964: SOLR-14749: Cluster singleton part of PR-1785

2020-10-14 Thread GitBox
noblepaul commented on a change in pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964#discussion_r505123274 ## File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java ## @@ -168,6 +172,33 @@ public CoreLoadFailure(CoreDescriptor cd, Exception

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1964: SOLR-14749: Cluster singleton part of PR-1785

2020-10-14 Thread GitBox
noblepaul commented on a change in pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964#discussion_r505123486 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ContainerPluginsApi.java ## @@ -51,7 +51,7 @@ public class ContainerPluginsApi {

[GitHub] [lucene-solr] zacharymorn commented on a change in pull request #1978: LUCENE-9524: Fix NPE in SpanWeight#explain when no scoring is require…

2020-10-14 Thread GitBox
zacharymorn commented on a change in pull request #1978: URL: https://github.com/apache/lucene-solr/pull/1978#discussion_r505124529 ## File path: lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java ## @@ -618,4 +622,21 @@ public void testToStringDebug()

[GitHub] [lucene-solr] noblepaul commented on pull request #1964: SOLR-14749: Cluster singleton part of PR-1785

2020-10-14 Thread GitBox
noblepaul commented on pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964#issuecomment-708855063 I've added a listener functionality to `CustomContainerPlugins` . let's remove that `handleClusterSingletons()` from that class --

[GitHub] [lucene-solr] zacharymorn commented on a change in pull request #1978: LUCENE-9524: Fix NPE in SpanWeight#explain when no scoring is require…

2020-10-14 Thread GitBox
zacharymorn commented on a change in pull request #1978: URL: https://github.com/apache/lucene-solr/pull/1978#discussion_r505127766 ## File path: lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java ## @@ -618,4 +622,21 @@ public void testToStringDebug()

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #1357: SOLR-13807: Introduce a cache for term facet counts

2020-10-14 Thread GitBox
muse-dev[bot] commented on a change in pull request #1357: URL: https://github.com/apache/lucene-solr/pull/1357#discussion_r505131797 ## File path: solr/core/src/java/org/apache/solr/search/facet/SlotAcc.java ## @@ -733,7 +833,7 @@ public ReadOnlyCountSlotAcc add(String key, Do

[jira] [Commented] (SOLR-14575) Solr restore is failing when basic authentication is enabled

2020-10-14 Thread Yaswanth (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214388#comment-17214388 ] Yaswanth commented on SOLR-14575: - here is my jetty-ssl.xml http://www.eclipse.org/jett

[jira] [Comment Edited] (SOLR-14575) Solr restore is failing when basic authentication is enabled

2020-10-14 Thread Yaswanth (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214388#comment-17214388 ] Yaswanth edited comment on SOLR-14575 at 10/15/20, 3:22 AM: h

[jira] [Commented] (SOLR-14915) Prometheus-exporter should not depend on Solr-core

2020-10-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214401#comment-17214401 ] David Smiley commented on SOLR-14915: - That works for me too! Though I wonder if tha

[jira] [Created] (SOLR-14935) Solr can forward request ( remoteQuery ) even if there are local cores present

2020-10-14 Thread Varun Thacker (Jira)
Varun Thacker created SOLR-14935: Summary: Solr can forward request ( remoteQuery ) even if there are local cores present Key: SOLR-14935 URL: https://issues.apache.org/jira/browse/SOLR-14935 Project:

[jira] [Commented] (SOLR-14935) Solr can forward request ( remoteQuery ) even if there are local cores present

2020-10-14 Thread Varun Thacker (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214406#comment-17214406 ] Varun Thacker commented on SOLR-14935: -- https://issues.apache.org/jira/browse/SOLR-1

[jira] [Commented] (LUCENE-9455) ExitableTermsEnum (in ExitableDirectoryReader) should sample next()

2020-10-14 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214417#comment-17214417 ] Zach Chen commented on LUCENE-9455: --- This seems to be a good starter task for newbie.

[jira] [Commented] (SOLR-14647) Importing Gradle Projects into Eclipse pollutes checkout

2020-10-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214418#comment-17214418 ] David Smiley commented on SOLR-14647: - "bin/default" -- weird. I don't want our .git

[jira] [Commented] (SOLR-14907) Support single file upload/overwrite in configSet API

2020-10-14 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214427#comment-17214427 ] Noble Paul commented on SOLR-14907: --- Can we move this to a V2 API (and possibly V2 API

[jira] [Comment Edited] (SOLR-14907) Support single file upload/overwrite in configSet API

2020-10-14 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214427#comment-17214427 ] Noble Paul edited comment on SOLR-14907 at 10/15/20, 4:34 AM: -

[jira] [Reopened] (SOLR-14907) Support single file upload/overwrite in configSet API

2020-10-14 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reopened SOLR-14907: --- Suggestion for making this V2 friendly > Support single file upload/overwrite in configSet API > ---

[jira] [Commented] (SOLR-14647) Importing Gradle Projects into Eclipse pollutes checkout

2020-10-14 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214445#comment-17214445 ] Robert Muir commented on SOLR-14647: I experience the issue as well. And I use only {

[jira] [Commented] (SOLR-14915) Prometheus-exporter should not depend on Solr-core

2020-10-14 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214446#comment-17214446 ] Ishan Chattopadhyaya commented on SOLR-14915: - bq. I personally think there s

[jira] [Comment Edited] (SOLR-14915) Prometheus-exporter should not depend on Solr-core

2020-10-14 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214446#comment-17214446 ] Ishan Chattopadhyaya edited comment on SOLR-14915 at 10/15/20, 5:40 AM: ---

[jira] [Updated] (LUCENE-9576) IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-14 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9576: Attachment: LUCENE-9576.patch > IndexWriter::commit() hangs when the server has a stale NFS mount.

[jira] [Commented] (LUCENE-9576) IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-14 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214449#comment-17214449 ] Robert Muir commented on LUCENE-9576: - 2nd patch has only javadocs/CHANGES.txt modif

[jira] [Updated] (LUCENE-9576) IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-14 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9576: Fix Version/s: master (9.0) > IndexWriter::commit() hangs when the server has a stale NFS mount. >

[jira] [Assigned] (LUCENE-9576) IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-14 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-9576: --- Assignee: Robert Muir > IndexWriter::commit() hangs when the server has a stale NFS mount.

[jira] [Updated] (LUCENE-9576) nuke SSD detection: was IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-14 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9576: Summary: nuke SSD detection: was IndexWriter::commit() hangs when the server has a stale NFS mount

[jira] [Commented] (LUCENE-9576) nuke SSD detection: was IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-14 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214454#comment-17214454 ] Robert Muir commented on LUCENE-9576: - Thanks [~gnayak] and [~marzuc] for reporting

[GitHub] [lucene-solr] poke19962008 opened a new pull request #1985: SOLR-14932: Broken "Add replica" button in solr admin UI

2020-10-14 Thread GitBox
poke19962008 opened a new pull request #1985: URL: https://github.com/apache/lucene-solr/pull/1985 Earlier with solr 8.6.x drop down button to check live nodes got broken. https://user-images.githubusercontent.com/9280180/96084368-296b5180-0ee9-11eb-8e97-bd481ad53b8d.png";> ---

<    1   2