[GitHub] [solr] janhoy merged pull request #1591: tutorial-aws.adoc link fix

2023-04-27 Thread via GitHub
janhoy merged PR #1591: URL: https://github.com/apache/solr/pull/1591 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[GitHub] [solr] janhoy merged pull request #1588: SOLR-15083: prometheus-exporter incorrect metric namings

2023-04-27 Thread via GitHub
janhoy merged PR #1588: URL: https://github.com/apache/solr/pull/1588 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[jira] [Commented] (SOLR-15083) prometheus-exporter metric solr_metrics_jvm_os_cpu_time_seconds is misnamed

2023-04-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717034#comment-17717034 ] ASF subversion and git services commented on SOLR-15083: Commit a

[jira] [Resolved] (SOLR-15083) prometheus-exporter metric solr_metrics_jvm_os_cpu_time_seconds is misnamed

2023-04-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-15083. Fix Version/s: 9.3 Resolution: Fixed Two years in the making, finally this annoying bug is f

[jira] [Commented] (SOLR-15083) prometheus-exporter metric solr_metrics_jvm_os_cpu_time_seconds is misnamed

2023-04-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717036#comment-17717036 ] ASF subversion and git services commented on SOLR-15083: Commit c

[jira] [Commented] (SOLR-16773) UI: Cloud>NOdes screen can't display disk usage from replicas using non-standard core names (ie: implicit router)

2023-04-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717038#comment-17717038 ] Jan Høydahl commented on SOLR-16773: Good catch. Also the "{{{}_shard2_replica_n1{}}}

[jira] [Commented] (SOLR-16773) UI: Cloud>NOdes screen can't display disk usage from replicas using non-standard core names (ie: implicit router)

2023-04-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717047#comment-17717047 ] Jan Høydahl commented on SOLR-16773: This is the line that fails to construct the cor

[GitHub] [solr] vinayakphegde commented on pull request #1557: SOLR-16677: Updated Solr to use new Lucene 9.5 storedFields() API

2023-04-27 Thread via GitHub
vinayakphegde commented on PR #1557: URL: https://github.com/apache/solr/pull/1557#issuecomment-1525329428 Hello @risdenk , Please accept my apologies for arriving late. I was wondering if anything else needs my attention, as I believe I have completed all the necessary modifications.

[GitHub] [solr] janhoy opened a new pull request, #1593: SOLR-16773: UI: Cloud>Nodes screen fix display of cores with non-standard shard names

2023-04-27 Thread via GitHub
janhoy opened a new pull request, #1593: URL: https://github.com/apache/solr/pull/1593 https://issues.apache.org/jira/browse/SOLR-16773 -- 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 to the spe

[jira] [Assigned] (SOLR-16773) UI: Cloud>NOdes screen can't display disk usage from replicas using non-standard core names (ie: implicit router)

2023-04-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-16773: -- Assignee: Jan Høydahl > UI: Cloud>NOdes screen can't display disk usage from replicas using >

[jira] [Commented] (SOLR-16773) UI: Cloud>NOdes screen can't display disk usage from replicas using non-standard core names (ie: implicit router)

2023-04-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717148#comment-17717148 ] Jan Høydahl commented on SOLR-16773: PR ready, please review > UI: Cloud>NOdes scree

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1586: SOLR-16759: Introducing logAll parameter in the feature logger

2023-04-27 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1586: URL: https://github.com/apache/solr/pull/1586#discussion_r1179454553 ## solr/modules/ltr/src/java/org/apache/solr/ltr/response/transform/LTRFeatureLoggerTransformerFactory.java: ## @@ -124,16 +129,19 @@ public void init(NamedList

[GitHub] [solr] gerlowskija opened a new pull request, #1594: SOLR-16392: Convert v2 shard, replica deletion to JAX-RS

2023-04-27 Thread via GitHub
gerlowskija opened a new pull request, #1594: URL: https://github.com/apache/solr/pull/1594 https://issues.apache.org/jira/browse/SOLR-16392 # Description Solr is slowly migrating its v2 API definitions over to the JAX-RS framework. Some APIs have already been converted, but m

[GitHub] [solr] gerlowskija commented on pull request #1594: SOLR-16392: Convert v2 shard, replica deletion to JAX-RS

2023-04-27 Thread via GitHub
gerlowskija commented on PR #1594: URL: https://github.com/apache/solr/pull/1594#issuecomment-1526104266 You learn something new every day: it turns out that DELETEREPLICA can not only delete a particular named replica, it can delete a specified number of replicas from _all_ shards.

[jira] [Commented] (SOLR-16392) Cosmetic improvements and migration to JAX-RS (shard, replica, and replicaprop CRUD APIs)

2023-04-27 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717322#comment-17717322 ] Jason Gerlowski commented on SOLR-16392: DELETEREPLICA does even more than I thou

[jira] [Comment Edited] (SOLR-16392) Cosmetic improvements and migration to JAX-RS (shard, replica, and replicaprop CRUD APIs)

2023-04-27 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717322#comment-17717322 ] Jason Gerlowski edited comment on SOLR-16392 at 4/27/23 6:09 PM: --

