[jira] [Comment Edited] (SOLR-13942) /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17063244#comment-17063244 ] Jan Høydahl edited comment on SOLR-13942 at 3/20/20, 9:48 AM: -- Just a quick

[jira] [Commented] (SOLR-13942) /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17063244#comment-17063244 ] Jan Høydahl commented on SOLR-13942: Just a quick note that if you need to script access to ZK you

[jira] [Updated] (SOLR-14346) Solr fails to check zombie server in LbHttpSolrClient

2020-03-20 Thread maoxiajun (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoxiajun updated SOLR-14346: - Priority: Critical (was: Major) > Solr fails to check zombie server in LbHttpSolrClient >

[GitHub] [lucene-solr] janhoy commented on issue #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread GitBox
janhoy commented on issue #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#issuecomment-601604990 Not sure I like the magic switch between returning actual data and returning a list of metdatata simply based on whether a znode

[jira] [Commented] (SOLR-14336) Warn users running old version of Solr

2020-03-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17063167#comment-17063167 ] Jan Høydahl commented on SOLR-14336: The message won't need to say that there *is* a new version.

[GitHub] [lucene-solr] mocobeta commented on issue #1352: LUCENE-9278: Make javadoc folder structure follow Gradle project path

2020-03-20 Thread GitBox
mocobeta commented on issue #1352: LUCENE-9278: Make javadoc folder structure follow Gradle project path URL: https://github.com/apache/lucene-solr/pull/1352#issuecomment-601614547 I mean to close this PR because we will eventually replace all relative paths here with absolute URLs,

[GitHub] [lucene-solr] janhoy commented on issue #1364: SOLR-14335: Lock Solr's memory to prevent swapping

2020-03-20 Thread GitBox
janhoy commented on issue #1364: SOLR-14335: Lock Solr's memory to prevent swapping URL: https://github.com/apache/lucene-solr/pull/1364#issuecomment-601670345 I updated to have a separate `bootstrap` module, only generating a `solr.jar` witha single class in it. Also the MANIFEST now

[jira] [Resolved] (SOLR-14350) Reproducing failure in JsonRequestApiTest

2020-03-20 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N resolved SOLR-14350. - Fix Version/s: master (9.0) Resolution: Fixed > Reproducing failure in JsonRequestApiTest

[jira] [Updated] (SOLR-11709) JSON "Stats" Facets should support directly specifying a domain change (for filters/blockjoin/etc...)

2020-03-20 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-11709: Description: AFAICT, the simple string syntax of JSON Facet Modules "statistic facets" (ex:

[GitHub] [lucene-solr] mocobeta closed pull request #1352: LUCENE-9278: Make javadoc folder structure follow Gradle project path

2020-03-20 Thread GitBox
mocobeta closed pull request #1352: LUCENE-9278: Make javadoc folder structure follow Gradle project path URL: https://github.com/apache/lucene-solr/pull/1352 This is an automated message from the Apache Git Service. To

[GitHub] [lucene-solr] mocobeta commented on a change in pull request #1360: LUCENE-9281: First mockup of SPIClassIterator retirement

2020-03-20 Thread GitBox
mocobeta commented on a change in pull request #1360: LUCENE-9281: First mockup of SPIClassIterator retirement URL: https://github.com/apache/lucene-solr/pull/1360#discussion_r395549766 ## File path:

[jira] [Created] (LUCENE-9285) Transient test failure in TestAddIndexes.testAddIndexesWithRollback

2020-03-20 Thread Michael McCandless (Jira)
Michael McCandless created LUCENE-9285: -- Summary: Transient test failure in TestAddIndexes.testAddIndexesWithRollback Key: LUCENE-9285 URL: https://issues.apache.org/jira/browse/LUCENE-9285

[jira] [Updated] (SOLR-11709) JSON "Stats" Facets should support directly specifying a domain change (for filters/blockjoin/etc...)

2020-03-20 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-11709: Parent: SOLR-14006 Issue Type: Sub-task (was: Improvement) > JSON "Stats" Facets should

[GitHub] [lucene-solr] dsmiley opened a new pull request #1367: ivy settings: local maven repo pattern needs classifier

2020-03-20 Thread GitBox
dsmiley opened a new pull request #1367: ivy settings: local maven repo pattern needs classifier URL: https://github.com/apache/lucene-solr/pull/1367 The ivy settings config has a local maven repo resolver (added by @dweiss 8 years ago). It's commented out so it's not essential that we

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread GitBox
tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395787450 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZookeeperRead.java ## @@ -0,0

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread GitBox
tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395800023 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread GitBox
tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395784967 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread GitBox
tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395784853 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread GitBox
tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395786539 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread GitBox
tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395798913 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZkRead.java ## @@ -0,0 +1,117

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread GitBox
tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395789886 ## File path: solr/core/src/test/org/apache/solr/handler/admin/ZookeeperStatusHandlerTest.java

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data

2020-03-20 Thread GitBox
tflobbe commented on a change in pull request #1327: SOLR-13942: /api/cluster/zk/* to fetch raw ZK data URL: https://github.com/apache/lucene-solr/pull/1327#discussion_r395797147 ## File path: solr/core/src/test/org/apache/solr/handler/admin/ZookeeperReadTest.java ## @@

[GitHub] [lucene-solr] dsmiley opened a new pull request #1368: SOLR-14351: Fix/improve MDCLoggingContext usage

2020-03-20 Thread GitBox
dsmiley opened a new pull request #1368: SOLR-14351: Fix/improve MDCLoggingContext usage URL: https://github.com/apache/lucene-solr/pull/1368 https://issues.apache.org/jira/browse/SOLR-14351 This is an automated message from

[GitHub] [lucene-solr] munendrasn commented on a change in pull request #1370: SOLR-13492: disable explicit GCs by default

2020-03-20 Thread GitBox
munendrasn commented on a change in pull request #1370: SOLR-13492: disable explicit GCs by default URL: https://github.com/apache/lucene-solr/pull/1370#discussion_r395961202 ## File path: solr/CHANGES.txt ## @@ -47,6 +47,8 @@ Other Changes * SOLR-14012: Return long

[GitHub] [lucene-solr] munendrasn commented on a change in pull request #1370: SOLR-13492: disable explicit GCs by default

2020-03-20 Thread GitBox
munendrasn commented on a change in pull request #1370: SOLR-13492: disable explicit GCs by default URL: https://github.com/apache/lucene-solr/pull/1370#discussion_r395961225 ## File path: solr/solr-ref-guide/src/major-changes-in-solr-9.adoc ## @@ -96,7 +96,9 @@ _(raw;

[GitHub] [lucene-solr] andyvuong opened a new pull request #1369: SOLR-14213: Allow enabling shared store to be scriptable

2020-03-20 Thread GitBox
andyvuong opened a new pull request #1369: SOLR-14213: Allow enabling shared store to be scriptable URL: https://github.com/apache/lucene-solr/pull/1369 Enhancing the configuration section to allow shared storage feature to be enabled via system properties vs just checking for presence of

[jira] [Commented] (SOLR-13492) Disallow explicit GC by default during Solr startup

2020-03-20 Thread Guna Sekhar Dora (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17063752#comment-17063752 ] Guna Sekhar Dora commented on SOLR-13492: - [~elyograg] I'm taking this up. > Disallow explicit

[GitHub] [lucene-solr] gunasekhardora opened a new pull request #1370: SOLR-13492: disable explicit GCs by default

2020-03-20 Thread GitBox
gunasekhardora opened a new pull request #1370: SOLR-13492: disable explicit GCs by default URL: https://github.com/apache/lucene-solr/pull/1370 # Description -XX:+DisableExplicitGC disables any explicit calls to System.gc() # Solution In many cases, if an

[GitHub] [lucene-solr] atris commented on issue #1294: LUCENE-9074: Slice Allocation Control Plane For Concurrent Searches

2020-03-20 Thread GitBox
atris commented on issue #1294: LUCENE-9074: Slice Allocation Control Plane For Concurrent Searches URL: https://github.com/apache/lucene-solr/pull/1294#issuecomment-601995664 @jpountz Let me know if this looks fine. This is

[jira] [Commented] (SOLR-13492) Disallow explicit GC by default during Solr startup

2020-03-20 Thread Guna Sekhar Dora (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17063758#comment-17063758 ] Guna Sekhar Dora commented on SOLR-13492: - On a side note, comments in solr.in.sh and solr.in.cmd