[jira] [Commented] (SOLR-8362) Add docValues support for TextField

2020-07-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167640#comment-17167640 ] David Smiley commented on SOLR-8362: Hey [~hossman] I want to ensure you noticed [~mgibney]'s comment

[jira] [Resolved] (SOLR-12845) Add a default cluster policy

2020-07-29 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-12845. --- Resolution: Abandoned (was: Fixed) The default cluster policy has been removed in 8.6.1 >

[jira] [Updated] (SOLR-12845) Add a default cluster policy

2020-07-29 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-12845: -- Fix Version/s: 8.6.1 > Add a default cluster policy > > >

[jira] [Resolved] (LUCENE-9443) "IndexReader is closed" regression in highlighter

2020-07-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-9443. -- Fix Version/s: 8.6.1 Resolution: Fixed Thanks for the fast bug report with pointer to

[jira] [Commented] (LUCENE-9443) "IndexReader is closed" regression in highlighter

2020-07-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167524#comment-17167524 ] ASF subversion and git services commented on LUCENE-9443: - Commit

[jira] [Commented] (LUCENE-9443) "IndexReader is closed" regression in highlighter

2020-07-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167522#comment-17167522 ] ASF subversion and git services commented on LUCENE-9443: - Commit

[jira] [Commented] (LUCENE-9443) "IndexReader is closed" regression in highlighter

2020-07-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167523#comment-17167523 ] ASF subversion and git services commented on LUCENE-9443: - Commit

[jira] [Commented] (SOLR-14660) Migrating HDFS into a package

