Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for proxy flag on OTel #39733

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Fix for proxy flag on OTel #39733

merged 1 commit into from
Mar 29, 2024

Conversation

brunobat
Copy link
Contributor

@brunobat brunobat commented Mar 27, 2024

@brunobat brunobat requested a review from geoand March 27, 2024 10:18
Copy link

quarkus-bot bot commented Mar 27, 2024

/cc @radcortez (opentelemetry)

This comment has been minimized.

Copy link

quarkus-bot bot commented Mar 27, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit ad05fa2.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
MicroProfile TCKs Tests Verify Failures Logs Raw logs 🔍
Quickstarts Compilation - JDK 17 Compile Quickstarts Failures Logs Raw logs 🚧

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/microprofile-opentelemetry 

📦 tcks/microprofile-opentelemetry

org.eclipse.microprofile.telemetry.tracing.tck.async.MpRestClientAsyncTest.testIntegrationWithMpRestClientAsync - History - More details - Source on GitHub

java.util.concurrent.RejectedExecutionException: event executor terminated
	at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
	at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
	at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:344)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
	at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)

⚙️ Quickstarts Compilation - JDK 17 #

- Failing: security-webauthn-quickstart security-webauthn-reactive-quickstart 

📦 security-webauthn-quickstart

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project security-webauthn-quickstart: Compilation failure

📦 security-webauthn-reactive-quickstart

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project security-webauthn-reactive-quickstart: Compilation failure

@brunobat
Copy link
Contributor Author

brunobat commented Mar 28, 2024

@gsmet It's about the shutdown process of the OTel SDK... It's a request being done during shutdown that's actually harmless. I have already a fix for it in the OTel Metrics branch that I'm working on... If it's super annoying I can speed it up on an independent PR.

@gsmet gsmet merged commit 451e7a8 into quarkusio:main Mar 29, 2024
26 of 28 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.10 - main milestone Mar 29, 2024
@gsmet
Copy link
Member

gsmet commented Mar 29, 2024

@brunobat works for me if you have something in the works. Thanks!

@gsmet gsmet modified the milestones: 3.10 - main, 3.9.2 Apr 2, 2024
@gsmet gsmet modified the milestones: 3.9.2, 3.8.4 Apr 3, 2024
@gsmet gsmet modified the milestones: 3.8.4, 3.9.2 Apr 11, 2024
@gsmet gsmet modified the milestones: 3.9.2, 3.8.5 May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenTelemetry always sets proxy
3 participants