[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-10-01 Thread GitBox
muse-dev[bot] commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r498037436 ## File path: solr/core/src/java/org/apache/solr/api/CustomContainerPlugins.java ## @@ -163,6 +174,47 @@ public synchronized void refresh() {

[jira] [Commented] (SOLR-14151) Make schema components load from packages

2020-10-01 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205341#comment-17205341 ] Ishan Chattopadhyaya commented on SOLR-14151: - [~tflobbe], this build was tri

[jira] [Commented] (SOLR-14151) Make schema components load from packages

2020-10-01 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205342#comment-17205342 ] Ishan Chattopadhyaya commented on SOLR-14151: - bq. Ishan Chattopadhyaya looks

[GitHub] [lucene-solr] chatman commented on pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-10-01 Thread GitBox
chatman commented on pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#issuecomment-701962594 I see that things like these are getting added to solr-core: CollectionsAddedEvent CollectionsRemovedEvent NodesDownEvent ReplicasDownEvent ClusterPropertie

[GitHub] [lucene-solr] chatman commented on pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-10-01 Thread GitBox
chatman commented on pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#issuecomment-701966468 > IMHO ClusterEventListener-s make sense only if they are also ClusterSingleton-s So, does this mean that ClusterSingleton is the trojan horse with which come so many

[GitHub] [lucene-solr] bruno-roustant closed pull request #1934: SOLR-14905: Update commons-io version to 2.8.0

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

[jira] [Commented] (SOLR-14905) Update commons-io version to 2.8.0 due to security vulnerability

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

[jira] [Comment Edited] (SOLR-14749) Provide a clean API for cluster-level event processing

2020-10-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205364#comment-17205364 ] Noble Paul edited comment on SOLR-14749 at 10/1/20, 8:17 AM: -

[jira] [Commented] (SOLR-14749) Provide a clean API for cluster-level event processing

2020-10-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205364#comment-17205364 ] Noble Paul commented on SOLR-14749: --- Here is my official -1 on this PR > Provide a cle

[jira] [Comment Edited] (SOLR-14749) Provide a clean API for cluster-level event processing

2020-10-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205364#comment-17205364 ] Noble Paul edited comment on SOLR-14749 at 10/1/20, 8:26 AM: -

[jira] [Commented] (SOLR-14835) Solr 8.6.x log starts with "XmlConfiguration Ignored arg" warning from Jetty

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

[jira] [Resolved] (SOLR-14835) Solr 8.6.x log starts with "XmlConfiguration Ignored arg" warning from Jetty

2020-10-01 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-14835. - Fix Version/s: 8.6.3 Resolution: Not A Problem Summary: the message is invalid due

[jira] [Commented] (SOLR-14749) Provide a clean API for cluster-level event processing

2020-10-01 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205388#comment-17205388 ] Ishan Chattopadhyaya commented on SOLR-14749: - bq. I would like to see a sepa

[jira] [Commented] (SOLR-14905) Update commons-io version to 2.8.0 due to security vulnerability

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

[GitHub] [lucene-solr] bruno-roustant closed pull request #1935: SOLR-14905: Update commons-io version to 2.8.0

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

[jira] [Resolved] (SOLR-14905) Update commons-io version to 2.8.0 due to security vulnerability

2020-10-01 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant resolved SOLR-14905. --- Fix Version/s: 8.7 Resolution: Fixed Thanks [~nazerke], this is in. > Update commons-

[GitHub] [lucene-solr] murblanc commented on pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-10-01 Thread GitBox
murblanc commented on pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#issuecomment-702014402 The way I look at this: can code other than Solr Core know what happens within Solr core to generate the corresponding events? I would tend to say no. I'm not talking about

[jira] [Created] (LUCENE-9552) Add a LatLonPoint query that accepts an array of LatLonGeometries

2020-10-01 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-9552: Summary: Add a LatLonPoint query that accepts an array of LatLonGeometries Key: LUCENE-9552 URL: https://issues.apache.org/jira/browse/LUCENE-9552 Project: Lucene - C

[jira] [Created] (LUCENE-9553) Add a XYPoint query that accepts an array of XYGeometries

2020-10-01 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-9553: Summary: Add a XYPoint query that accepts an array of XYGeometries Key: LUCENE-9553 URL: https://issues.apache.org/jira/browse/LUCENE-9553 Project: Lucene - Core

[jira] [Commented] (SOLR-14905) Update commons-io version to 2.8.0 due to security vulnerability

2020-10-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205454#comment-17205454 ] David Smiley commented on SOLR-14905: - I was looking forward to seeing Nazerke as the

[GitHub] [lucene-solr] dsmiley merged pull request #1927: SOLR-12987: Deprecated plugins are logged once and with log category …

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

[GitHub] [lucene-solr] dsmiley commented on pull request #1927: SOLR-12987: Deprecated plugins are logged once and with log category …

2020-10-01 Thread GitBox
dsmiley commented on pull request #1927: URL: https://github.com/apache/lucene-solr/pull/1927#issuecomment-702102376 "cname" is the class name as configured/given, which might be fully qualified (have the package) or might be abbreviated like "solr.DataImportHandler". ---

[jira] [Commented] (SOLR-12987) Log deprecation warnings to separate log file

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

[jira] [Resolved] (SOLR-12987) Log deprecation warnings to separate log file

2020-10-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-12987. - Fix Version/s: 8.7 Resolution: Fixed > Log deprecation warnings to separate log file > ---

[jira] [Commented] (SOLR-12987) Log deprecation warnings to separate log file

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

[jira] [Commented] (LUCENE-9548) Publish master (9.x) snapshots to https://repository.apache.org

2020-10-01 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205559#comment-17205559 ] Uwe Schindler commented on LUCENE-9548: --- Hi, documentation for ASF Jenkins is here

[GitHub] [lucene-solr] gerlowskija commented on a change in pull request #1921: SOLR-14829: Improve documentation for Request Handlers in RefGuide and solrconfig.xml

2020-10-01 Thread GitBox
gerlowskija commented on a change in pull request #1921: URL: https://github.com/apache/lucene-solr/pull/1921#discussion_r498307070 ## File path: solr/solr-ref-guide/src/common-query-parameters.adoc ## @@ -307,11 +307,13 @@ The `echoParams` parameter controls what information

[GitHub] [lucene-solr] gerlowskija commented on a change in pull request #1921: SOLR-14829: Improve documentation for Request Handlers in RefGuide and solrconfig.xml

2020-10-01 Thread GitBox
gerlowskija commented on a change in pull request #1921: URL: https://github.com/apache/lucene-solr/pull/1921#discussion_r498307070 ## File path: solr/solr-ref-guide/src/common-query-parameters.adoc ## @@ -307,11 +307,13 @@ The `echoParams` parameter controls what information

[jira] [Commented] (SOLR-14787) Inequality support in Payload Check query parser

2020-10-01 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205577#comment-17205577 ] Gus Heck commented on SOLR-14787: - Hmm now I suspect my IDE had somehow got confused WRT

[jira] [Commented] (SOLR-14792) Remove VelocityResponseWriter from Solr 9

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

[jira] [Commented] (SOLR-14792) Remove VelocityResponseWriter from Solr 9

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

[GitHub] [lucene-solr] arafalov commented on a change in pull request #1921: SOLR-14829: Improve documentation for Request Handlers in RefGuide and solrconfig.xml

2020-10-01 Thread GitBox
arafalov commented on a change in pull request #1921: URL: https://github.com/apache/lucene-solr/pull/1921#discussion_r498314131 ## File path: solr/solr-ref-guide/src/common-query-parameters.adoc ## @@ -307,11 +307,13 @@ The `echoParams` parameter controls what information abo

[GitHub] [lucene-solr] ctargett commented on pull request #1923: SOLR-14900: Reference Guide build cleanup/module upgrade

2020-10-01 Thread GitBox
ctargett commented on pull request #1923: URL: https://github.com/apache/lucene-solr/pull/1923#issuecomment-702230956 What happened in the past when I attempted to move to Jekyll 4 is that the .adoc files just simply wouldn't be converted to HTML - it would say there were no files to conve

[GitHub] [lucene-solr] arafalov commented on pull request #1923: SOLR-14900: Reference Guide build cleanup/module upgrade

2020-10-01 Thread GitBox
arafalov commented on pull request #1923: URL: https://github.com/apache/lucene-solr/pull/1923#issuecomment-702245180 Inadvertently is right. I was just working backwards from the latest versions and fixing warnings and it worked except for theme names. I checked the source and visually an

[GitHub] [lucene-solr] ctargett commented on pull request #1923: SOLR-14900: Reference Guide build cleanup/module upgrade

2020-10-01 Thread GitBox
ctargett commented on pull request #1923: URL: https://github.com/apache/lucene-solr/pull/1923#issuecomment-702263023 > Not sure what to do about the license though, it is generated by the tool and does not seem to be licensed in any way itself. The license and copyright would belong

[GitHub] [lucene-solr] ctargett edited a comment on pull request #1923: SOLR-14900: Reference Guide build cleanup/module upgrade

2020-10-01 Thread GitBox
ctargett edited a comment on pull request #1923: URL: https://github.com/apache/lucene-solr/pull/1923#issuecomment-702263023 > Not sure what to do about the license though, it is generated by the tool and does not seem to be licensed in any way itself. The license and copyright would

[jira] [Commented] (LUCENE-9533) Consider switching to javacc21

2020-10-01 Thread Jonathan Revusky (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205698#comment-17205698 ] Jonathan Revusky commented on LUCENE-9533: -- Success? Well... I suppose it depe

[jira] [Comment Edited] (LUCENE-9533) Consider switching to javacc21

2020-10-01 Thread Jonathan Revusky (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205698#comment-17205698 ] Jonathan Revusky edited comment on LUCENE-9533 at 10/1/20, 5:33 PM: --

[jira] [Comment Edited] (LUCENE-9533) Consider switching to javacc21

2020-10-01 Thread Jonathan Revusky (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205698#comment-17205698 ] Jonathan Revusky edited comment on LUCENE-9533 at 10/1/20, 5:34 PM: --

[GitHub] [lucene-solr] ctargett commented on pull request #1923: SOLR-14900: Reference Guide build cleanup/module upgrade

2020-10-01 Thread GitBox
ctargett commented on pull request #1923: URL: https://github.com/apache/lucene-solr/pull/1923#issuecomment-702293474 There are two new warnings I noticed being output with these changes: `Improper use of Lexer#lex - this method does not receive options. This will become an error in a futu

[jira] [Commented] (SOLR-14151) Make schema components load from packages

2020-10-01 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205712#comment-17205712 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-14151: -- bq. this bui

[jira] [Created] (SOLR-14909) Add replica is very slow on a large cluster

2020-10-01 Thread Varun Thacker (Jira)
Varun Thacker created SOLR-14909: Summary: Add replica is very slow on a large cluster Key: SOLR-14909 URL: https://issues.apache.org/jira/browse/SOLR-14909 Project: Solr Issue Type: Task

[GitHub] [lucene-solr] arafalov commented on pull request #1923: SOLR-14900: Reference Guide build cleanup/module upgrade

2020-10-01 Thread GitBox
arafalov commented on pull request #1923: URL: https://github.com/apache/lucene-solr/pull/1923#issuecomment-702309291 I thought this was kind of general error. Now that I know it is a specific file, I will dig in deeper and see if it can be eliminated. The warning AFAIK is about the

[jira] [Reopened] (SOLR-12987) Log deprecation warnings to separate log file

2020-10-01 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter reopened SOLR-12987: --- breaks gradle check...   {noformat} > Task :solr:core:validateSourcePatterns FAILED in

[jira] [Commented] (SOLR-14787) Inequality support in Payload Check query parser

2020-10-01 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205764#comment-17205764 ] Gus Heck commented on SOLR-14787: - So after spending some more time with this I have the

[jira] [Commented] (LUCENE-9533) Consider switching to javacc21

2020-10-01 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205768#comment-17205768 ] Dawid Weiss commented on LUCENE-9533: - Your public writeup is just as insulting as y

[jira] [Commented] (LUCENE-9533) Consider switching to javacc21

2020-10-01 Thread Jonathan Revusky (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205776#comment-17205776 ] Jonathan Revusky commented on LUCENE-9533: -- Dawid, what I wrote just describes

[GitHub] [lucene-solr] dweiss commented on pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-01 Thread GitBox
dweiss commented on pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-702369827 I think it looks good now! If there's anything else we can follow-up. On Thu, Oct 1, 2020 at 12:13 AM Mike Drob wrote: > Dawid, it took me a few tries of going t

[jira] [Commented] (LUCENE-9533) Consider switching to javacc21

2020-10-01 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205806#comment-17205806 ] Ishan Chattopadhyaya commented on LUCENE-9533: -- Jonathon, thanks for reachi

[GitHub] [lucene-solr] mayya-sharipova opened a new pull request #1937: LUCENE-9541 ConjunctionDISI sub-iterators check

2020-10-01 Thread GitBox
mayya-sharipova opened a new pull request #1937: URL: https://github.com/apache/lucene-solr/pull/1937 Ensure sub-iterators of a conjunction iterator don't advance outside of it. Add assertions for checking that all sub-iterators are always on the same document. ---

[jira] [Commented] (SOLR-12987) Log deprecation warnings to separate log file

2020-10-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205820#comment-17205820 ] David Smiley commented on SOLR-12987: - Oh that's embarassing! It seems I can resolve

[jira] [Commented] (LUCENE-9541) BitSetConjunctionDISI doesn't advance based on its components

2020-10-01 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205821#comment-17205821 ] Mayya Sharipova commented on LUCENE-9541: - Caught with [~jpountz] offline, and w

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1937: LUCENE-9541 ConjunctionDISI sub-iterators check

2020-10-01 Thread GitBox
mayya-sharipova commented on a change in pull request #1937: URL: https://github.com/apache/lucene-solr/pull/1937#discussion_r498511026 ## File path: lucene/core/src/java/org/apache/lucene/search/ConjunctionDISI.java ## @@ -140,6 +141,13 @@ private static void addTwoPhaseIterat

[jira] [Commented] (SOLR-12987) Log deprecation warnings to separate log file

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

[jira] [Reopened] (SOLR-14663) ConfigSets CREATE does not set trusted flag

2020-10-01 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Eduardo Fernandez Lobbe reopened SOLR-14663: -- Assignee: Tomas Eduardo Fernandez Lobbe > ConfigSets CREATE d

[jira] [Commented] (SOLR-14663) ConfigSets CREATE does not set trusted flag

2020-10-01 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205827#comment-17205827 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-14663: -- This does se

[jira] [Updated] (SOLR-14663) ConfigSets CREATE does not set trusted flag

2020-10-01 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Eduardo Fernandez Lobbe updated SOLR-14663: - Attachment: SOLR-14663.patch > ConfigSets CREATE does not set tru

[jira] [Commented] (SOLR-14663) ConfigSets CREATE does not set trusted flag

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

[jira] [Commented] (SOLR-12987) Log deprecation warnings to separate log file

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

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1937: LUCENE-9541 ConjunctionDISI sub-iterators check

2020-10-01 Thread GitBox
jpountz commented on a change in pull request #1937: URL: https://github.com/apache/lucene-solr/pull/1937#discussion_r498523124 ## File path: lucene/core/src/java/org/apache/lucene/search/ConjunctionDISI.java ## @@ -227,6 +236,7 @@ private int doNext(int doc) throws IOException

[jira] [Commented] (SOLR-14663) ConfigSets CREATE does not set trusted flag

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

[GitHub] [lucene-solr] madrob commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-01 Thread GitBox
madrob commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r498535024 ## File path: lucene/packaging/build.gradle ## @@ -0,0 +1,160 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contrib

[jira] [Assigned] (SOLR-14888) Echo directory to run Solr from for the "assemble" and "dev" targets in the Gradle build

2020-10-01 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob reassigned SOLR-14888: Assignee: Mike Drob > Echo directory to run Solr from for the "assemble" and "dev" targets in the

[jira] [Commented] (SOLR-14888) Echo directory to run Solr from for the "assemble" and "dev" targets in the Gradle build

2020-10-01 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205850#comment-17205850 ] Mike Drob commented on SOLR-14888: -- I'll handle this while doing LUCENE-9488 https://gi

[jira] [Commented] (SOLR-14663) ConfigSets CREATE does not set trusted flag

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

[GitHub] [lucene-solr] thelabdude opened a new pull request #1938: SOLR-14766: Remove restlet as dependency for the ManagedResource API

2020-10-01 Thread GitBox
thelabdude opened a new pull request #1938: URL: https://github.com/apache/lucene-solr/pull/1938 # Description Here’s a quick pass at keeping the existing ManagedResource API endpoints in place but without using Restlet. Now that I’ve gone through this code again, it see

[jira] [Commented] (SOLR-14766) Deprecate ManagedResources from Solr

2020-10-01 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205888#comment-17205888 ] Timothy Potter commented on SOLR-14766: --- Here's a start: https://github.com/apache/

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #1938: SOLR-14766: Remove restlet as dependency for the ManagedResource API

2020-10-01 Thread GitBox
muse-dev[bot] commented on a change in pull request #1938: URL: https://github.com/apache/lucene-solr/pull/1938#discussion_r498581982 ## File path: solr/core/src/java/org/apache/solr/rest/RestManager.java ## @@ -326,44 +327,46 @@ public void doInit() throws ResourceException {

[jira] [Updated] (SOLR-14766) Deprecate ManagedResources from Solr

2020-10-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14766: -- Attachment: SOLR-14766.patch > Deprecate ManagedResources from Solr > -

[jira] [Commented] (SOLR-14766) Deprecate ManagedResources from Solr

2020-10-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205929#comment-17205929 ] Noble Paul commented on SOLR-14766: --- [~thelabdude] The patch avoids special handling f

[GitHub] [lucene-solr] dsmiley merged pull request #1740: LUCENE-9458: WDGF and WDF should tie-break by endOffset

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

[jira] [Commented] (LUCENE-9458) WordDelimiterGraphFilter (and non-graph) should tie-break order using end offset

2020-10-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205938#comment-17205938 ] ASF subversion and git services commented on LUCENE-9458: - Commi

[jira] [Commented] (LUCENE-9458) WordDelimiterGraphFilter (and non-graph) should tie-break order using end offset

2020-10-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205943#comment-17205943 ] ASF subversion and git services commented on LUCENE-9458: - Commi

[jira] [Commented] (LUCENE-9458) WordDelimiterGraphFilter (and non-graph) should tie-break order using end offset

2020-10-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205944#comment-17205944 ] ASF subversion and git services commented on LUCENE-9458: - Commi

[jira] [Resolved] (LUCENE-9458) WordDelimiterGraphFilter (and non-graph) should tie-break order using end offset

2020-10-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-9458. -- Fix Version/s: 8.7 Resolution: Fixed > WordDelimiterGraphFilter (and non-graph) should

[jira] [Commented] (LUCENE-9533) Consider switching to javacc21

2020-10-01 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205952#comment-17205952 ] Ishan Chattopadhyaya commented on LUCENE-9533: -- Oh! I didn't realise it was

[GitHub] [lucene-solr] noblepaul commented on pull request #1938: SOLR-14766: Remove restlet as dependency for the ManagedResource API

2020-10-01 Thread GitBox
noblepaul commented on pull request #1938: URL: https://github.com/apache/lucene-solr/pull/1938#issuecomment-702507313 I've given a patch to be applied over this branch This is an automated message from the Apache Git Service

[jira] [Commented] (LUCENE-9032) Make public: BaseTokenStreamTestCase.checkResetException

2020-10-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205959#comment-17205959 ] ASF subversion and git services commented on LUCENE-9032: - Commi

[jira] [Commented] (LUCENE-9032) Make public: BaseTokenStreamTestCase.checkResetException

2020-10-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205960#comment-17205960 ] ASF subversion and git services commented on LUCENE-9032: - Commi

[jira] [Resolved] (LUCENE-9032) Make public: BaseTokenStreamTestCase.checkResetException

2020-10-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-9032. -- Fix Version/s: 8.7 Resolution: Fixed > Make public: BaseTokenStreamTestCase.checkResetE

[GitHub] [lucene-solr] dsmiley commented on pull request #1938: SOLR-14766: Remove restlet as dependency for the ManagedResource API

2020-10-01 Thread GitBox
dsmiley commented on pull request #1938: URL: https://github.com/apache/lucene-solr/pull/1938#issuecomment-702515974 The title of this PR refers to SOLR-14766 which is about deprecation and/or removal of managed resources overall. I think this PR should be retitled to link to https://is

[jira] [Commented] (LUCENE-9533) Consider switching to javacc21

2020-10-01 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205987#comment-17205987 ] Dawid Weiss commented on LUCENE-9533: - Please file another issue or reopen and assig

[GitHub] [lucene-solr] dweiss commented on pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-01 Thread GitBox
dweiss commented on pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-702532515 I'll take a look later today. On Fri, Oct 2, 2020 at 12:02 AM Mike Drob wrote: > *@madrob* commented on this pull request. > --

[jira] [Comment Edited] (LUCENE-9548) Publish master (9.x) snapshots to https://repository.apache.org

2020-10-01 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206004#comment-17206004 ] Dawid Weiss edited comment on LUCENE-9548 at 10/2/20, 6:58 AM: ---

[jira] [Commented] (LUCENE-9548) Publish master (9.x) snapshots to https://repository.apache.org

2020-10-01 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206004#comment-17206004 ] Dawid Weiss commented on LUCENE-9548: - Hi Uwe. I've changed credential property name