[GitHub] [lucene-solr] dsmiley closed pull request #1514: SOLR-13749: Change cross-collection join query syntax to {!join method=crossCollection ...}

2020-06-26 Thread GitBox
dsmiley closed pull request #1514: URL: https://github.com/apache/lucene-solr/pull/1514 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] [Commented] (SOLR-10742) SolrCores.getNamesForCore is quite inefficient and blocks other core operations

2020-06-26 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146784#comment-17146784 ] David Smiley commented on SOLR-10742: - This method appears only used for an informational gauge

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

2020-06-26 Thread Yaswanth (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146748#comment-17146748 ] Yaswanth commented on SOLR-14575: - Can I get an update on this please or at least a possible work

[jira] [Resolved] (SOLR-13286) Move Metrics handler and any other noisy admin logging to debug

2020-06-26 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-13286. - Fix Version/s: 8.6 Resolution: Fixed > Move Metrics handler and any other noisy admin logging to

[jira] [Commented] (SOLR-13286) Move Metrics handler and any other noisy admin logging to debug

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

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-06-26 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146689#comment-17146689 ] Michael McCandless commented on LUCENE-8962: OK it looks to me like this failure is

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-06-26 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146683#comment-17146683 ] Michael McCandless commented on LUCENE-8962: LOL, that's awesome. Hmm, beasting just hit

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1620: SOLR-14590 : Alternative approach

2020-06-26 Thread GitBox
tflobbe commented on a change in pull request #1620: URL: https://github.com/apache/lucene-solr/pull/1620#discussion_r446435394 ## File path: solr/core/src/java/org/apache/solr/schema/RankField.java ## @@ -0,0 +1,92 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (SOLR-13286) Move Metrics handler and any other noisy admin logging to debug

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

[jira] [Commented] (SOLR-13286) Move Metrics handler and any other noisy admin logging to debug

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

[GitHub] [lucene-solr] vthacker commented on a change in pull request #1620: SOLR-14590 : Alternative approach

2020-06-26 Thread GitBox
vthacker commented on a change in pull request #1620: URL: https://github.com/apache/lucene-solr/pull/1620#discussion_r446429171 ## File path: solr/core/src/java/org/apache/solr/schema/RankField.java ## @@ -0,0 +1,92 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [lucene-solr] tflobbe opened a new pull request #1620: SOLR-14590 : Alternative approach

2020-06-26 Thread GitBox
tflobbe opened a new pull request #1620: URL: https://github.com/apache/lucene-solr/pull/1620 This implements the "Approach 2" suggested by Varun here: https://github.com/apache/lucene-solr/pull/1616#discussion_r446404384

[jira] [Resolved] (SOLR-14572) Ref Guide doesn't cover all SearchComponents on the Search Components page

2020-06-26 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-14572. Fix Version/s: 8.6 master (9.0) Assignee: David Eric Pugh

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-06-26 Thread Simon Willnauer (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146635#comment-17146635 ] Simon Willnauer commented on LUCENE-8962: - I did push a fix. it's a test bug, this test relies

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-06-26 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146633#comment-17146633 ] Michael McCandless commented on LUCENE-8962: Thanks [~simonw], PR looks great.  I left a

[GitHub] [lucene-solr] vthacker commented on a change in pull request #1616: SOLR-14590: Add RankQParserPlugin

2020-06-26 Thread GitBox
vthacker commented on a change in pull request #1616: URL: https://github.com/apache/lucene-solr/pull/1616#discussion_r446404384 ## File path: solr/core/src/java/org/apache/solr/schema/RankField.java ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (SOLR-10742) SolrCores.getNamesForCore is quite inefficient and blocks other core operations

2020-06-26 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146630#comment-17146630 ] Erick Erickson commented on SOLR-10742: --- [~dsmiley] As you can probably tell, I'm going through a

[jira] [Commented] (SOLR-10814) Solr RuleBasedAuthorization config doesn't work seamlessly with kerberos authentication

2020-06-26 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146628#comment-17146628 ] Mike Drob commented on SOLR-10814: -- The other side is that all of the authentication plugins that

[jira] [Assigned] (SOLR-14590) Add support for FeatureField in Solr

2020-06-26 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Eduardo Fernandez Lobbe reassigned SOLR-14590: Fix Version/s: 8.6 master (9.0)

[GitHub] [lucene-solr] s1monw commented on pull request #1617: LUCENE-8962: Merge small segments on commit

2020-06-26 Thread GitBox
s1monw commented on pull request #1617: URL: https://github.com/apache/lucene-solr/pull/1617#issuecomment-650380004 > Wow! I didn't realize that capturing/cloning live docs at a point in time would be so complicated. I learned a lot from this PR about how deletes are handled. Thanks,

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1617: LUCENE-8962: Merge small segments on commit

2020-06-26 Thread GitBox
s1monw commented on a change in pull request #1617: URL: https://github.com/apache/lucene-solr/pull/1617#discussion_r446381908 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriterConfig.java ## @@ -459,6 +463,21 @@ public IndexWriterConfig

[jira] [Assigned] (SOLR-14597) Advanced Query Parser

2020-06-26 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck reassigned SOLR-14597: --- Assignee: Gus Heck > Advanced Query Parser > - > > Key:

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1617: LUCENE-8962: Merge small segments on commit

2020-06-26 Thread GitBox
s1monw commented on a change in pull request #1617: URL: https://github.com/apache/lucene-solr/pull/1617#discussion_r446379945 ## File path: lucene/core/src/java/org/apache/lucene/index/MergePolicy.java ## @@ -399,6 +416,40 @@ boolean hasFinished() { Optional

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1617: LUCENE-8962: Merge small segments on commit

2020-06-26 Thread GitBox
s1monw commented on a change in pull request #1617: URL: https://github.com/apache/lucene-solr/pull/1617#discussion_r446380003 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriterConfig.java ## @@ -459,6 +463,27 @@ public IndexWriterConfig

[jira] [Updated] (SOLR-14182) Move metric reporters config from solr.xml to ZK cluster properties

2020-06-26 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-14182: Fix Version/s: (was: 8.6) > Move metric reporters config from solr.xml to ZK cluster

[jira] [Comment Edited] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

2020-06-26 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146601#comment-17146601 ] Andrzej Bialecki edited comment on SOLR-14588 at 6/26/20, 7:45 PM: ---

[jira] [Commented] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

2020-06-26 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146601#comment-17146601 ] Andrzej Bialecki commented on SOLR-14588: - [~atris] Thanks for adding the javadocs and

[jira] [Commented] (SOLR-10814) Solr RuleBasedAuthorization config doesn't work seamlessly with kerberos authentication

2020-06-26 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146600#comment-17146600 ] Mike Drob commented on SOLR-10814: -- I've been looking at this again, and have been thinking about the

[GitHub] [lucene-solr] madrob opened a new pull request #1619: SOLR-10814 Add short-name feature to RuleBasedAuthz plugin

2020-06-26 Thread GitBox
madrob opened a new pull request #1619: URL: https://github.com/apache/lucene-solr/pull/1619 Additional-Author: Hrishikesh Gadre This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Created] (SOLR-14597) Advanced Query Parser

2020-06-26 Thread Mike Nibeck (Jira)
Mike Nibeck created SOLR-14597: -- Summary: Advanced Query Parser Key: SOLR-14597 URL: https://issues.apache.org/jira/browse/SOLR-14597 Project: Solr Issue Type: New Feature Security Level:

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1617: LUCENE-8962: Merge small segments on commit

2020-06-26 Thread GitBox
mikemccand commented on a change in pull request #1617: URL: https://github.com/apache/lucene-solr/pull/1617#discussion_r446349990 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriterConfig.java ## @@ -459,6 +463,27 @@ public IndexWriterConfig

[jira] [Commented] (SOLR-14376) Optimize SolrIndexSearcher.getDocSet and getProcessedFilter for empty fq

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

[jira] [Commented] (SOLR-14376) Optimize SolrIndexSearcher.getDocSet and getProcessedFilter for empty fq

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

[jira] [Resolved] (LUCENE-7907) Ant precommit task WARNINGS about unclosed resources

2020-06-26 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved LUCENE-7907. - Resolution: Workaround Resolving as per above, instead of ant it will be gradle

[jira] [Commented] (LUCENE-7907) Ant precommit task WARNINGS about unclosed resources

2020-06-26 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146517#comment-17146517 ] Christine Poerschke commented on LUCENE-7907: - Sounds good. Glad to see the warnings will no

[jira] [Updated] (SOLR-12698) SolrFeature: no-fq optimisation

2020-06-26 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-12698: --- Resolution: Duplicate Status: Resolved (was: Patch Available) >

[GitHub] [lucene-solr] msfroh commented on pull request #1617: LUCENE-8962: Merge small segments on commit

2020-06-26 Thread GitBox
msfroh commented on pull request #1617: URL: https://github.com/apache/lucene-solr/pull/1617#issuecomment-650292411 Wow! I didn't realize that capturing/cloning live docs at a point in time would be so complicated. I learned a lot from this PR about how deletes are handled. Thanks, Simon!

[jira] [Resolved] (SOLR-13327) Randomize tests to use both sync and async logging

2020-06-26 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-13327. --- Resolution: Won't Fix I recently changed tests to use synchronous logging, see SOLR-13268 so

[jira] [Commented] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

2020-06-26 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146486#comment-17146486 ] Atri Sharma commented on SOLR-14588: [~erickerickson] Thank you so much for covering the test failure

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1617: LUCENE-8962: Merge small segments on commit

2020-06-26 Thread GitBox
mikemccand commented on a change in pull request #1617: URL: https://github.com/apache/lucene-solr/pull/1617#discussion_r446269728 ## File path: lucene/core/src/java/org/apache/lucene/index/MergePolicy.java ## @@ -399,6 +416,40 @@ boolean hasFinished() { Optional

[jira] [Commented] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

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

[jira] [Commented] (LUCENE-7907) Ant precommit task WARNINGS about unclosed resources

2020-06-26 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146480#comment-17146480 ] Erick Erickson commented on LUCENE-7907: [~cpoerschke] I think we can close this now?

[GitHub] [lucene-solr] atris merged pull request #1615: SOLR-14588: Follow Up Fixes and Documentation

2020-06-26 Thread GitBox
atris merged pull request #1615: URL: https://github.com/apache/lucene-solr/pull/1615 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] (SOLR-10229) See what it would take to shift many of our one-off schemas used for testing to managed schema and construct them as part of the tests

2020-06-26 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146477#comment-17146477 ] Alexandre Rafalovitch commented on SOLR-10229: -- I vote for unassign and convert to Wish. It

[jira] [Commented] (SOLR-14376) Optimize SolrIndexSearcher.getDocSet and getProcessedFilter for empty fq

2020-06-26 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146474#comment-17146474 ] Christine Poerschke commented on SOLR-14376: bq. What you found there could be removed ...

[jira] [Commented] (SOLR-14585) Check the current user in SysV init script

2020-06-26 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146465#comment-17146465 ] Christine Poerschke commented on SOLR-14585: Hmm, not familiar with this way of invoking the

[jira] [Commented] (SOLR-14579) Remove SolrJ 'Utils' generic map functions

2020-06-26 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146437#comment-17146437 ] Erick Erickson commented on SOLR-14579: --- Addendum to my comment. It turned out that suppressing

[GitHub] [lucene-solr] romseygeek opened a new pull request #1618: LUCENE-9418: Fix ordered intervals over interleaved terms

2020-06-26 Thread GitBox
romseygeek opened a new pull request #1618: URL: https://github.com/apache/lucene-solr/pull/1618 Given the input text 'A B A C', an ordered interval 'A B C' will currently return an incorrect internal [2, 3] in addition to the correct [0, 3] interval. This is due to a bug in the

[jira] [Created] (LUCENE-9418) Ordered intervals can give inaccurate hits on interleaved terms

2020-06-26 Thread Alan Woodward (Jira)
Alan Woodward created LUCENE-9418: - Summary: Ordered intervals can give inaccurate hits on interleaved terms Key: LUCENE-9418 URL: https://issues.apache.org/jira/browse/LUCENE-9418 Project: Lucene -

[jira] [Created] (SOLR-14596) Add equals()/hashCode() impls to SolrJ Request objects

2020-06-26 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-14596: -- Summary: Add equals()/hashCode() impls to SolrJ Request objects Key: SOLR-14596 URL: https://issues.apache.org/jira/browse/SOLR-14596 Project: Solr

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-06-26 Thread Simon Willnauer (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146321#comment-17146321 ] Simon Willnauer commented on LUCENE-8962: - I think we are ready for review I opened a PR here

[GitHub] [lucene-solr] s1monw opened a new pull request #1617: LUCENE-8962: Merge small segments on commit

2020-06-26 Thread GitBox
s1monw opened a new pull request #1617: URL: https://github.com/apache/lucene-solr/pull/1617 This PR revisits the merge-on-commit patch submitted by @msfroh a little while ago. The only change from that earlier PR is a fix for failures uncovered by TestIndexWriter.testRandomOperations,

[GitHub] [lucene-solr] s1monw commented on pull request #1617: LUCENE-8962: Merge small segments on commit

2020-06-26 Thread GitBox
s1monw commented on pull request #1617: URL: https://github.com/apache/lucene-solr/pull/1617#issuecomment-650198076 @mikemccand can you take a look This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (SOLR-14585) Check the current user in SysV init script

2020-06-26 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146304#comment-17146304 ] Mikhail Khludnev commented on SOLR-14585: - [~cpoerschke], WDYT? > Check the current user in SysV

[jira] [Resolved] (SOLR-14502) increase bin/solr's post kill sleep

2020-06-26 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-14502. Resolution: Fixed > increase bin/solr's post kill sleep >

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-06-26 Thread Simon Willnauer (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146286#comment-17146286 ] Simon Willnauer commented on LUCENE-8962: - [~mikemccand] I pushed fixes for both failures > Can

[jira] [Commented] (SOLR-10229) See what it would take to shift many of our one-off schemas used for testing to managed schema and construct them as part of the tests

2020-06-26 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146259#comment-17146259 ] Erick Erickson commented on SOLR-10229: --- [~arafalov] To be able to do that, you have to have a

[jira] [Commented] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

2020-06-26 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146249#comment-17146249 ] Erick Erickson commented on SOLR-14588: --- I should really have just disabled the test. I don't think

[jira] [Updated] (SOLR-14537) Improve performance of ExportWriter

2020-06-26 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-14537: Fix Version/s: 8.6 > Improve performance of ExportWriter >

[jira] [Resolved] (SOLR-14170) Tag package feature as experimental

2020-06-26 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14170. Resolution: Won't Do > Tag package feature as experimental > --- >

[jira] [Commented] (SOLR-14354) HttpShardHandler send requests in async

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

[jira] [Commented] (SOLR-14354) HttpShardHandler send requests in async

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

[jira] [Updated] (SOLR-14354) HttpShardHandler send requests in async

2020-06-26 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-14354: Summary: HttpShardHandler send requests in async (was: Async or using threads in better way for

[jira] [Commented] (SOLR-14307) "user caches" don't support "enabled" attribute

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

[jira] [Commented] (SOLR-14237) Add authenticated user principal in Solr admin UI

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

[jira] [Commented] (SOLR-14354) Async or using threads in better way for HttpShardHandler

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

[jira] [Commented] (SOLR-14594) Bold title text in UI dashboard

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

[jira] [Commented] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

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

[jira] [Commented] (SOLR-14541) Ensure classes that implement equals implement hashCode or suppress warnings

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

[jira] [Commented] (SOLR-14578) Confusing Name in the docs and Test of Auto Add Trigger

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

[jira] [Commented] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

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

[jira] [Commented] (LUCENE-9389) Enhance logging messages in Lucene's Luke module

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

[jira] [Commented] (SOLR-10229) See what it would take to shift many of our one-off schemas used for testing to managed schema and construct them as part of the tests

2020-06-26 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146024#comment-17146024 ] David Smiley commented on SOLR-10229: - While I'm still a believer in the ideas above (tests that