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

[release-v1.15] Align midstream quarkus deps and apply older fixes #1643

Open
wants to merge 4 commits into
base: release-v1.15
Choose a base branch
from

Conversation

matzew
Copy link
Member

@matzew matzew commented Apr 2, 2025

Aligning deps to what Quarkus 3.8.6-SP3-redhat offers:
bump of Vert.x, micrometer and Opentelemetry

Also backporting fix from Thomas matzew#23
since vert.x 4.5.x changed Otel default context.

This fix was - (back than) based on Marek's fix for consumer/producer background thread finishing
knative-extensions#4013
Therefore backporting that too

However, locally I am getting unit test error:


[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   UnorderedConsumerTest.testUnorderedConsumer:116 failed to have all events process properly in time
[INFO]
[ERROR] Tests run: 572, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for dispatcher 1.0-SNAPSHOT:
[INFO]
[INFO] dispatcher ......................................... FAILURE [04:33 min]
[INFO] receiver-loom ...................................... SKIPPED
[INFO] dispatcher-loom .................................... SKIPPED
[INFO] benchmarks ......................................... SKIPPED
[INFO] tests .............................................. SKIPPED
[INFO] ------------------------------------------------------------------------
``

matzew and others added 4 commits April 1, 2025 16:37
In Vert.x 4.5.1, there was a fix to use the OTel default context storage when the Vert.x context storage provider is not invoked on a Vert.x thread.
See eclipse-vertx/vertx-tracing#72

Since LoomKafkaProducer invokes the tracer on a virtual thread (or a worker thread), the sending task must be wrapped with the OTel current context.
Otherwise, tracing data will be lost at this point.

OTel provides an ExecutorService that does just that, so this commit refactors the producer to use an executor service instead of a queue plus manual polling.

Important: note that with this implementation, a virtual thread is created for each record, which is different from sending them one after the other with a single thread.
@openshift-ci openshift-ci bot requested review from aliok and lberk April 2, 2025 07:40
Copy link

openshift-ci bot commented Apr 2, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matzew

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Apr 2, 2025
@maschmid
Copy link

maschmid commented Apr 2, 2025

/test kn-ekb-kafka-controller-115-on-pull-request

Copy link

openshift-ci bot commented Apr 2, 2025

@maschmid: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test 413-images
/test 413-test-conformance
/test 413-test-e2e
/test 413-test-reconciler
/test 413-test-reconciler-encryption-auth
/test 413-test-reconciler-keda
/test 417-images
/test 417-test-conformance
/test 417-test-e2e
/test 417-test-reconciler
/test 417-test-reconciler-encryption-auth
/test 417-test-reconciler-keda

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-images
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-conformance
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-e2e
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-encryption-auth
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-keda

In response to this:

/test kn-ekb-kafka-controller-115-on-pull-request

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@maschmid
Copy link

maschmid commented Apr 2, 2025

/test kn-ekb-test-kafka-consumer-115-on-pull-request

Copy link

openshift-ci bot commented Apr 2, 2025

@maschmid: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test 413-images
/test 413-test-conformance
/test 413-test-e2e
/test 413-test-reconciler
/test 413-test-reconciler-encryption-auth
/test 413-test-reconciler-keda
/test 417-images
/test 417-test-conformance
/test 417-test-e2e
/test 417-test-reconciler
/test 417-test-reconciler-encryption-auth
/test 417-test-reconciler-keda

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-images
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-conformance
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-e2e
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-encryption-auth
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-keda

In response to this:

/test kn-ekb-test-kafka-consumer-115-on-pull-request

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@maschmid
Copy link

maschmid commented Apr 2, 2025

/test kn-ekb-test-print-115-on-pull-request

Copy link

openshift-ci bot commented Apr 2, 2025

@maschmid: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test 413-images
/test 413-test-conformance
/test 413-test-e2e
/test 413-test-reconciler
/test 413-test-reconciler-encryption-auth
/test 413-test-reconciler-keda
/test 417-images
/test 417-test-conformance
/test 417-test-e2e
/test 417-test-reconciler
/test 417-test-reconciler-encryption-auth
/test 417-test-reconciler-keda

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-images
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-conformance
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-e2e
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-encryption-auth
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-keda

In response to this:

/test kn-ekb-test-print-115-on-pull-request

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@maschmid
Copy link

maschmid commented Apr 2, 2025

/test kn-ekb-test-watch-cm-115-on-pull-request

Copy link

openshift-ci bot commented Apr 2, 2025

@maschmid: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test 413-images
/test 413-test-conformance
/test 413-test-e2e
/test 413-test-reconciler
/test 413-test-reconciler-encryption-auth
/test 413-test-reconciler-keda
/test 417-images
/test 417-test-conformance
/test 417-test-e2e
/test 417-test-reconciler
/test 417-test-reconciler-encryption-auth
/test 417-test-reconciler-keda

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-images
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-conformance
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-e2e
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-encryption-auth
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-keda

In response to this:

/test kn-ekb-test-watch-cm-115-on-pull-request

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@matzew
Copy link
Member Author

matzew commented Apr 3, 2025

/hold

@matzew
Copy link
Member Author

matzew commented Apr 4, 2025

/retest kn-ekb-test-wathola-fetcher-115-on-pull-request

Copy link

openshift-ci bot commented Apr 4, 2025

@matzew: The /retest command does not accept any targets.
The following commands are available to trigger required jobs:

/test 413-images
/test 413-test-conformance
/test 413-test-e2e
/test 413-test-reconciler
/test 413-test-reconciler-encryption-auth
/test 413-test-reconciler-keda
/test 417-images
/test 417-test-conformance
/test 417-test-e2e
/test 417-test-reconciler
/test 417-test-reconciler-encryption-auth
/test 417-test-reconciler-keda

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-images
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-conformance
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-e2e
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-encryption-auth
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-keda

In response to this:

/retest kn-ekb-test-wathola-fetcher-115-on-pull-request

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@matzew
Copy link
Member Author

matzew commented Apr 4, 2025

/retest kn-ekb-dispatcher-115-on-pull-request

Copy link

openshift-ci bot commented Apr 4, 2025

@matzew: The /retest command does not accept any targets.
The following commands are available to trigger required jobs:

/test 413-images
/test 413-test-conformance
/test 413-test-e2e
/test 413-test-reconciler
/test 413-test-reconciler-encryption-auth
/test 413-test-reconciler-keda
/test 417-images
/test 417-test-conformance
/test 417-test-e2e
/test 417-test-reconciler
/test 417-test-reconciler-encryption-auth
/test 417-test-reconciler-keda

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-images
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-conformance
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-e2e
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-encryption-auth
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-keda

In response to this:

/retest kn-ekb-dispatcher-115-on-pull-request

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@matzew
Copy link
Member Author

matzew commented Apr 4, 2025

/retest kn-ekb-receiver-115-on-pull-request

Copy link

openshift-ci bot commented Apr 4, 2025

@matzew: The /retest command does not accept any targets.
The following commands are available to trigger required jobs:

/test 413-images
/test 413-test-conformance
/test 413-test-e2e
/test 413-test-reconciler
/test 413-test-reconciler-encryption-auth
/test 413-test-reconciler-keda
/test 417-images
/test 417-test-conformance
/test 417-test-e2e
/test 417-test-reconciler
/test 417-test-reconciler-encryption-auth
/test 417-test-reconciler-keda

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-images
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-conformance
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-e2e
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-encryption-auth
pull-ci-openshift-knative-eventing-kafka-broker-release-v1.15-417-test-reconciler-keda

In response to this:

/retest kn-ekb-receiver-115-on-pull-request

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

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.

3 participants