[jira] [Commented] (LUCENE-9535) Investigate recent indexing slowdown for wikimedium documents

2020-09-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201924#comment-17201924 ] Adrien Grand commented on LUCENE-9535: -- Indexing throughput looks like it's back to where it was

[GitHub] [lucene-solr] noblepaul commented on pull request #1863: SOLR-14701: GuessSchemaFields URP to replace AddSchemaFields URP in schemaless mode

2020-09-24 Thread GitBox
noblepaul commented on pull request #1863: URL: https://github.com/apache/lucene-solr/pull/1863#issuecomment-698728576 I recommend a new request handler such as `/update/guess-schema` This way we do not need to add any new functionality, nor do we need to pass any extra params

[jira] [Commented] (SOLR-14613) Provide a clean API for pluggable replica assignment implementations

2020-09-24 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201915#comment-17201915 ] Noble Paul commented on SOLR-14613: --- The 2nd parameter is a varargs parameter.  so, you can set a

[jira] [Commented] (SOLR-14829) Update default components information in Reference Guide and solrconfig.xml files

2020-09-24 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201841#comment-17201841 ] Alexandre Rafalovitch commented on SOLR-14829: -- Ok, the [Reference Guide

[GitHub] [lucene-solr] goankur commented on a change in pull request #1893: LUCENE-9444 Utility class to get facet labels from taxonomy for a fac…

2020-09-24 Thread GitBox
goankur commented on a change in pull request #1893: URL: https://github.com/apache/lucene-solr/pull/1893#discussion_r494675000 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/TaxonomyFacetLabels.java ## @@ -0,0 +1,184 @@ +/* + * Licensed to the Apache

[jira] [Updated] (SOLR-14829) Update default components information in Reference Guide and solrconfig.xml files

2020-09-24 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch updated SOLR-14829: - Summary: Update default components information in Reference Guide and

[jira] [Commented] (SOLR-14829) Default components are missing facet_module and terms in documentation

2020-09-24 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201815#comment-17201815 ] Alexandre Rafalovitch commented on SOLR-14829: -- The patch no longer applies clean because

[GitHub] [lucene-solr] goankur commented on a change in pull request #1893: LUCENE-9444 Utility class to get facet labels from taxonomy for a fac…

2020-09-24 Thread GitBox
goankur commented on a change in pull request #1893: URL: https://github.com/apache/lucene-solr/pull/1893#discussion_r494665188 ## File path: lucene/facet/src/test/org/apache/lucene/facet/taxonomy/TestTaxonomyFacetCounts.java ## @@ -726,6 +743,39 @@ public void testRandom()

[jira] [Assigned] (SOLR-14829) Default components are missing facet_module and terms in documentation

2020-09-24 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch reassigned SOLR-14829: Assignee: Alexandre Rafalovitch (was: Ishan Chattopadhyaya) > Default

[GitHub] [lucene-solr] goankur commented on a change in pull request #1893: LUCENE-9444 Utility class to get facet labels from taxonomy for a fac…

2020-09-24 Thread GitBox
goankur commented on a change in pull request #1893: URL: https://github.com/apache/lucene-solr/pull/1893#discussion_r494655549 ## File path: lucene/facet/src/test/org/apache/lucene/facet/taxonomy/TestTaxonomyFacetCounts.java ## @@ -726,6 +743,39 @@ public void testRandom()

[GitHub] [lucene-solr] goankur commented on a change in pull request #1893: LUCENE-9444 Utility class to get facet labels from taxonomy for a fac…

2020-09-24 Thread GitBox
goankur commented on a change in pull request #1893: URL: https://github.com/apache/lucene-solr/pull/1893#discussion_r494654559 ## File path: lucene/facet/src/test/org/apache/lucene/facet/FacetTestCase.java ## @@ -56,6 +60,28 @@ public Facets

[jira] [Commented] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201802#comment-17201802 ] Uwe Schindler commented on SOLR-14889: -- bq. can we make `templateProps` final now? ... i didn't

[GitHub] [lucene-solr] goankur commented on a change in pull request #1893: LUCENE-9444 Utility class to get facet labels from taxonomy for a fac…

