[jira] [Commented] (SOLR-14844) Upgrade Jetty to 9.4.32.v20200930

2020-10-17 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215820#comment-17215820 ] Samuel García Martínez commented on SOLR-14844: --- Sure! I'll submit the patc

[jira] [Commented] (SOLR-14936) Grafana dashboard filters for collection, shard, replica, core not working

2020-10-17 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215863#comment-17215863 ] David Eric Pugh commented on SOLR-14936: I believe I see the new functionality wo

[jira] [Assigned] (SOLR-14943) Monitoring Solr with Prometheus and Grafana Ref Guide Page Needs Updates!

2020-10-17 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-14943: -- Assignee: David Eric Pugh > Monitoring Solr with Prometheus and Grafana Ref Guide Page

[jira] [Created] (SOLR-14943) Monitoring Solr with Prometheus and Grafana Ref Guide Page Needs Updates!

2020-10-17 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-14943: -- Summary: Monitoring Solr with Prometheus and Grafana Ref Guide Page Needs Updates! Key: SOLR-14943 URL: https://issues.apache.org/jira/browse/SOLR-14943 Project:

[jira] [Commented] (SOLR-14943) Monitoring Solr with Prometheus and Grafana Ref Guide Page Needs Updates!

2020-10-17 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215871#comment-17215871 ] David Eric Pugh commented on SOLR-14943: Is the prometheus exporter actually Expe

[GitHub] [lucene-solr] epugh opened a new pull request #1999: SOLR-14943 Rework Monitoring Solr with Prometheus and Grafana ref guide to be clearer

2020-10-17 Thread GitBox
epugh opened a new pull request #1999: URL: https://github.com/apache/lucene-solr/pull/1999 # Description Update the ref guide based on going through the documentation and setting it up for the first time myself. # Solution Some fixes to example code, some transitions f

[GitHub] [lucene-solr] epugh commented on pull request #1999: SOLR-14943 Rework Monitoring Solr with Prometheus and Grafana ref guide to be clearer

2020-10-17 Thread GitBox
epugh commented on pull request #1999: URL: https://github.com/apache/lucene-solr/pull/1999#issuecomment-710974323 I'd love some clarity on if this contrib is really experimental or not. If not, I'd love to remove that warning! Everything in Solr is subject to change over time ;-) ---

[jira] [Commented] (LUCENE-9576) nuke SSD detection: was IndexWriter::commit() hangs when the server has a stale NFS mount.

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

[jira] [Resolved] (LUCENE-9576) nuke SSD detection: was IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-17 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9576. - Resolution: Fixed > nuke SSD detection: was IndexWriter::commit() hangs when the server has a >

[jira] [Created] (SOLR-14944) solr metrics should remove "spins" references

2020-10-17 Thread Robert Muir (Jira)
Robert Muir created SOLR-14944: -- Summary: solr metrics should remove "spins" references Key: SOLR-14944 URL: https://issues.apache.org/jira/browse/SOLR-14944 Project: Solr Issue Type: Improvemen

[GitHub] [lucene-solr] mocobeta opened a new pull request #2000: LUCENE-9318: Clean up package name conflicts for backward-codecs

2020-10-17 Thread GitBox
mocobeta opened a new pull request #2000: URL: https://github.com/apache/lucene-solr/pull/2000 This resolves split packages between core and backward-codecs. - `o.a.l.codecs` in backward-codecs is renamed to `o.a.l.backward_codecs`. - `o.a.l.index` in backward-codecs (only exists i

[GitHub] [lucene-solr] mocobeta commented on a change in pull request #2000: LUCENE-9318: Clean up package name conflicts for backward-codecs

2020-10-17 Thread GitBox
mocobeta commented on a change in pull request #2000: URL: https://github.com/apache/lucene-solr/pull/2000#discussion_r506953878 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexUpgrader.java ## @@ -77,9 +77,10 @@ private static void printUsage() { public stat

[jira] [Commented] (LUCENE-9318) Fix Codec API to not rely on package-private classes as part of changes to support java module system

2020-10-17 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215913#comment-17215913 ] Tomoko Uchida commented on LUCENE-9318: --- I opened [https://github.com/apache/lucen

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-17 Thread GitBox
msokolov commented on a change in pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r506955463 ## File path: lucene/core/src/java/org/apache/lucene/index/VectorValues.java ## @@ -0,0 +1,273 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [lucene-solr] rmuir commented on pull request #2000: LUCENE-9318: Clean up package name conflicts for backward-codecs

2020-10-17 Thread GitBox
rmuir commented on pull request #2000: URL: https://github.com/apache/lucene-solr/pull/2000#issuecomment-711039563 {quote} Also, I don't really understand why we have these package.html files rather than package-info.java - is it because of these cross-module package conflicts? {quote

[GitHub] [lucene-solr] rmuir commented on a change in pull request #2000: LUCENE-9318: Clean up package name conflicts for backward-codecs

2020-10-17 Thread GitBox
rmuir commented on a change in pull request #2000: URL: https://github.com/apache/lucene-solr/pull/2000#discussion_r506959837 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexUpgrader.java ## @@ -77,9 +77,10 @@ private static void printUsage() { public static

[GitHub] [lucene-solr] uschindler commented on a change in pull request #2000: LUCENE-9318: Clean up package name conflicts for backward-codecs

2020-10-17 Thread GitBox
uschindler commented on a change in pull request #2000: URL: https://github.com/apache/lucene-solr/pull/2000#discussion_r506961209 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexUpgrader.java ## @@ -77,9 +77,10 @@ private static void printUsage() { public st

[jira] [Commented] (SOLR-14944) solr metrics should remove "spins" references

2020-10-17 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17216003#comment-17216003 ] Uwe Schindler commented on SOLR-14944: -- I think the metrics should really be removed

[jira] [Updated] (SOLR-14944) solr metrics should remove "spins" references

2020-10-17 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-14944: - Affects Version/s: master (9.0) > solr metrics should remove "spins" references > ---

[jira] [Updated] (SOLR-14944) solr metrics should remove "spins" references

2020-10-17 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-14944: - Component/s: metrics > solr metrics should remove "spins" references > --

[jira] [Updated] (SOLR-14944) solr metrics should remove "spins" references

2020-10-17 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-14944: - Fix Version/s: master (9.0) > solr metrics should remove "spins" references > ---

[jira] [Commented] (LUCENE-9576) nuke SSD detection: was IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-17 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17216005#comment-17216005 ] Uwe Schindler commented on LUCENE-9576: --- Small correction to my statements: With U

[jira] [Comment Edited] (LUCENE-9576) nuke SSD detection: was IndexWriter::commit() hangs when the server has a stale NFS mount.

2020-10-17 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17216005#comment-17216005 ] Uwe Schindler edited comment on LUCENE-9576 at 10/17/20, 6:16 PM:

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

2020-10-17 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17216061#comment-17216061 ] Jan Høydahl commented on SOLR-14575: It would be better if you describe **what change

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1996: SOLR-14907: Adding V2 API for ConfigSet Upload.

2020-10-17 Thread GitBox
noblepaul commented on a change in pull request #1996: URL: https://github.com/apache/lucene-solr/pull/1996#discussion_r507004619 ## File path: solr/core/src/java/org/apache/solr/handler/ClusterAPI.java ## @@ -133,6 +134,62 @@ public void create(PayloadObj obj) throws Exceptio