[GitHub] [solr] Raghavan1988 opened a new pull request, #1843: SOLR-16925 Fixing broken JSON indentation using JacksonJsonWriter

2023-08-15 Thread via GitHub
Raghavan1988 opened a new pull request, #1843: URL: https://github.com/apache/solr/pull/1843 https://issues.apache.org/jira/browse/SOLR-X # Description Please provide a short description of the changes you're making with this pull request. # Solution

[GitHub] [solr] stillalex commented on pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on PR #1841: URL: https://github.com/apache/solr/pull/1841#issuecomment-1679730960 > Perhaps we should emit both for some versions, or implement the suggested env var OTEL_SEMCONV_STABILITY_OPT_IN? if this is for 2 fields only (`http.status_code` => `http.response

[GitHub] [solr] janhoy commented on pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
janhoy commented on PR #1841: URL: https://github.com/apache/solr/pull/1841#issuecomment-1679714260 > * 9.3 spans have `http.status_code` attrib, where PR has `http.status` Please consult the [otel semantic conventions](https://github.com/open-telemetry/semantic-conventions/tree/main/

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1295202810 ## solr/core/src/java/org/apache/solr/api/V2HttpCall.java: ## @@ -510,18 +507,21 @@ protected void populateTracingSpan(Span span) { // if this api has commands ...

[GitHub] [solr] stillalex commented on pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on PR #1841: URL: https://github.com/apache/solr/pull/1841#issuecomment-1679674060 quick comparison of _Indexing_ span data (exporting from jaeger on 9.3 vs this PR): Update spans on this PR ``` { "data": [ { "trac

[GitHub] [solr] stillalex commented on pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on PR #1841: URL: https://github.com/apache/solr/pull/1841#issuecomment-1679664416 quick comparison of span data (exporting from jaeger on 9.3 vs this PR): Query spans on this PR ``` { "data": [ { "traceID": "b3e378

[jira] [Commented] (SOLR-16937) Remove use of GlobalOpenTelemetry

2023-08-15 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754778#comment-17754778 ] Jan Høydahl commented on SOLR-16937: As mentioned in https://issues.apache.org/jira/

[jira] [Updated] (SOLR-16937) Remove use of GlobalOpenTelemetry

2023-08-15 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16937: Description: Using GlobalOpenTelemetry is considered an anti-pattern, usage of the global instance

[jira] [Commented] (SOLR-16936) Consider removal of the Span.addEvent methods

2023-08-15 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754769#comment-17754769 ] Jan Høydahl commented on SOLR-16936: Some use of Span.log today seems to be not time

[GitHub] [solr] janhoy merged pull request #1814: Update dependency org.apache.commons:commons-lang3 to v3.13.0

2023-08-15 Thread via GitHub
janhoy merged PR #1814: URL: https://github.com/apache/solr/pull/1814 -- 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] stillalex commented on pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on PR #1841: URL: https://github.com/apache/solr/pull/1841#issuecomment-1679599489 sorry, had to do a rebase on top of main branch to fix some conflicts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [solr] stillalex commented on pull request #1835: SOLR-16927 Allow SolrClientCache clients to use Jetty HTTP2 clients

2023-08-15 Thread via GitHub
stillalex commented on PR #1835: URL: https://github.com/apache/solr/pull/1835#issuecomment-1679592153 @joel-bernstein do you think you will have some time to review this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1295082536 ## solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java: ## @@ -255,15 +247,12 @@ private void dispatch( Action result = call.call(); switch

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1295080612 ## solr/core/src/java/org/apache/solr/api/AnnotatedApi.java: ## @@ -215,7 +214,6 @@ public void call(SolrQueryRequest req, SolrQueryResponse rsp) { } for (C

[jira] [Created] (SOLR-16937) Remove use of GlobalOpenTelemetry

2023-08-15 Thread Alex Deparvu (Jira)
Alex Deparvu created SOLR-16937: --- Summary: Remove use of GlobalOpenTelemetry Key: SOLR-16937 URL: https://issues.apache.org/jira/browse/SOLR-16937 Project: Solr Issue Type: Sub-task

[jira] [Updated] (SOLR-16933) The API Tool throws away the response for Solr Queries

2023-08-15 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16933: -- Description: When running Solr 9.3 in Docker: {code:bash} $ solr api -get http://localhost:8983

[jira] [Commented] (SOLR-16933) The API Tool throws away the response for Solr Queries

2023-08-15 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754761#comment-17754761 ] Houston Putman commented on SOLR-16933: --- Sorry, messed up my copy and paste. One of

[jira] [Commented] (SOLR-16933) The API Tool throws away the response for Solr Queries