2020-09-24 Thread GitBox
goankur commented on a change in pull request #1893: URL: https://github.com/apache/lucene-solr/pull/1893#discussion_r494637269 ## File path: lucene/facet/src/test/org/apache/lucene/facet/taxonomy/TestTaxonomyFacetCounts.java ## @@ -711,6 +723,11 @@ public void testRandom()

[GitHub] [lucene-solr] dweiss commented on pull request #1919: Compute RAM usage ByteBuffersDataOutput on the fly.

2020-09-24 Thread GitBox
dweiss commented on pull request #1919: URL: https://github.com/apache/lucene-solr/pull/1919#issuecomment-698564766 I like the explicit field too, actually - even if you're right about capacity of internal blocks, Adrien. - this assertion there may actually be my mistake and the capacity

[jira] [Commented] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201749#comment-17201749 ] Dawid Weiss commented on SOLR-14889: bq. references to the variables/input used that code, so that

[jira] [Commented] (SOLR-14843) Define strongly-typed cluster configuration API

2020-09-24 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201732#comment-17201732 ] Ilan Ginzburg commented on SOLR-14843: -- I think we need to think the hierarchy carefully... Node

[jira] [Updated] (SOLR-14503) Solr does not respect waitForZk (SOLR_WAIT_FOR_ZK) property

2020-09-24 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-14503: Fix Version/s: 8.7 Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Commented] (SOLR-14503) Solr does not respect waitForZk (SOLR_WAIT_FOR_ZK) property

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

[jira] [Commented] (SOLR-14503) Solr does not respect waitForZk (SOLR_WAIT_FOR_ZK) property

2020-09-24 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201683#comment-17201683 ] Munendra S N commented on SOLR-14503: - Beasted the test before committing, will shortly backport to

[jira] [Commented] (SOLR-14503) Solr does not respect waitForZk (SOLR_WAIT_FOR_ZK) property

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

[jira] [Commented] (SOLR-14843) Define strongly-typed cluster configuration API

2020-09-24 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201668#comment-17201668 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-14843: -- I don’t know what Andrzej

[jira] [Commented] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201659#comment-17201659 ] Chris M. Hostetter commented on SOLR-14889: --- thanks guys ... this is very enlightening.

[jira] [Updated] (SOLR-14036) TermsComponent distributed search (shards) doesn't work with SolrCloud

2020-09-24 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-14036: Fix Version/s: master (9.0) Resolution: Fixed (was: Invalid) Status: Resolved

[jira] [Commented] (SOLR-14036) TermsComponent distributed search (shards) doesn't work with SolrCloud

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

[GitHub] [lucene-solr] munendrasn merged pull request #1900: SOLR-14036: Remove explicit distrib=false from /terms handler

2020-09-24 Thread GitBox
munendrasn merged pull request #1900: URL: https://github.com/apache/lucene-solr/pull/1900 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

[GitHub] [lucene-solr] tflobbe commented on pull request #1920: branch_8x: add two missing(?) solr/CHANGES.txt entries

2020-09-24 Thread GitBox
tflobbe commented on pull request #1920: URL: https://github.com/apache/lucene-solr/pull/1920#issuecomment-698457823 ugh, looks like I forgot to backport the CHANGES entry in my change. Thanks Christine. This is an

[jira] [Resolved] (SOLR-11167) bin/solr uses $SOLR_STOP_WAIT during start

2020-09-24 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-11167. Resolution: Fixed > bin/solr uses $SOLR_STOP_WAIT during start >

[jira] [Resolved] (SOLR-14828) reduce 'error' logging noise in BaseCloudSolrClient.requestWithRetryOnStaleState

2020-09-24 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-14828. Fix Version/s: 8.7 master (9.0) Resolution: Fixed >

[GitHub] [lucene-solr] cpoerschke opened a new pull request #1920: branch_8x: add two missing(?) solr/CHANGES.txt entries

2020-09-24 Thread GitBox
cpoerschke opened a new pull request #1920: URL: https://github.com/apache/lucene-solr/pull/1920 Encountered a cherry-pick merge conflict and it seems that these two entries are present in the master branch's solr/CHANGES.txt 8.7 section but (unintentionally?) missing in the branch_8x