[jira] [Commented] (SOLR-16773) UI: Cloud>NOdes screen can't display disk usage from replicas using non-standard core names (ie: implicit router)

2023-04-27 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717326#comment-17717326 ] Chris M. Hostetter commented on SOLR-16773: --- >From reading the diff, it looks l

[jira] [Commented] (SOLR-16470) Create V2 equivalent of V1 Replication: Get IndexVersion, Get FileStream, Get File List

2023-04-27 Thread Matthew Biscocho (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717325#comment-17717325 ] Matthew Biscocho commented on SOLR-16470: - [~gerlowskija] New to Solr code base a

[jira] [Commented] (SOLR-16773) UI: Cloud>NOdes screen can't display disk usage from replicas using non-standard core names (ie: implicit router)

2023-04-27 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717327#comment-17717327 ] Jan Høydahl commented on SOLR-16773: The PR gets away with the regex, now we simply c

[GitHub] [solr] HoustonPutman commented on pull request #1594: SOLR-16392: Convert v2 shard, replica deletion to JAX-RS

2023-04-27 Thread via GitHub
HoustonPutman commented on PR #1594: URL: https://github.com/apache/solr/pull/1594#issuecomment-1526138039 Maybe we don't count it as a delete anymore, when the action is more of a scale. So `PUT /api/collections/Cn/replicas/scale?count=123`. This would cover scaling up or scaling down repl

[jira] [Commented] (SOLR-14401) "distrib" request handler metrics should only be tracked on pertinent handlers

2023-04-27 Thread Patson Luk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717344#comment-17717344 ] Patson Luk commented on SOLR-14401: --- Hi [~dsmiley], we seem to run into some issues wit

[jira] [Commented] (SOLR-14401) "distrib" request handler metrics should only be tracked on pertinent handlers

2023-04-27 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717364#comment-17717364 ] David Smiley commented on SOLR-14401: - [~patson] -- (assuming I understand you correc

[GitHub] [solr] epugh commented on pull request #1565: SOLR-13605: HttpSolrClient.Builder.withHttpClient() is useless for the purpose of setting client scoped so/connect timeouts

2023-04-27 Thread via GitHub
epugh commented on PR #1565: URL: https://github.com/apache/solr/pull/1565#issuecomment-1526331879 @stillalex since I'm hoping we collaborate a lot more, I tried to add you to my `epugh/solr` repo as a collaborator. I believe you should have an invite from me.. COuld you accept it and tr

[jira] [Commented] (SOLR-14401) "distrib" request handler metrics should only be tracked on pertinent handlers

2023-04-27 Thread Patson Luk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717383#comment-17717383 ] Patson Luk commented on SOLR-14401: --- [~dsmiley] Thank you for the quick reply and expla

[GitHub] [solr] dsmiley commented on a diff in pull request #1557: SOLR-16677: Updated Solr to use new Lucene 9.5 storedFields() API

2023-04-27 Thread via GitHub
dsmiley commented on code in PR #1557: URL: https://github.com/apache/solr/pull/1557#discussion_r1179707432 ## solr/core/src/java/org/apache/solr/search/SolrDocumentFetcher.java: ## @@ -372,7 +372,7 @@ public void doc(int docId, StoredFieldVisitor visitor) throws IOException {

[GitHub] [solr] dsmiley commented on a diff in pull request #1557: SOLR-16677: Updated Solr to use new Lucene 9.5 storedFields() API

2023-04-27 Thread via GitHub
dsmiley commented on code in PR #1557: URL: https://github.com/apache/solr/pull/1557#discussion_r1179684987 ## solr/core/src/java/org/apache/solr/handler/admin/IndexSizeEstimator.java: ## @@ -384,16 +386,17 @@ private void estimateTermVectors(Map result) throws IOException

[GitHub] [solr] stillalex commented on pull request #1565: SOLR-13605: HttpSolrClient.Builder.withHttpClient() is useless for the purpose of setting client scoped so/connect timeouts

2023-04-27 Thread via GitHub
stillalex commented on PR #1565: URL: https://github.com/apache/solr/pull/1565#issuecomment-1526581097 @epugh that is way too much power :) could you pull the commit from my branch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[jira] [Resolved] (SOLR-7609) ShardSplitTest NPE

2023-04-27 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Eduardo Fernandez Lobbe resolved SOLR-7609. - Fix Version/s: main (10.0) 9.3 Assignee

[jira] [Created] (SOLR-16774) 9.2 Docker image broken

2023-04-27 Thread Ishan Chattopadhyaya (Jira)
Ishan Chattopadhyaya created SOLR-16774: --- Summary: 9.2 Docker image broken Key: SOLR-16774 URL: https://issues.apache.org/jira/browse/SOLR-16774 Project: Solr Issue Type: Bug Secu

[jira] [Commented] (SOLR-16774) 9.2 Docker image broken

2023-04-27 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717408#comment-17717408 ] Ishan Chattopadhyaya commented on SOLR-16774: - In case this is not user error

[jira] [Commented] (SOLR-16774) 9.2 Docker image broken

2023-04-27 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717409#comment-17717409 ] Ishan Chattopadhyaya commented on SOLR-16774: - My guess is that SOLR-16665 is