2020-07-29 Thread Aroop (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167457#comment-17167457 ] Aroop commented on SOLR-14660: -- [~warper] this is a great start. I have a few questions regarding the

[jira] [Commented] (LUCENE-9424) Have a warning comment for AttributeSource.captureState

2020-07-29 Thread Haoyu Zhai (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167454#comment-17167454 ] Haoyu Zhai commented on LUCENE-9424: [~mikemccand] Thank you! > Have a warning comment for

[jira] [Commented] (SOLR-14660) Migrating HDFS into a package

2020-07-29 Thread Istvan Farkas (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167449#comment-17167449 ] Istvan Farkas commented on SOLR-14660: -- I'm working on the HDFS package. As discussed with

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1694: SOLR-14680: Provide simple interfaces to our concrete SolrCloud classes

2020-07-29 Thread GitBox
janhoy commented on a change in pull request #1694: URL: https://github.com/apache/lucene-solr/pull/1694#discussion_r462323818 ## File path: solr/solrj/src/java/org/apache/solr/cluster/api/SolrNode.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [lucene-solr] cpoerschke opened a new pull request #1705: factor out static LTRQParserPlugin.newLTRScoringQuery(...) method

2020-07-29 Thread GitBox
cpoerschke opened a new pull request #1705: URL: https://github.com/apache/lucene-solr/pull/1705 Currently the `ltr` parser takes a single `model` argument from which an `LTRScoringQuery` object is created. If the parser needs to construct multiple `LTRScoringQuery` objects -- e.g.

[GitHub] [lucene-solr] janhoy merged pull request #1701: SOLR-14671: Parsing dynamic ZK config sometimes cause NuberFormatException

2020-07-29 Thread GitBox
janhoy merged pull request #1701: URL: https://github.com/apache/lucene-solr/pull/1701 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] janhoy commented on a change in pull request #1701: SOLR-14671: Parsing dynamic ZK config sometimes cause NuberFormatException

2020-07-29 Thread GitBox
janhoy commented on a change in pull request #1701: URL: https://github.com/apache/lucene-solr/pull/1701#discussion_r462128930 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZookeeperStatusHandler.java ## @@ -112,15 +112,21 @@ public void

[jira] [Assigned] (LUCENE-9443) "IndexReader is closed" regression in highlighter

2020-07-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned LUCENE-9443: Assignee: David Smiley > "IndexReader is closed" regression in highlighter >

[GitHub] [lucene-solr] cpoerschke commented on a change in pull request #1571: SOLR-14560: Interleaving for Learning To Rank

2020-07-29 Thread GitBox
cpoerschke commented on a change in pull request #1571: URL: https://github.com/apache/lucene-solr/pull/1571#discussion_r462456864 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/search/LTRQParserPlugin.java ## @@ -146,93 +149,114 @@ public LTRQParser(String qstr,

[GitHub] [lucene-solr] henrik242 commented on a change in pull request #1701: SOLR-14671: Parsing dynamic ZK config sometimes cause NuberFormatException

2020-07-29 Thread GitBox
henrik242 commented on a change in pull request #1701: URL: https://github.com/apache/lucene-solr/pull/1701#discussion_r462134434 ## File path: solr/CHANGES.txt ## @@ -164,6 +164,13 @@ Other Changes * SOLR-11868: Deprecate CloudSolrClient.setIdField, use information from

[jira] [Created] (SOLR-14693) Using `fl=[explain]` (ExplainAugmenterFactory) does not work when grouping is enabled and collection has only one shard

2020-07-29 Thread Charles Burnett (Jira)
Charles Burnett created SOLR-14693: -- Summary: Using `fl=[explain]` (ExplainAugmenterFactory) does not work when grouping is enabled and collection has only one shard Key: SOLR-14693 URL:

[jira] [Commented] (LUCENE-9376) Fix or suppress 20 resource leak precommit warnings in lucene/search

2020-07-29 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167350#comment-17167350 ] Erick Erickson commented on LUCENE-9376: OK, thanks. Sorry for the noise. > Fix or suppress 20

[jira] [Commented] (SOLR-14671) NumberFormatException on ZK Status page when client port missing in dynamic config

2020-07-29 Thread Aliaksei Zhynhiarouski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167325#comment-17167325 ] Aliaksei Zhynhiarouski commented on SOLR-14671: --- I did correct configuration as Henrik

[jira] [Created] (SOLR-14692) JSON Facet "join" domain should take optional "method" property

2020-07-29 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-14692: -- Summary: JSON Facet "join" domain should take optional "method" property Key: SOLR-14692 URL: https://issues.apache.org/jira/browse/SOLR-14692 Project: Solr

[jira] [Resolved] (SOLR-13205) StringIndexOutOfBoundsException in SolrQueryParserBase.getFieldQuery

2020-07-29 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-13205. Resolution: Fixed Got a fix back on branch_8x. Thanks everyone. >

[jira] [Commented] (SOLR-13205) StringIndexOutOfBoundsException in SolrQueryParserBase.getFieldQuery

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

[jira] [Commented] (SOLR-14689) Convert streaming expressions into packages

2020-07-29 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167268#comment-17167268 ] Joel Bernstein commented on SOLR-14689: --- Having a separate JDBC shaded jar is major step forward,

[jira] [Commented] (SOLR-14671) NumberFormatException on ZK Status page when client port missing in dynamic config

2020-07-29 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167263#comment-17167263 ] Jan Høydahl commented on SOLR-14671: Thanks for confirming, Henrik! > NumberFormatException on ZK

[jira] [Commented] (SOLR-14671) NumberFormatException on ZK Status page when client port missing in dynamic config

2020-07-29 Thread Henrik (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167261#comment-17167261 ] Henrik commented on SOLR-14671: --- Just to confirm: Adding the clientPort to the server.n entries in zoo.cfg

[jira] [Commented] (LUCENE-9376) Fix or suppress 20 resource leak precommit warnings in lucene/search

2020-07-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167260#comment-17167260 ] David Smiley commented on LUCENE-9376: -- I will submit a fix for that today for 8.6.1 > Fix or

[jira] [Created] (LUCENE-9443) "IndexReader is closed" regression in highlighter

2020-07-29 Thread Chris Beer (Jira)
Chris Beer created LUCENE-9443: -- Summary: "IndexReader is closed" regression in highlighter Key: LUCENE-9443 URL: https://issues.apache.org/jira/browse/LUCENE-9443 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-9416) Fix CheckIndex to print norms as unsigned integers

2020-07-29 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-9416: --- Fix Version/s: 8.7 master (9.0) Resolution: Fixed

[jira] [Commented] (LUCENE-9416) Fix CheckIndex to print norms as unsigned integers

2020-07-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167241#comment-17167241 ] ASF subversion and git services commented on LUCENE-9416: - Commit

[jira] [Commented] (LUCENE-9416) Fix CheckIndex to print norms as unsigned integers

2020-07-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167240#comment-17167240 ] ASF subversion and git services commented on LUCENE-9416: - Commit

[jira] [Commented] (SOLR-14689) Convert streaming expressions into packages

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167237#comment-17167237 ] Ishan Chattopadhyaya commented on SOLR-14689: - bq. So it sounds like in this ticket the main

[jira] [Commented] (SOLR-14689) Convert streaming expressions into packages

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167234#comment-17167234 ] Ishan Chattopadhyaya commented on SOLR-14689: - I think we should have a separate

[jira] [Created] (SOLR-14691) Metrics reporting should avoid creating objects

2020-07-29 Thread Andrzej Bialecki (Jira)
Andrzej Bialecki created SOLR-14691: --- Summary: Metrics reporting should avoid creating objects Key: SOLR-14691 URL: https://issues.apache.org/jira/browse/SOLR-14691 Project: Solr Issue

[jira] [Commented] (LUCENE-9416) Fix CheckIndex to print norms as unsigned integers

2020-07-29 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167224#comment-17167224 ] Michael McCandless commented on LUCENE-9416: Thanks [~mosadiq] – I'll commit your patch

[jira] [Commented] (SOLR-14689) Convert streaming expressions into packages

2020-07-29 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167216#comment-17167216 ] Jan Høydahl commented on SOLR-14689: Great if this can be first step in slimming SolrJ as well. If

[jira] [Updated] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-07-29 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-14636: -- Attachment: jenkins.png Status: Open (was: Open) Here is my local Jenkins

[jira] [Commented] (LUCENE-9376) Fix or suppress 20 resource leak precommit warnings in lucene/search

2020-07-29 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167204#comment-17167204 ] Erick Erickson commented on LUCENE-9376: [~dsmiley] So do you want me to fix it up or is this

[jira] [Commented] (SOLR-14689) Convert streaming expressions into packages

2020-07-29 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167201#comment-17167201 ] Joel Bernstein commented on SOLR-14689: --- The only thing to consider with this is the JDBC driver.

[jira] [Commented] (SOLR-14689) Convert streaming expressions into packages

2020-07-29 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167197#comment-17167197 ] Joel Bernstein commented on SOLR-14689: --- So it sounds like in this ticket the main goal is the move

[jira] [Commented] (LUCENE-9440) FieldInfo#checkConsistency called twice from Lucene50(60)FieldInfosFormat#read

2020-07-29 Thread Yauheni Putsykovich (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167138#comment-17167138 ] Yauheni Putsykovich commented on LUCENE-9440: - So, what do you think? >

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

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

[jira] [Commented] (SOLR-14684) CloudExitableDirectoryReaderTest failing about 25% of the time

2020-07-29 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167134#comment-17167134 ] Erick Erickson commented on SOLR-14684: --- I can get this to fail pretty quickly, so let me know if

[jira] [Updated] (SOLR-11611) Starting Solr using solr.cmd fails under Windows, when the path contains a parenthesis character

2020-07-29 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-11611: --- Component/s: scripts and tools > Starting Solr using solr.cmd fails under Windows, when the path

[jira] [Commented] (SOLR-14673) Add CLI for Streaming Expressions

2020-07-29 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167130#comment-17167130 ] Andrzej Bialecki commented on SOLR-14673: - [~jbernste] minor nit on the naming: widely accepted

[jira] [Commented] (SOLR-14489) ReplicationHandler: remove deprecated "master.commitReserveDuration" use (in favour "commitReserveDuration")

2020-07-29 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167129#comment-17167129 ] Christine Poerschke commented on SOLR-14489: On branch_8x e.g.

[jira] [Updated] (SOLR-14489) ReplicationHandler: remove deprecated "master.commitReserveDuration" use (in favour "commitReserveDuration")

2020-07-29 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-14489: --- Fix Version/s: master (9.0) Resolution: Fixed Status: Resolved

[jira] [Updated] (SOLR-14489) ReplicationHandler: remove deprecated "master.commitReserveDuration" use (in favour "commitReserveDuration")

2020-07-29 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-14489: --- Description: SOLR-10962 in Solr 7.1 deprecated the ReplicationHandler's

[jira] [Commented] (SOLR-14489) ReplicationHandler: remove deprecated "master.commitReserveDuration" use (in favour "commitReserveDuration")

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

[jira] [Commented] (SOLR-13289) Support for BlockMax WAND

2020-07-29 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167124#comment-17167124 ] Christine Poerschke commented on SOLR-13289: "increased minExactCount related cache use"

[jira] [Created] (SOLR-14690) increased minExactCount related cache use

2020-07-29 Thread Christine Poerschke (Jira)
Christine Poerschke created SOLR-14690: -- Summary: increased minExactCount related cache use Key: SOLR-14690 URL: https://issues.apache.org/jira/browse/SOLR-14690 Project: Solr Issue

[jira] [Updated] (SOLR-11611) Starting Solr using solr.cmd fails under Windows, when the path contains a parenthesis charactercharacter

2020-07-29 Thread Jakob Furrer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Furrer updated SOLR-11611: Summary: Starting Solr using solr.cmd fails under Windows, when the path contains a parenthesis

[jira] [Commented] (SOLR-11611) Starting Solr using solr.cmd fails under Windows, when the path contains a parenthesis character

2020-07-29 Thread Jakob Furrer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167100#comment-17167100 ] Jakob Furrer commented on SOLR-11611: - Jira title changed to "Starting Solr using solr.cmd fails

[jira] [Updated] (SOLR-11611) Starting Solr using solr.cmd fails under Windows, when the path contains a parenthesis character

2020-07-29 Thread Jakob Furrer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Furrer updated SOLR-11611: Summary: Starting Solr using solr.cmd fails under Windows, when the path contains a parenthesis

[jira] [Commented] (SOLR-14671) NumberFormatException on ZK Status page when client port missing in dynamic config

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

[jira] [Commented] (SOLR-11611) Starting Solr using solr.cmd fails under Windows, when the path contains a space

2020-07-29 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167082#comment-17167082 ] Jan Høydahl commented on SOLR-11611: Here's Uwe's comment from the 8.5 VOTE thread: {quote} - Solr

[jira] [Commented] (SOLR-14671) NumberFormatException on ZK Status page when client port missing in dynamic config

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

[GitHub] [lucene-solr] gus-asf opened a new pull request #1704: Found that asciidoctor 1.5.6.2 cause build-site to fail on long anchors (#1700)

2020-07-29 Thread GitBox
gus-asf opened a new pull request #1704: URL: https://github.com/apache/lucene-solr/pull/1704 * Found that asciidoctor 1.5.6.2 cause build-site to fail on long anchors, 2.0.10 definitely works. * Clarity on when an upgrade is required, also fix obsolete wording from when PDFs were

[GitHub] [lucene-solr] noblepaul edited a comment on pull request #1694: SOLR-14680: Provide simple interfaces to our concrete SolrCloud classes

2020-07-29 Thread GitBox
noblepaul edited a comment on pull request #1694: URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-664402636 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (SOLR-14671) NumberFormatException on ZK Status page when client port missing in dynamic config

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

[GitHub] [lucene-solr] mocobeta commented on pull request #1695: LUCENE-9321: Fix Javadoc offline link base url for snapshot build

2020-07-29 Thread GitBox
mocobeta commented on pull request #1695: URL: https://github.com/apache/lucene-solr/pull/1695#issuecomment-665018578 Thanks for confirming, I merged it. p.s. > I don't fully understand the issue, but as a workaround it's ok for now. Here is a bit more detailed

[jira] [Resolved] (SOLR-14671) NumberFormatException on ZK Status page when client port missing in dynamic config

2020-07-29 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14671. Resolution: Fixed > NumberFormatException on ZK Status page when client port missing in dynamic >

[GitHub] [lucene-solr] henrik242 commented on pull request #1701: SOLR-14671: Parsing dynamic ZK config sometimes cause NuberFormatException

2020-07-29 Thread GitBox
henrik242 commented on pull request #1701: URL: https://github.com/apache/lucene-solr/pull/1701#issuecomment-664775724 By the way, should the rest of the integer parsers (leaderPort etc) have similar null safety checks?

[GitHub] [lucene-solr] ctargett commented on pull request #1700: Found that asciidoctor 1.5.6.2 cause build-site to fail on long anchors

2020-07-29 Thread GitBox
ctargett commented on pull request #1700: URL: https://github.com/apache/lucene-solr/pull/1700#issuecomment-66472 This is only a problem if you already had it installed before it was upgraded several months ago. At that time, I sent mail to the Dev list explaining the need for people

[GitHub] [lucene-solr] gus-asf merged pull request #1699: SOLR-13169 Improve docs for MOVEREPLICA

2020-07-29 Thread GitBox
gus-asf merged pull request #1699: URL: https://github.com/apache/lucene-solr/pull/1699 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

[GitHub] [lucene-solr] gus-asf opened a new pull request #1699: SOLR-13169 Improve docs for MOVEREPLICA

2020-07-29 Thread GitBox
gus-asf opened a new pull request #1699: URL: https://github.com/apache/lucene-solr/pull/1699 - document additional existing parameters, second pass fixing spelling and other details. (cherry picked from commit b00d747eb6a94ab5775258b032e621f998ec44ba) SOLR-13169 Improve

[GitHub] [lucene-solr] chatman commented on pull request #1694: SOLR-14680: Provide simple interfaces to our concrete SolrCloud classes

2020-07-29 Thread GitBox
chatman commented on pull request #1694: URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-664610279 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [lucene-solr] gus-asf merged pull request #1700: Found that asciidoctor 1.5.6.2 cause build-site to fail on long anchors

2020-07-29 Thread GitBox
gus-asf merged pull request #1700: URL: https://github.com/apache/lucene-solr/pull/1700 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

[GitHub] [lucene-solr] gus-asf commented on pull request #1700: Found that asciidoctor 1.5.6.2 cause build-site to fail on long anchors

2020-07-29 Thread GitBox
gus-asf commented on pull request #1700: URL: https://github.com/apache/lucene-solr/pull/1700#issuecomment-665110670 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1703: SOLR-14686: remove SolrCore.logid

2020-07-29 Thread GitBox
dsmiley commented on a change in pull request #1703: URL: https://github.com/apache/lucene-solr/pull/1703#discussion_r461837562 ## File path: solr/core/src/java/org/apache/solr/core/SolrCore.java ## @@ -922,20 +920,15 @@ private UpdateHandler createUpdateHandler(String

[GitHub] [lucene-solr] dsmiley opened a new pull request #1703: SOLR-14686: remove SolrCore.logid

2020-07-29 Thread GitBox
dsmiley opened a new pull request #1703: URL: https://github.com/apache/lucene-solr/pull/1703 Obsoleted by MDC https://issues.apache.org/jira/browse/SOLR-14686 This is an automated message from the Apache Git Service.

[GitHub] [lucene-solr] sigram commented on a change in pull request #1672: SOLR-14651: Metrics History could disable better

2020-07-29 Thread GitBox
sigram commented on a change in pull request #1672: URL: https://github.com/apache/lucene-solr/pull/1672#discussion_r461682200 ## File path: solr/solrj/src/java/org/apache/solr/common/util/ExecutorUtil.java ## @@ -77,6 +77,12 @@ public static void

[GitHub] [lucene-solr] dsmiley closed pull request #289: SOLR-11745: change logging references to getName

2020-07-29 Thread GitBox
dsmiley closed pull request #289: URL: https://github.com/apache/lucene-solr/pull/289 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] mocobeta edited a comment on pull request #1695: LUCENE-9321: Fix Javadoc offline link base url for snapshot build

2020-07-29 Thread GitBox
mocobeta edited a comment on pull request #1695: URL: https://github.com/apache/lucene-solr/pull/1695#issuecomment-665018578 Thanks for confirming, I merged it. p.s. > I don't fully understand the issue, but as a workaround it's ok for now. Here is a bit more detailed

[GitHub] [lucene-solr] gus-asf opened a new pull request #1698: SOLR-13169 Improve docs for MOVEREPLICA

2020-07-29 Thread GitBox
gus-asf opened a new pull request #1698: URL: https://github.com/apache/lucene-solr/pull/1698 - document additional existing parameters, second pass fixing spelling and other details. (cherry picked from commit b00d747eb6a94ab5775258b032e621f998ec44ba) SOLR-13169 Improve docs

[GitHub] [lucene-solr] chatman commented on pull request #1702: SOLR-14681

2020-07-29 Thread GitBox
chatman commented on pull request #1702: URL: https://github.com/apache/lucene-solr/pull/1702#issuecomment-664784298 Thanks for working on this. Unfortunately, I'm a bit busy this week and may be able to get to this by end of week. But if someone else can please review this meanwhile,

[GitHub] [lucene-solr] MarcusSorealheis opened a new pull request #1702: SOLR-14681

2020-07-29 Thread GitBox
MarcusSorealheis opened a new pull request #1702: URL: https://github.com/apache/lucene-solr/pull/1702 # Description Add the ability to delete a locally stored a distributed jar # Solution PR # Tests I add test for changes to the package

[GitHub] [lucene-solr] gus-asf opened a new pull request #1700: Found that asciidoctor 1.5.6.2 cause build-site to fail on long anchors

2020-07-29 Thread GitBox
gus-asf opened a new pull request #1700: URL: https://github.com/apache/lucene-solr/pull/1700 Documenting need to have ascii doctor version up to date. This is an automated message from the Apache Git Service. To respond to

[GitHub] [lucene-solr] gus-asf merged pull request #1698: SOLR-13169 Improve docs for MOVEREPLICA

2020-07-29 Thread GitBox
gus-asf merged pull request #1698: URL: https://github.com/apache/lucene-solr/pull/1698 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

[GitHub] [lucene-solr] mocobeta merged pull request #1695: LUCENE-9321: Fix Javadoc offline link base url for snapshot build

2020-07-29 Thread GitBox
mocobeta merged pull request #1695: URL: https://github.com/apache/lucene-solr/pull/1695 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

[GitHub] [lucene-solr] janhoy commented on pull request #1701: SOLR-14671: Parsing dynamic ZK config sometimes cause NuberFormatException

2020-07-29 Thread GitBox
janhoy commented on pull request #1701: URL: https://github.com/apache/lucene-solr/pull/1701#issuecomment-664940160 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1702: SOLR-14681

2020-07-29 Thread GitBox
MarcusSorealheis commented on pull request #1702: URL: https://github.com/apache/lucene-solr/pull/1702#issuecomment-664779946 @noblepaul @chatman other package masters This is an automated message from the Apache Git

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1701: SOLR-14671: Parsing dynamic ZK config sometimes cause NuberFormatException

2020-07-29 Thread GitBox
janhoy commented on a change in pull request #1701: URL: https://github.com/apache/lucene-solr/pull/1701#discussion_r461461015 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZookeeperStatusHandler.java ## @@ -112,15 +112,21 @@ public void

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1704: Found that asciidoctor 1.5.6.2 cause build-site to fail on long anchors (#1700)

2020-07-29 Thread GitBox
HoustonPutman commented on pull request #1704: URL: https://github.com/apache/lucene-solr/pull/1704#issuecomment-665290044 Looks good to me! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #1701: SOLR-14671: Parsing dynamic ZK config sometimes cause NuberFormatException

2020-07-29 Thread GitBox
HoustonPutman commented on a change in pull request #1701: URL: https://github.com/apache/lucene-solr/pull/1701#discussion_r461777172 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZookeeperStatusHandler.java ## @@ -112,15 +112,21 @@ public void

[GitHub] [lucene-solr] janhoy opened a new pull request #1701: SOLR-14671: Parsing dynamic ZK config sometimes cause NuberFormatException

2020-07-29 Thread GitBox
janhoy opened a new pull request #1701: URL: https://github.com/apache/lucene-solr/pull/1701 See https://issues.apache.org/jira/browse/SOLR-14671 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene-solr] dsmiley merged pull request #1672: SOLR-14651: Metrics History could disable better

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

[GitHub] [lucene-solr] murblanc commented on pull request #1694: SOLR-14680: Provide simple interfaces to our concrete SolrCloud classes

2020-07-29 Thread GitBox
murblanc commented on pull request #1694: URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-664608589 EagerlyFetchedSolrCluster would then guarantee immutability? Must also be careful not too fetch too much. Autoscaling for example might not always need all details on

[GitHub] [lucene-solr] dweiss commented on pull request #1700: Found that asciidoctor 1.5.6.2 cause build-site to fail on long anchors

2020-07-29 Thread GitBox
dweiss commented on pull request #1700: URL: https://github.com/apache/lucene-solr/pull/1700#issuecomment-664811167 Please use gradle to compile the refguide. It'll keep dependencies up to date and consistent. This is an

[jira] [Commented] (SOLR-14688) First party package implementation design

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166936#comment-17166936 ] Ishan Chattopadhyaya commented on SOLR-14688: - bq. migrating some of our existing code to

[jira] [Commented] (SOLR-14673) Add CLI for Streaming Expressions

2020-07-29 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166920#comment-17166920 ] Noble Paul commented on SOLR-14673: --- Yes. Extracting the code out and compiling it into a separate jar

[jira] [Comment Edited] (SOLR-14673) Add CLI for Streaming Expressions

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166916#comment-17166916 ] Ishan Chattopadhyaya edited comment on SOLR-14673 at 7/29/20, 6:36 AM:

[jira] [Commented] (LUCENE-9376) Fix or suppress 20 resource leak precommit warnings in lucene/search

2020-07-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166919#comment-17166919 ] David Smiley commented on LUCENE-9376: -- [~erickerickson], your change to the UnifiedHighlighter

[jira] [Comment Edited] (SOLR-14673) Add CLI for Streaming Expressions

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166811#comment-17166811 ] Ishan Chattopadhyaya edited comment on SOLR-14673 at 7/29/20, 6:34 AM:

[jira] [Commented] (SOLR-14673) Add CLI for Streaming Expressions

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166916#comment-17166916 ] Ishan Chattopadhyaya commented on SOLR-14673: - I've added SOLR-14673 for converting into a

[jira] [Created] (SOLR-14689) Convert streaming expressions into packages

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
Ishan Chattopadhyaya created SOLR-14689: --- Summary: Convert streaming expressions into packages Key: SOLR-14689 URL: https://issues.apache.org/jira/browse/SOLR-14689 Project: Solr Issue

[jira] [Updated] (SOLR-14688) First party package implementation design

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-14688: Summary: First party package implementation design (was: first party package

[jira] [Commented] (SOLR-14688) first party package implementation design

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166908#comment-17166908 ] Ishan Chattopadhyaya commented on SOLR-14688: - I added the design document to the

[jira] [Updated] (SOLR-14688) first party package implementation design

2020-07-29 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-14688: Description: Here's the design document for first party packages:

[jira] [Commented] (SOLR-14688) first party package implementation design

2020-07-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166903#comment-17166903 ] David Smiley commented on SOLR-14688: - A design doc (what you are using JIRA for here) is basically

  1   2   >