[GitHub] [lucene-solr] munendrasn commented on pull request #1371: SOLR-14333: print readable version of CollapsedPostFilter query

2020-09-24 Thread GitBox
munendrasn commented on pull request #1371: URL: https://github.com/apache/lucene-solr/pull/1371#issuecomment-698447210 Fixed the failing tests and updated changes to include deprecation This is an automated message from the

[jira] [Commented] (SOLR-14828) reduce 'error' logging noise in BaseCloudSolrClient.requestWithRetryOnStaleState

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

[jira] [Commented] (SOLR-11167) bin/solr uses $SOLR_STOP_WAIT during start

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

[GitHub] [lucene-solr] munendrasn merged pull request #1914: Move 9x upgrade notes out of changes.txt

2020-09-24 Thread GitBox
munendrasn merged pull request #1914: URL: https://github.com/apache/lucene-solr/pull/1914 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

[jira] [Commented] (SOLR-11167) bin/solr uses $SOLR_STOP_WAIT during start

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

[GitHub] [lucene-solr] cpoerschke merged pull request #1913: SOLR-11167: Avoid $SOLR_STOP_WAIT use during 'bin/solr start' if $SOLR_START_WAIT is supplied.

2020-09-24 Thread GitBox
cpoerschke merged pull request #1913: URL: https://github.com/apache/lucene-solr/pull/1913 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

[jira] [Commented] (SOLR-14828) reduce 'error' logging noise in BaseCloudSolrClient.requestWithRetryOnStaleState

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

[GitHub] [lucene-solr] cpoerschke merged pull request #1825: SOLR-14828: reduce 'error' logging noise in BaseCloudSolrClient.requestWithRetryOnStaleState

2020-09-24 Thread GitBox
cpoerschke merged pull request #1825: URL: https://github.com/apache/lucene-solr/pull/1825 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

[GitHub] [lucene-solr] cpoerschke commented on pull request #1890: Rename ConfigSetsAPITest to TestConfigSetsAPISolrCloud

2020-09-24 Thread GitBox
cpoerschke commented on pull request #1890: URL: https://github.com/apache/lucene-solr/pull/1890#issuecomment-698439045 > ... if you could give me a couple days ... #1892 Sure, no problem at all. Now that `TestConfigSetsAPI` extends `SolrCloudTestCase` too, I wonder * if

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1893: LUCENE-9444 Utility class to get facet labels from taxonomy for a fac…

2020-09-24 Thread GitBox
mikemccand commented on a change in pull request #1893: URL: https://github.com/apache/lucene-solr/pull/1893#discussion_r494398560 ## File path: lucene/facet/src/test/org/apache/lucene/facet/FacetTestCase.java ## @@ -56,6 +60,28 @@ public Facets

[GitHub] [lucene-solr] uschindler commented on pull request #1919: Compute RAM usage ByteBuffersDataOutput on the fly.

2020-09-24 Thread GitBox
uschindler commented on pull request #1919: URL: https://github.com/apache/lucene-solr/pull/1919#issuecomment-698416370 I like this approach more to just sum up the size when new blocks are allocated and added to Deque. +1

[GitHub] [lucene-solr] dweiss commented on pull request #1919: Compute RAM usage ByteBuffersDataOutput on the fly.

2020-09-24 Thread GitBox
dweiss commented on pull request #1919: URL: https://github.com/apache/lucene-solr/pull/1919#issuecomment-698412271 I will take another look. I can't remember forcing block capacity but it's been a while! This is an

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1893: LUCENE-9444 Utility class to get facet labels from taxonomy for a fac…

2020-09-24 Thread GitBox
mikemccand commented on a change in pull request #1893: URL: https://github.com/apache/lucene-solr/pull/1893#discussion_r494395610 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/TaxonomyFacetLabels.java ## @@ -0,0 +1,184 @@ +/* + * Licensed to the Apache

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

2020-09-24 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201574#comment-17201574 ] Erick Erickson commented on SOLR-14888: --- One other thing that'd be good to do at the same time. If