2023-08-15 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754759#comment-17754759 ] Eric Pugh commented on SOLR-16933: -- I am being a bit dense, but I don't quite understand

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1295031075 ## solr/core/src/java/org/apache/solr/api/AnnotatedApi.java: ## @@ -215,7 +214,6 @@ public void call(SolrQueryRequest req, SolrQueryResponse rsp) { } for (C

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1295032461 ## solr/modules/opentelemetry/src/java/org/apache/solr/opentelemetry/OtelTracerConfigurator.java: ## @@ -16,38 +16,56 @@ */ package org.apache.solr.opentelemetry; -

[jira] [Created] (SOLR-16936) Consider removal of the Span.addEvent methods

2023-08-15 Thread Alex Deparvu (Jira)
Alex Deparvu created SOLR-16936: --- Summary: Consider removal of the Span.addEvent methods Key: SOLR-16936 URL: https://issues.apache.org/jira/browse/SOLR-16936 Project: Solr Issue Type: Sub-task

[GitHub] [solr] janhoy merged pull request #1813: Update io.netty:* to v4.1.96.Final

2023-08-15 Thread via GitHub
janhoy merged PR #1813: URL: https://github.com/apache/solr/pull/1813 -- 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 commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
janhoy commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294974887 ## solr/core/src/java/org/apache/solr/api/AnnotatedApi.java: ## @@ -215,7 +214,6 @@ public void call(SolrQueryRequest req, SolrQueryResponse rsp) { } for (Comm

[GitHub] [solr] janhoy commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
janhoy commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294974887 ## solr/core/src/java/org/apache/solr/api/AnnotatedApi.java: ## @@ -215,7 +214,6 @@ public void call(SolrQueryRequest req, SolrQueryResponse rsp) { } for (Comm

[GitHub] [solr] janhoy commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
janhoy commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294975785 ## solr/modules/opentelemetry/src/java/org/apache/solr/opentelemetry/OtelTracerConfigurator.java: ## @@ -16,38 +16,56 @@ */ package org.apache.solr.opentelemetry; -imp

[jira] [Created] (SOLR-16935) Add spans to cover gaps in query processing

2023-08-15 Thread Alex Deparvu (Jira)
Alex Deparvu created SOLR-16935: --- Summary: Add spans to cover gaps in query processing Key: SOLR-16935 URL: https://issues.apache.org/jira/browse/SOLR-16935 Project: Solr Issue Type: Sub-task

[jira] [Created] (SOLR-16934) Solr does not have permissions to read from the client truststore/keystore

2023-08-15 Thread Houston Putman (Jira)
Houston Putman created SOLR-16934: - Summary: Solr does not have permissions to read from the client truststore/keystore Key: SOLR-16934 URL: https://issues.apache.org/jira/browse/SOLR-16934 Project: S

[jira] [Created] (SOLR-16933) The API Tool throws away the response for Solr Queries

2023-08-15 Thread Houston Putman (Jira)
Houston Putman created SOLR-16933: - Summary: The API Tool throws away the response for Solr Queries Key: SOLR-16933 URL: https://issues.apache.org/jira/browse/SOLR-16933 Project: Solr Issue T

[GitHub] [solr-operator] madrob commented on issue #600: Deprecate zookeeper-operator

2023-08-15 Thread via GitHub
madrob commented on issue #600: URL: https://github.com/apache/solr-operator/issues/600#issuecomment-1678967712 Do we have input from the zookeeper community about their preferred or recommended approach? -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [solr-operator] janhoy opened a new issue, #600: Deprecate zookeeper-operator

2023-08-15 Thread via GitHub
janhoy opened a new issue, #600: URL: https://github.com/apache/solr-operator/issues/600 Ref discussions in https://github.com/apache/solr-operator/issues/517#issuecomment-1428310490 The ZK operator is a project that is not well maintained ([74 open issues](https://github.com/pravega

