[GitHub] [lucene-solr] dsmiley merged pull request #2002: SOLR Mark only @deprecated tag, not @Deprecated annotation

2020-10-20 Thread GitBox
dsmiley merged pull request #2002: URL: https://github.com/apache/lucene-solr/pull/2002 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

[jira] [Updated] (SOLR-14067) Deprecate StatelessScriptUpdateProcessor and disabled by default

2020-10-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-14067: Priority: Major (was: Blocker) > Deprecate StatelessScriptUpdateProcessor and disabled by default

[jira] [Updated] (SOLR-13973) Deprecate Tika

2020-10-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13973: Priority: Major (was: Blocker) > Deprecate Tika > -- > > Key:

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1993: .gitignore clean up

2020-10-20 Thread GitBox
dsmiley commented on a change in pull request #1993: URL: https://github.com/apache/lucene-solr/pull/1993#discussion_r508972018 ## File path: .gitignore ## @@ -1,42 +1,33 @@ -# . -/eclipse-build -/maven-build -/classes -build -/idea-build -dist -lib -test-lib -/*~

[GitHub] [lucene-solr] nknize commented on pull request #1940: LUCENE-9552: Adds a LatLonPoint query that accepts an array of LatLonGeometries

2020-10-20 Thread GitBox
nknize commented on pull request #1940: URL: https://github.com/apache/lucene-solr/pull/1940#issuecomment-713264887 Any opposition to the new query @rmuir? This is an automated message from the Apache Git Service. To

[jira] [Comment Edited] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218066#comment-17218066 ] Jun Ohtani edited comment on LUCENE-9581 at 10/21/20, 2:59 AM: --- +1 for

[jira] [Commented] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218066#comment-17218066 ] Jun Ohtani commented on LUCENE-9581: +1 for reconsidering the behavior of the search mode. >