[GitHub] [lucene-solr] jpountz commented on pull request #1919: Compute RAM usage ByteBuffersDataOutput on the fly.

2020-09-24 Thread GitBox
jpountz commented on pull request #1919: URL: https://github.com/apache/lucene-solr/pull/1919#issuecomment-698392573 @dweiss FYI I could not find a way to have blocks of different capacities as we have an assertion that the allocator creates blocks of the expected capacity, not larger.

[GitHub] [lucene-solr] jpountz opened a new pull request #1919: Compute RAM usage ByteBuffersDataOutput on the fly.

2020-09-24 Thread GitBox
jpountz opened a new pull request #1919: URL: https://github.com/apache/lucene-solr/pull/1919 This helps remove the assumption that all blocks have the same size. This is an automated message from the Apache Git Service.

[jira] [Commented] (SOLR-14549) Listing of Files in a Directory on Solr Admin is Broken

2020-09-24 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201565#comment-17201565 ] David Eric Pugh commented on SOLR-14549: Happy to QA your changes [~krisden], it definitely

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1917: LUCENE-9535: Make ByteBuffersDataOutput#ramBytesUsed run in constant-time.

2020-09-24 Thread GitBox
dweiss commented on a change in pull request #1917: URL: https://github.com/apache/lucene-solr/pull/1917#discussion_r494352956 ## File path: lucene/core/src/java/org/apache/lucene/store/ByteBuffersDataOutput.java ## @@ -400,8 +400,13 @@ public void writeSetOfStrings(Set set)

[jira] [Updated] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-14889: --- Attachment: SOLR-14889.patch > improve templated variable escaping in ref-guide _config.yml >

[jira] [Commented] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201550#comment-17201550 ] Dawid Weiss commented on SOLR-14889: Yep, Uwe's version looks good to me. Added a few additional

[jira] [Commented] (SOLR-14891) Upgrade Jetty to 9.4.28+ to fix Startup Warning

2020-09-24 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201535#comment-17201535 ] Bernd Wahlen commented on SOLR-14891: - thanks => close/duplicate > Upgrade Jetty to 9.4.28+ to fix

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

2020-09-24 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201533#comment-17201533 ] Bernd Wahlen commented on SOLR-14835: - Solr currently using Jetty 9.4.27 which displays strange

[jira] [Resolved] (SOLR-14891) Upgrade Jetty to 9.4.28+ to fix Startup Warning

2020-09-24 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Wahlen resolved SOLR-14891. - Resolution: Duplicate > Upgrade Jetty to 9.4.28+ to fix Startup Warning >

[jira] [Commented] (SOLR-14891) Upgrade Jetty to 9.4.28+ to fix Startup Warning

2020-09-24 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201531#comment-17201531 ] Cassandra Targett commented on SOLR-14891: -- I think this is a duplicate of SOLR-14835. >

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1917: LUCENE-9535: Make ByteBuffersDataOutput#ramBytesUsed run in constant-time.

2020-09-24 Thread GitBox
jpountz commented on a change in pull request #1917: URL: https://github.com/apache/lucene-solr/pull/1917#discussion_r494317441 ## File path: lucene/core/src/java/org/apache/lucene/store/ByteBuffersDataOutput.java ## @@ -400,8 +400,13 @@ public void writeSetOfStrings(Set set)

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1917: LUCENE-9535: Make ByteBuffersDataOutput#ramBytesUsed run in constant-time.

2020-09-24 Thread GitBox
jpountz commented on a change in pull request #1917: URL: https://github.com/apache/lucene-solr/pull/1917#discussion_r494317183 ## File path: lucene/core/src/java/org/apache/lucene/store/ByteBuffersDataOutput.java ## @@ -400,8 +400,13 @@ public void writeSetOfStrings(Set set)

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1917: LUCENE-9535: Make ByteBuffersDataOutput#ramBytesUsed run in constant-time.

2020-09-24 Thread GitBox
dweiss commented on a change in pull request #1917: URL: https://github.com/apache/lucene-solr/pull/1917#discussion_r494314029 ## File path: lucene/core/src/java/org/apache/lucene/store/ByteBuffersDataOutput.java ## @@ -400,8 +400,13 @@ public void writeSetOfStrings(Set set)

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1917: LUCENE-9535: Make ByteBuffersDataOutput#ramBytesUsed run in constant-time.