[GitHub] [solr] stillalex commented on pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on PR #1841: URL: https://github.com/apache/solr/pull/1841#issuecomment-1678936745 Thank you @janhoy for the review! I think the biggest question was the removal of span.log. it felt strange to have logs mixed with spans. maybe I misunderstood the use. happy to loo

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294595678 ## solr/core/src/java/org/apache/solr/util/tracing/HttpServletRequestGetter.java: ## @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294592758 ## solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java: ## @@ -977,15 +979,32 @@ protected void writeResponse( } if (Method.HEAD != reqMethod) {

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294592415 ## solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java: ## @@ -241,6 +243,18 @@ public void handleRequest(SolrQueryRequest req, SolrQueryResponse rsp) {

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294580656 ## solr/core/src/java/org/apache/solr/api/V2HttpCall.java: ## @@ -510,18 +507,21 @@ protected void populateTracingSpan(Span span) { // if this api has commands ...

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294556596 ## solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java: ## @@ -977,15 +979,32 @@ protected void writeResponse( } if (Method.HEAD != reqMethod) {

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294577381 ## solr/modules/opentelemetry/src/java/org/apache/solr/opentelemetry/OtelTracerConfigurator.java: ## @@ -16,38 +16,56 @@ */ package org.apache.solr.opentelemetry; -

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294556596 ## solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java: ## @@ -977,15 +979,32 @@ protected void writeResponse( } if (Method.HEAD != reqMethod) {

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294555321 ## solr/modules/opentelemetry/src/java/org/apache/solr/opentelemetry/OtelTracerConfigurator.java: ## @@ -16,38 +16,56 @@ */ package org.apache.solr.opentelemetry; -

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294554607 ## solr/core/src/java/org/apache/solr/core/TracerConfigurator.java: ## @@ -17,83 +17,88 @@ package org.apache.solr.core; -import io.opentracing.Scope; -import io.op

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294552518 ## solr/modules/opentelemetry/src/java/org/apache/solr/opentelemetry/OtelTracerConfigurator.java: ## @@ -16,38 +16,56 @@ */ package org.apache.solr.opentelemetry; -

[GitHub] [solr] stillalex commented on a diff in pull request #1841: SOLR-16536 Replace OpenTracing instrumentation with OpenTelemetry

2023-08-15 Thread via GitHub
stillalex commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294549451 ## solr/core/src/java/org/apache/solr/api/AnnotatedApi.java: ## @@ -215,7 +214,6 @@ public void call(SolrQueryRequest req, SolrQueryResponse rsp) { } for (C

[GitHub] [solr] janhoy commented on pull request #1841: SOLR-16354 Migrate from Jaeger/OpenTracing to OTEL

2023-08-15 Thread via GitHub
janhoy commented on PR #1841: URL: https://github.com/apache/solr/pull/1841#issuecomment-1678855564 > WARNING: there were unreferenced files under license folder: > - /home/runner/work/solr/solr/solr/licenses/opentracing-api-LICENSE-ASL.txt > - /home/runner/work/solr/solr/solr/lice

[GitHub] [solr] janhoy commented on pull request #1841: SOLR-16354 Migrate from Jaeger/OpenTracing to OTEL

2023-08-15 Thread via GitHub
janhoy commented on PR #1841: URL: https://github.com/apache/solr/pull/1841#issuecomment-1678854385 > Dependency analysis found issues. > usedUndeclaredArtifacts >- io.opentelemetry:opentelemetry-api:1.28.0@jar >- org.apache.solr:solrj:10.0.0-SNAPSHOT@ > unusedDeclared

[GitHub] [solr] janhoy commented on a diff in pull request #1841: SOLR-16354 Migrate from Jaeger/OpenTracing to OTEL

2023-08-15 Thread via GitHub
janhoy commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294526185 ## solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java: ## @@ -977,15 +979,32 @@ protected void writeResponse( } if (Method.HEAD != reqMethod) { -

[GitHub] [solr] janhoy commented on a diff in pull request #1841: SOLR-16354 Migrate from Jaeger/OpenTracing to OTEL

2023-08-15 Thread via GitHub
janhoy commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294524997 ## solr/core/src/java/org/apache/solr/core/TracerConfigurator.java: ## @@ -17,83 +17,88 @@ package org.apache.solr.core; -import io.opentracing.Scope; -import io.opent

[GitHub] [solr] janhoy commented on a diff in pull request #1841: SOLR-16354 Migrate from Jaeger/OpenTracing to OTEL

2023-08-15 Thread via GitHub
janhoy commented on code in PR #1841: URL: https://github.com/apache/solr/pull/1841#discussion_r1294442984 ## solr/modules/opentelemetry/src/java/org/apache/solr/opentelemetry/OtelTracerConfigurator.java: ## @@ -16,38 +16,56 @@ */ package org.apache.solr.opentelemetry; -imp

[GitHub] [solr] Raghavan1988 opened a new pull request, #1842: SOLR-16644 Fixing the entropy warning threshold based on OS ubuntu an…

2023-08-15 Thread via GitHub
Raghavan1988 opened a new pull request, #1842: URL: https://github.com/apache/solr/pull/1842 https://issues.apache.org/jira/browse/SOLR-16644 # Description Entropy has been adjusted in the ubuntu kernels > 5.15+ causing warning to be echoed. # Solution Introduce