-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Reuse the build executor thread pool for parallel execution #27159
Conversation
mkouba
commented
Aug 5, 2022
- for class transformation and ArC resource generation
- previously separate executor services were created and shut down
- for class transformation and ArC resource generation - previously separate executor services were created and shut down
This comment has been minimized.
This comment has been minimized.
core/deployment/src/main/java/io/quarkus/deployment/ExtensionLoader.java
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@manovotn this intermittent failure might be related to #26968. |
This comment has been minimized.
This comment has been minimized.
Failing Jobs - Building efe6397
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 18 #- Failing: extensions/smallrye-reactive-messaging-kafka/deployment
! Skipped: integration-tests/kafka-oauth-keycloak integration-tests/kafka-sasl-elytron integration-tests/kubernetes/quarkus-standard-way-kafka and 3 more 📦 extensions/smallrye-reactive-messaging-kafka/deployment✖
|
I'm going to merge this PR. CI failures are not related. |
This is true, I think the assertion can come too early since there can be a race condition. |