2020-09-24 Thread GitBox
dweiss commented on a change in pull request #1917: URL: https://github.com/apache/lucene-solr/pull/1917#discussion_r494311008 ## File path: lucene/core/src/java/org/apache/lucene/store/ByteBuffersDataOutput.java ## @@ -400,8 +400,13 @@ public void writeSetOfStrings(Set set)

[GitHub] [lucene-solr] mikemccand commented on pull request #1912: LUCENE-9535: Try to do larger flushes.

2020-09-24 Thread GitBox
mikemccand commented on pull request #1912: URL: https://github.com/apache/lucene-solr/pull/1912#issuecomment-698332632 Oh my! We are talking about assigning DWPT to incoming indexing thread, right? (And not which DWPT to pick for flushing because RAM buffer is full, which I think

[GitHub] [lucene-solr] mocobeta commented on pull request #1836: LUCENE-9317: Clean up split package in analyzers-common

2020-09-24 Thread GitBox
mocobeta commented on pull request #1836: URL: https://github.com/apache/lucene-solr/pull/1836#issuecomment-698267536 > If you have any questions, please ask me on slack, there I can respond faster. We already have Jira and Github, I'd rather not disperse discussions onto multiple

[GitHub] [lucene-solr] mocobeta edited a comment on pull request #1836: LUCENE-9317: Clean up split package in analyzers-common

2020-09-24 Thread GitBox
mocobeta edited a comment on pull request #1836: URL: https://github.com/apache/lucene-solr/pull/1836#issuecomment-698267536 > If you have any questions, please ask me on slack, there I can respond faster. We already have Jira and Github, I'd rather not disperse discussions onto

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

2020-09-24 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201437#comment-17201437 ] Cao Manh Dat commented on SOLR-14354: - [~ichattopadhyaya] sorry but I gave solr-bench a shot and it

[jira] [Commented] (SOLR-14843) Define strongly-typed cluster configuration API

2020-09-24 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201427#comment-17201427 ] Ilan Ginzburg commented on SOLR-14843: -- Would an initial step in this Jira be the ability to define

[jira] [Commented] (SOLR-14613) Provide a clean API for pluggable replica assignment implementations

2020-09-24 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201378#comment-17201378 ] Ilan Ginzburg commented on SOLR-14613: -- [~noble.paul] could we change {{setClusterProperty(String

[jira] [Commented] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201372#comment-17201372 ] Dawid Weiss commented on SOLR-14889: I glanced at it and I think it's good, will verify in the

[jira] [Comment Edited] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201368#comment-17201368 ] Uwe Schindler edited comment on SOLR-14889 at 9/24/20, 8:43 AM: Hi

[jira] [Commented] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201368#comment-17201368 ] Uwe Schindler commented on SOLR-14889: -- Hi [~dweiss], hi [~hossman], I updated the patch, here's my

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

2020-09-24 Thread GitBox
sigram commented on pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#issuecomment-698204377 > an example of how you register some type of plugin Still open for suggestions. IMHO `ClusterEventListener`-s make sense only if they are also `ClusterSingleton`-s.

[jira] [Updated] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-14889: - Attachment: SOLR-14889.patch > improve templated variable escaping in ref-guide _config.yml >

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

2020-09-24 Thread GitBox
sigram commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r494134314 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ContainerPluginsApi.java ## @@ -64,15 +64,15 @@ public

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

2020-09-24 Thread GitBox
sigram commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r494131970 ## File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java ## @@ -889,7 +896,37 @@ public void load() { ContainerPluginsApi

[jira] [Commented] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201364#comment-17201364 ] Dawid Weiss commented on SOLR-14889: Darn, I didn't even look at your patch, Uwe - assumed you've

[jira] [Commented] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201360#comment-17201360 ] Uwe Schindler commented on SOLR-14889: -- Hi [~dweiss]: Do you think my patch is fine. It works for

