[
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
[
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
[
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:
-
[
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?
> -
[
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.
[
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
> --
>
[
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
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
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
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() {
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
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() {
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
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
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.
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
[
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
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
[
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
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
[
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
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
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
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 {
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()
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
--
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()
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
[
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
[
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
[
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
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:
[
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
[
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.
[
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
[
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
[
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:
-
[
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
> ---
[
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 {
[
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
[
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:
---
[
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.
[
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
[
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.
>
[
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.
[
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
[
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
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";>
---
101 - 148 of 148 matches
Mail list logo