[jira] [Commented] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Kazuaki Hiraga (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218057#comment-17218057 ] Kazuaki Hiraga commented on LUCENE-9581: Hello [~jimczi] and [~johtani] san,   Please find

[jira] [Updated] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Kazuaki Hiraga (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuaki Hiraga updated LUCENE-9581: --- Attachment: LUCENE-9581.patch > Clarify discardCompoundToken behavior in the

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

2020-10-20 Thread GitBox
noblepaul commented on pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964#issuecomment-713235976 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene-solr] noblepaul commented on pull request #1996: SOLR-14907: Adding V2 API for ConfigSet Upload.

2020-10-20 Thread GitBox
noblepaul commented on pull request #1996: URL: https://github.com/apache/lucene-solr/pull/1996#issuecomment-713227450 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene-solr] vthacker opened a new pull request #2012: SOLR-14935: Solr can forward request ( remoteQuery ) even if there are local cores present

2020-10-20 Thread GitBox
vthacker opened a new pull request #2012: URL: https://github.com/apache/lucene-solr/pull/2012 # Description When querying using SolrJ today this is what happens - - CloudSolrClient creates a list of all replicas from the alias ( after resolving it ) and then shuffles

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

2020-10-20 Thread Varun Thacker (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218010#comment-17218010 ] Varun Thacker commented on SOLR-14935: -- I am not using preferLocalShards=true . If you see

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #2010: SOLR-12182: Store URL scheme as replaceable parameter in state.json

2020-10-20 Thread GitBox
muse-dev[bot] commented on a change in pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#discussion_r508905260 ## File path: solr/solrj/src/java/org/apache/solr/common/cloud/ZkStateReader.java ## @@ -798,7 +799,11 @@ public boolean isClosed() { }

[GitHub] [lucene-solr] ErickErickson opened a new pull request #2011: Solr 14954

2020-10-20 Thread GitBox
ErickErickson opened a new pull request #2011: URL: https://github.com/apache/lucene-solr/pull/2011 Reviewed and incorporated comments, I think it's ready. This is an automated message from the Apache Git Service. To respond

[GitHub] [lucene-solr] ErickErickson closed pull request #2009: SOLR-14954: Heavily edit reindexing.adoc

2020-10-20 Thread GitBox
ErickErickson closed pull request #2009: URL: https://github.com/apache/lucene-solr/pull/2009 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [lucene-solr] ErickErickson commented on a change in pull request #2009: SOLR-14954: Heavily edit reindexing.adoc

2020-10-20 Thread GitBox
ErickErickson commented on a change in pull request #2009: URL: https://github.com/apache/lucene-solr/pull/2009#discussion_r508901931 ## File path: solr/solr-ref-guide/src/reindexing.adoc ## @@ -21,148 +21,95 @@ There are several types of changes to Solr configuration that

[GitHub] [lucene-solr] ErickErickson commented on a change in pull request #2009: SOLR-14954: Heavily edit reindexing.adoc

2020-10-20 Thread GitBox
ErickErickson commented on a change in pull request #2009: URL: https://github.com/apache/lucene-solr/pull/2009#discussion_r508899237 ## File path: solr/solr-ref-guide/src/reindexing.adoc ## @@ -21,148 +21,95 @@ There are several types of changes to Solr configuration that

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

2020-10-20 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217998#comment-17217998 ] Anshum Gupta commented on SOLR-12182: - While we can always improve the documentation, I don't think

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

2020-10-20 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217995#comment-17217995 ] Noble Paul commented on SOLR-12182: --- [~thelabdude] This is a user facing change. can we have simple

[jira] [Commented] (SOLR-14788) Solr: The Next Big Thing

2020-10-20 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217986#comment-17217986 ] Mark Robert Miller commented on SOLR-14788: --- {quote}stable core production behavior {quote} So,

[GitHub] [lucene-solr] thelabdude commented on pull request #2010: SOLR-12182: Store URL scheme as replaceable parameter in state.json

2020-10-20 Thread GitBox
thelabdude commented on pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#issuecomment-713171759 Thanks for the quick turn-around with a review @madrob ... will update CHANGES.txt and ref guide next

[GitHub] [lucene-solr] thelabdude commented on a change in pull request #2010: SOLR-12182: Store URL scheme as replaceable parameter in state.json

2020-10-20 Thread GitBox
thelabdude commented on a change in pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#discussion_r508870225 ## File path: solr/solrj/src/java/org/apache/solr/common/cloud/GlobalStateVars.java ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software

[GitHub] [lucene-solr] thelabdude commented on a change in pull request #2010: SOLR-12182: Store URL scheme as replaceable parameter in state.json

2020-10-20 Thread GitBox
thelabdude commented on a change in pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#discussion_r508868917 ## File path: solr/core/src/java/org/apache/solr/core/ZkContainer.java ## @@ -263,4 +275,27 @@ public void close() { public ExecutorService

[GitHub] [lucene-solr] madrob commented on a change in pull request #2009: SOLR-14954: Heavily edit reindexing.adoc

2020-10-20 Thread GitBox
madrob commented on a change in pull request #2009: URL: https://github.com/apache/lucene-solr/pull/2009#discussion_r508861510 ## File path: solr/solr-ref-guide/src/reindexing.adoc ## @@ -21,148 +21,95 @@ There are several types of changes to Solr configuration that require

[GitHub] [lucene-solr] thelabdude commented on a change in pull request #2010: SOLR-12182: Store URL scheme as replaceable parameter in state.json

2020-10-20 Thread GitBox
thelabdude commented on a change in pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#discussion_r508867169 ## File path: solr/solrj/src/java/org/apache/solr/common/cloud/GlobalStateVars.java ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software

[GitHub] [lucene-solr] thelabdude commented on a change in pull request #2010: SOLR-12182: Store URL scheme as replaceable parameter in state.json

2020-10-20 Thread GitBox
thelabdude commented on a change in pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#discussion_r508867089 ## File path: solr/core/src/test/org/apache/solr/cloud/SSLMigrationTest.java ## @@ -63,7 +61,7 @@ public void test() throws Exception {

[jira] [Commented] (SOLR-14844) Upgrade Jetty to 9.4.32.v20200930

2020-10-20 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217962#comment-17217962 ] Erick Erickson commented on SOLR-14844: --- Great! I'll see it go by and commit it. Many thanks for

[GitHub] [lucene-solr] thelabdude commented on a change in pull request #2010: SOLR-12182: Store URL scheme as replaceable parameter in state.json

2020-10-20 Thread GitBox
thelabdude commented on a change in pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#discussion_r508863404 ## File path: solr/solrj/src/java/org/apache/solr/common/cloud/GlobalStateVars.java ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (SOLR-14788) Solr: The Next Big Thing

2020-10-20 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217961#comment-17217961 ] Mark Robert Miller commented on SOLR-14788: --- It's important to know and track resource usage

[GitHub] [lucene-solr] madrob commented on a change in pull request #2010: SOLR-12182: Store URL scheme as replaceable parameter in state.json

2020-10-20 Thread GitBox
madrob commented on a change in pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#discussion_r508842858 ## File path: solr/core/src/test/org/apache/solr/cloud/SSLMigrationTest.java ## @@ -63,7 +61,7 @@ public void test() throws Exception {

[jira] [Commented] (SOLR-14844) Upgrade Jetty to 9.4.32.v20200930

2020-10-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217940#comment-17217940 ] Samuel García Martínez commented on SOLR-14844: --- Finally! I found why it wasn't failing for

[GitHub] [lucene-solr] thelabdude opened a new pull request #2010: SOLR-12182: Store URL scheme as replaceable parameter in state.json

2020-10-20 Thread GitBox
thelabdude opened a new pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010 # Description See JIRA for description of the issue: https://issues.apache.org/jira/browse/SOLR-12182 # Solution This PR takes the approach of storing the URL scheme (http

[jira] [Commented] (SOLR-14788) Solr: The Next Big Thing

2020-10-20 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217853#comment-17217853 ] Mark Robert Miller commented on SOLR-14788: --- I'm pretty much fully focused on SOLR-14815 at

[GitHub] [lucene-solr] madrob commented on a change in pull request #2004: SOLR-14942: Reduce leader election time on node shutdown

2020-10-20 Thread GitBox
madrob commented on a change in pull request #2004: URL: https://github.com/apache/lucene-solr/pull/2004#discussion_r508733802 ## File path: solr/core/src/java/org/apache/solr/cloud/ZkController.java ## @@ -653,7 +653,12 @@ public void close() { customThreadPool.submit(()

[jira] [Updated] (SOLR-14940) ReplicationHandler memory leak through SolrCore.closeHooks

2020-10-20 Thread Anver Sotnikov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anver Sotnikov updated SOLR-14940: -- Attachment: (was: image-2020-10-20-13-58-58-522.png) > ReplicationHandler memory leak

[jira] [Commented] (SOLR-14940) ReplicationHandler memory leak through SolrCore.closeHooks

2020-10-20 Thread Anver Sotnikov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217833#comment-17217833 ] Anver Sotnikov commented on SOLR-14940: --- Attached closeHooks contents showing hooks

[jira] [Updated] (SOLR-14940) ReplicationHandler memory leak through SolrCore.closeHooks

2020-10-20 Thread Anver Sotnikov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anver Sotnikov updated SOLR-14940: -- Attachment: image-2020-10-20-13-58-58-522.png > ReplicationHandler memory leak through

[jira] [Updated] (SOLR-14940) ReplicationHandler memory leak through SolrCore.closeHooks

2020-10-20 Thread Anver Sotnikov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anver Sotnikov updated SOLR-14940: -- Attachment: Actual references to hooks that in turn hold references to ReplicationHandlers.png

[jira] [Commented] (SOLR-14940) ReplicationHandler memory leak through SolrCore.closeHooks

2020-10-20 Thread Anver Sotnikov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217828#comment-17217828 ] Anver Sotnikov commented on SOLR-14940: --- ReplicationHandler reference is kept in memory as hooks 

[jira] [Commented] (SOLR-14954) Heavily edit reindexing.adoc

2020-10-20 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217818#comment-17217818 ] Michael Sokolov commented on SOLR-14954: Just curious if when you are done heavily editing, you

[jira] [Commented] (SOLR-14940) ReplicationHandler memory leak through SolrCore.closeHooks

2020-10-20 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217772#comment-17217772 ] Mike Drob commented on SOLR-14940: -- That's showing an array of ReplicationHandler, not an array of

[jira] [Updated] (SOLR-14955) Add env var options for the Prometheus Exporter bin scripts

2020-10-20 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-14955: -- Summary: Add env var options for the Prometheus Exporter bin scripts (was: Improve the

[jira] [Comment Edited] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217718#comment-17217718 ] Jun Ohtani edited comment on LUCENE-9581 at 10/20/20, 4:12 PM: --- Oh... I

[jira] [Comment Edited] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217718#comment-17217718 ] Jun Ohtani edited comment on LUCENE-9581 at 10/20/20, 4:06 PM: --- Oh... I

[jira] [Commented] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217718#comment-17217718 ] Jun Ohtani commented on LUCENE-9581: Oh... I agree with you. It looks like a strange behavior I

[jira] [Commented] (SOLR-14940) ReplicationHandler memory leak through SolrCore.closeHooks

2020-10-20 Thread Anver Sotnikov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217710#comment-17217710 ] Anver Sotnikov commented on SOLR-14940: --- Attached screenshot of Memory Analyzer heap dump with 163

[jira] [Updated] (SOLR-14940) ReplicationHandler memory leak through SolrCore.closeHooks

2020-10-20 Thread Anver Sotnikov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anver Sotnikov updated SOLR-14940: -- Attachment: Memory Analyzer SolrCore.closeHooks .png > ReplicationHandler memory leak through

[jira] [Commented] (SOLR-14942) Reduce leader election time on node shutdown

2020-10-20 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217709#comment-17217709 ] Chris M. Hostetter commented on SOLR-14942: --- {quote}That is why I think it is safer to do this

[jira] [Commented] (SOLR-14940) ReplicationHandler memory leak through SolrCore.closeHooks

2020-10-20 Thread Anver Sotnikov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217708#comment-17217708 ] Anver Sotnikov commented on SOLR-14940: --- I assume Core reload actually creates a new core and

[jira] [Commented] (SOLR-14954) Heavily edit reindexing.adoc

2020-10-20 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217696#comment-17217696 ] Erick Erickson commented on SOLR-14954: --- Oh, and I made a minor change to faceting along the way

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1996: SOLR-14907: Adding V2 API for ConfigSet Upload.

2020-10-20 Thread GitBox
HoustonPutman commented on pull request #1996: URL: https://github.com/apache/lucene-solr/pull/1996#issuecomment-712948608 Are there any concerns now that the API has been sorted? This is an automated message from the Apache

[jira] [Created] (SOLR-14955) Improve the Prometheus Exporter bin scripts

2020-10-20 Thread Houston Putman (Jira)
Houston Putman created SOLR-14955: - Summary: Improve the Prometheus Exporter bin scripts Key: SOLR-14955 URL: https://issues.apache.org/jira/browse/SOLR-14955 Project: Solr Issue Type:

[GitHub] [lucene-solr] ErickErickson opened a new pull request #2009: SOLR-14954: Heavily edit reindexing.adoc

2020-10-20 Thread GitBox
ErickErickson opened a new pull request #2009: URL: https://github.com/apache/lucene-solr/pull/2009 Doc changes the reindexing page emphasizing reindexing is encouraged. This is an automated message from the Apache Git

[jira] [Created] (SOLR-14954) Heavily edit reindexing.adoc

2020-10-20 Thread Erick Erickson (Jira)
Erick Erickson created SOLR-14954: - Summary: Heavily edit reindexing.adoc Key: SOLR-14954 URL: https://issues.apache.org/jira/browse/SOLR-14954 Project: Solr Issue Type: Improvement

[jira] [Created] (SOLR-14953) Create an individual Docker image for the Prometheus Exporter

2020-10-20 Thread Houston Putman (Jira)
Houston Putman created SOLR-14953: - Summary: Create an individual Docker image for the Prometheus Exporter Key: SOLR-14953 URL: https://issues.apache.org/jira/browse/SOLR-14953 Project: Solr

[jira] [Commented] (SOLR-14948) Autoscaling maxComputeOperations override causes exceptions

2020-10-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217675#comment-17217675 ] ASF subversion and git services commented on SOLR-14948: Commit

[jira] [Commented] (LUCENE-9410) German/French stemmers fail for common forms maux, gegrüßt, grüßend, schlummert

2020-10-20 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217670#comment-17217670 ] Mike Drob commented on LUCENE-9410: --- Thank you for your contribution! For the French part of this, is

[jira] [Commented] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217671#comment-17217671 ] Jim Ferenczi commented on LUCENE-9581: -- Ok I missed the fact that we always apply the penalty on

[GitHub] [lucene-solr] madrob commented on a change in pull request #1993: .gitignore clean up

2020-10-20 Thread GitBox
madrob commented on a change in pull request #1993: URL: https://github.com/apache/lucene-solr/pull/1993#discussion_r508593777 ## File path: .gitignore ## @@ -1,42 +1,33 @@ -# . -/eclipse-build -/maven-build -/classes -build -/idea-build -dist -lib -test-lib -/*~

[GitHub] [lucene-solr] madrob commented on a change in pull request #2004: SOLR-14942: Reduce leader election time on node shutdown

2020-10-20 Thread GitBox
madrob commented on a change in pull request #2004: URL: https://github.com/apache/lucene-solr/pull/2004#discussion_r508587767 ## File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java ## @@ -38,10 +38,7 @@ import java.util.Properties; import java.util.Set;

[GitHub] [lucene-solr] madrob commented on a change in pull request #2004: SOLR-14942: Reduce leader election time on node shutdown

2020-10-20 Thread GitBox
madrob commented on a change in pull request #2004: URL: https://github.com/apache/lucene-solr/pull/2004#discussion_r508586590 ## File path: solr/core/src/java/org/apache/solr/update/SolrCoreState.java ## @@ -86,7 +103,45 @@ public boolean decrefSolrCoreState(IndexWriterCloser

[jira] [Comment Edited] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217617#comment-17217617 ] Jun Ohtani edited comment on LUCENE-9581 at 10/20/20, 2:43 PM: --- Hi

[jira] [Commented] (SOLR-14942) Reduce leader election time on node shutdown

2020-10-20 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217619#comment-17217619 ] Shalin Shekhar Mangar commented on SOLR-14942: -- bq. every method should have javadocs,

[jira] [Commented] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Jun Ohtani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217617#comment-17217617 ] Jun Ohtani commented on LUCENE-9581: Hi Jim, NORMAL mode doesn't produce the same tokens that are

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

2020-10-20 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-14907: -- Description: After SOLR-10391 was implemented, users are now able to overwrite existing

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #1996: SOLR-14907: Adding V2 API for ConfigSet Upload.

2020-10-20 Thread GitBox
HoustonPutman commented on a change in pull request #1996: URL: https://github.com/apache/lucene-solr/pull/1996#discussion_r508509512 ## File path: solr/core/src/java/org/apache/solr/handler/ClusterAPI.java ## @@ -133,6 +134,62 @@ public void create(PayloadObj obj) throws

[jira] [Commented] (SOLR-14948) Autoscaling maxComputeOperations override causes exceptions

2020-10-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217607#comment-17217607 ] ASF subversion and git services commented on SOLR-14948: Commit

[jira] [Commented] (SOLR-13973) Deprecate Tika

2020-10-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217590#comment-17217590 ] David Smiley commented on SOLR-13973: - Jan, for 1st party packages, see SOLR-14688 which maybe you

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1996: SOLR-14907: Adding V2 API for ConfigSet Upload.

2020-10-20 Thread GitBox
dsmiley commented on a change in pull request #1996: URL: https://github.com/apache/lucene-solr/pull/1996#discussion_r508475185 ## File path: solr/core/src/java/org/apache/solr/handler/ClusterAPI.java ## @@ -133,6 +134,62 @@ public void create(PayloadObj obj) throws Exception

[GitHub] [lucene-solr] shalinmangar commented on a change in pull request #2004: SOLR-14942: Reduce leader election time on node shutdown

2020-10-20 Thread GitBox
shalinmangar commented on a change in pull request #2004: URL: https://github.com/apache/lucene-solr/pull/2004#discussion_r508474749 ## File path: solr/core/src/java/org/apache/solr/update/SolrCoreState.java ## @@ -86,7 +103,45 @@ public boolean

[GitHub] [lucene-solr] shalinmangar commented on a change in pull request #2004: SOLR-14942: Reduce leader election time on node shutdown

2020-10-20 Thread GitBox
shalinmangar commented on a change in pull request #2004: URL: https://github.com/apache/lucene-solr/pull/2004#discussion_r508473818 ## File path: solr/core/src/java/org/apache/solr/update/SolrCoreState.java ## @@ -86,7 +103,45 @@ public boolean

[GitHub] [lucene-solr] shalinmangar commented on a change in pull request #2004: SOLR-14942: Reduce leader election time on node shutdown

2020-10-20 Thread GitBox
shalinmangar commented on a change in pull request #2004: URL: https://github.com/apache/lucene-solr/pull/2004#discussion_r508473215 ## File path: solr/core/src/java/org/apache/solr/cloud/ZkController.java ## @@ -1838,6 +1838,22 @@ private void checkStateInZk(CoreDescriptor

[jira] [Comment Edited] (SOLR-13973) Deprecate Tika

2020-10-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217576#comment-17217576 ] Jan Høydahl edited comment on SOLR-13973 at 10/20/20, 12:43 PM: Perhaps

[jira] [Commented] (SOLR-13973) Deprecate Tika

2020-10-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217576#comment-17217576 ] Jan Høydahl commented on SOLR-13973: Perhaps Tika could be our first stab at a 1st party package?

[jira] [Created] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-20 Thread Jim Ferenczi (Jira)
Jim Ferenczi created LUCENE-9581: Summary: Clarify discardCompoundToken behavior in the JapaneseTokenizer Key: LUCENE-9581 URL: https://issues.apache.org/jira/browse/LUCENE-9581 Project: Lucene -

[jira] [Created] (LUCENE-9580) Tessellator failure for a certain polygon

2020-10-20 Thread Iurii Vyshnevskyi (Jira)
Iurii Vyshnevskyi created LUCENE-9580: - Summary: Tessellator failure for a certain polygon Key: LUCENE-9580 URL: https://issues.apache.org/jira/browse/LUCENE-9580 Project: Lucene - Core

[jira] [Resolved] (SOLR-14936) Grafana dashboard filters for collection, shard, replica, core not working

2020-10-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14936. Resolution: Fixed > Grafana dashboard filters for collection, shard, replica, core not working >

[jira] [Commented] (SOLR-14936) Grafana dashboard filters for collection, shard, replica, core not working

2020-10-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217395#comment-17217395 ] ASF subversion and git services commented on SOLR-14936: Commit

[jira] [Commented] (SOLR-14936) Grafana dashboard filters for collection, shard, replica, core not working

2020-10-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217394#comment-17217394 ] ASF subversion and git services commented on SOLR-14936: Commit

[jira] [Updated] (SOLR-14936) Grafana dashboard filters for collection, shard, replica, core not working

2020-10-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14936: --- Fix Version/s: 8.7 > Grafana dashboard filters for collection, shard, replica, core not working >

[jira] [Created] (SOLR-14952) Add Jenkins CI support for IBM zSystems architecture (s390x).

2020-10-20 Thread Gajanan kulkarni (Jira)
Gajanan kulkarni created SOLR-14952: --- Summary: Add Jenkins CI support for IBM zSystems architecture (s390x). Key: SOLR-14952 URL: https://issues.apache.org/jira/browse/SOLR-14952 Project: Solr

[GitHub] [lucene-solr] jpountz commented on pull request #2001: Correct EOL at the end of sha for junit, branch_8x

2020-10-20 Thread GitBox
jpountz commented on pull request #2001: URL: https://github.com/apache/lucene-solr/pull/2001#issuecomment-712642678 FYI I backported it to `branch_8_7` as it was causing test failures on the 8.7 builds too: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.7/6/console