[GitHub] [lucene-solr] dweiss commented on pull request #1836: LUCENE-9317: Clean up split package in analyzers-common

2020-09-24 Thread GitBox
dweiss commented on pull request #1836: URL: https://github.com/apache/lucene-solr/pull/1836#issuecomment-698189266 If there are test infrastructure that needs to be shared then I'd suggest creating a project that is a test-configuration dependency from other subprojects (rather than

[jira] [Commented] (SOLR-14889) improve templated variable escaping in ref-guide _config.yml

2020-09-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201355#comment-17201355 ] Dawid Weiss commented on SOLR-14889: Hi Chris. Uwe explained the particular problem, I wanted to

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

2020-09-24 Thread GitBox
dweiss commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r494116068 ## File path: lucene/build.gradle ## @@ -15,8 +15,56 @@ * limitations under the License. */ +// Should we do this as :lucene:packaging similar

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1906: SOLR-13528: Implement API Based Config For Rate Limiters

2020-09-24 Thread GitBox
noblepaul commented on a change in pull request #1906: URL: https://github.com/apache/lucene-solr/pull/1906#discussion_r494114574 ## File path: solr/core/src/java/org/apache/solr/handler/ClusterAPI.java ## @@ -206,7 +209,7 @@ public void setObjProperty(PayloadObj obj) {

[GitHub] [lucene-solr] s1monw merged pull request #1918: LUCENE-9535: Commit DWPT bytes used before locking indexing

2020-09-24 Thread GitBox
s1monw merged pull request #1918: URL: https://github.com/apache/lucene-solr/pull/1918 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-9535) Investigate recent indexing slowdown for wikimedium documents

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

[jira] [Commented] (SOLR-14613) Provide a clean API for pluggable replica assignment implementations

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

[GitHub] [lucene-solr] s1monw commented on pull request #1918: LUCENE-9535: Commit DWPT bytes used before locking indexing

2020-09-24 Thread GitBox
s1monw commented on pull request #1918: URL: https://github.com/apache/lucene-solr/pull/1918#issuecomment-698163487 @jpountz I had to change some stuff to make it work. Down the road I want to clean this up more so we don't need the extra step but I want to do this after we cut 8.7

[jira] [Commented] (SOLR-14613) Provide a clean API for pluggable replica assignment implementations

2020-09-24 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201315#comment-17201315 ] Noble Paul commented on SOLR-14613: --- [~ilan] you are doing multiple ZK write operations in

[jira] [Updated] (LUCENE-9542) Score returned in search request is original score and not reranked score

2020-09-24 Thread Krishan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishan updated LUCENE-9542: Description: Score returned in search request is original score and not reranked score post the changes

[jira] [Updated] (LUCENE-9542) Score returned in search request is original score and not reranked score

2020-09-24 Thread Krishan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishan updated LUCENE-9542: Description: Score returned in search request is original score and not reranked score post the changes

[jira] [Created] (LUCENE-9542) Score returned in search request is original score and not reranked score

2020-09-24 Thread Krishan (Jira)
Krishan created LUCENE-9542: --- Summary: Score returned in search request is original score and not reranked score Key: LUCENE-9542 URL: https://issues.apache.org/jira/browse/LUCENE-9542 Project: Lucene -

[GitHub] [lucene-solr] s1monw commented on pull request #1912: LUCENE-9535: Try to do larger flushes.

2020-09-24 Thread GitBox
s1monw commented on pull request #1912: URL: https://github.com/apache/lucene-solr/pull/1912#issuecomment-698140734 I think we came from this years ago and them moved to the last recently used. I am trying to remember if it was easier to implement since we also fixed that we always hit

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1906: SOLR-13528: Implement API Based Config For Rate Limiters

2020-09-24 Thread GitBox
noblepaul commented on a change in pull request #1906: URL: https://github.com/apache/lucene-solr/pull/1906#discussion_r494062845 ## File path: solr/core/src/java/org/apache/solr/servlet/RateLimiterConfig.java ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software

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

2020-09-24 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201299#comment-17201299 ] Noble Paul commented on SOLR-14749: --- The PR is too complex. I would like to see a separate PR for