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

Move narayana-lra extension to the new separated LRA project #44513

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xstefank
Copy link
Member

Narayana LRA moved to a separate repository with a separate lifecycle - https://github.com/jbosstm/lra.

@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/lra labels Nov 14, 2024
Copy link

quarkus-bot bot commented Nov 14, 2024

Status for workflow Quarkus Documentation CI

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

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

Copy link

🎊 PR Preview 0e67055 has been successfully built and deployed to https://quarkus-pr-main-44513-preview.surge.sh/version/main/guides/

  • Images of blog posts older than 3 months are not available.
  • Newsletters older than 3 months are not available.

Copy link

quarkus-bot bot commented Nov 14, 2024

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 17 Logs Raw logs 🔍
JVM Tests - JDK 21 Build Failures Logs Raw logs 🔍

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

Failures

⚙️ JVM Tests - JDK 21 #

- Failing: integration-tests/test-extension/extension/deployment 
! Skipped: integration-tests/test-extension/tests 

📦 integration-tests/test-extension/extension/deployment

io.quarkus.extest.OverrideBuildTimeConfigTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: The produced jar could not be launched. Consult the above output for the exact cause.
	at io.quarkus.test.QuarkusProdModeTest.beforeAll(QuarkusProdModeTest.java:499)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.RuntimeException: The produced jar could not be launched. Consult the above output for the exact cause.
	at io.quarkus.test.QuarkusProdModeTest.ensureApplicationStartupOrFailure(QuarkusProdModeTest.java:691)
	at io.quarkus.test.QuarkusProdModeTest.start(QuarkusProdModeTest.java:617)
	at io.quarkus.test.QuarkusProdModeTest.beforeAll(QuarkusProdModeTest.java:486)
	... 1 more

Flaky tests - Develocity

⚙️ JVM Tests - JDK 21

📦 extensions/smallrye-reactive-messaging-kafka/deployment

io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingWorkingAppPropsTestCase.testContinuousTestingScenario3 - History

  • io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor\#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/apicurio/apicurio-registry-mem:2.4.2.Final at io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor.startApicurioRegistryDevService(DevServicesApicurioRegistryProcessor.java:90) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) - java.lang.RuntimeException
java.lang.RuntimeException: 
io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/apicurio/apicurio-registry-mem:2.4.2.Final
	at io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor.startApicurioRegistryDevService(DevServicesApicurioRegistryProcessor.java:90)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
	at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
	at io.quarkus.builder.BuildContext.run(BuildContext.java:256)
	at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)

@gsmet
Copy link
Member

gsmet commented Nov 15, 2024

@radcortez I think we have a problem with the new config stuff.

We have another failure here with:

2024-11-14T18:36:49.8668243Z Nov 14, 2024 6:36:49 PM io.quarkus.runtime.ApplicationLifecycleManager run
2024-11-14T18:36:49.8669181Z ERROR: Failed to start application
2024-11-14T18:36:49.8669886Z java.lang.RuntimeException: Failed to start quarkus
2024-11-14T18:36:49.8671108Z 	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
2024-11-14T18:36:49.8672143Z 	at io.quarkus.runtime.Application.start(Application.java:101)
2024-11-14T18:36:49.8673466Z 	at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:121)
2024-11-14T18:36:49.8674711Z 	at io.quarkus.runtime.Quarkus.run(Quarkus.java:71)
2024-11-14T18:36:49.8675535Z 	at io.quarkus.runtime.Quarkus.run(Quarkus.java:44)
2024-11-14T18:36:49.8676374Z 	at io.quarkus.runtime.Quarkus.run(Quarkus.java:124)
2024-11-14T18:36:49.8677225Z 	at io.quarkus.runner.GeneratedMain.main(Unknown Source)
2024-11-14T18:36:49.8678573Z 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
2024-11-14T18:36:49.8679985Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2024-11-14T18:36:49.8681645Z 	at io.quarkus.bootstrap.runner.QuarkusEntryPoint.doRun(QuarkusEntryPoint.java:62)
2024-11-14T18:36:49.8683007Z 	at io.quarkus.bootstrap.runner.QuarkusEntryPoint.main(QuarkusEntryPoint.java:33)
2024-11-14T18:36:49.8684630Z Caused by: java.util.NoSuchElementException: SRCFG00027: Could not find a mapping for io.quarkus.runtime.ConfigConfig
2024-11-14T18:36:49.8686239Z 	at io.smallrye.config.SmallRyeConfig.getConfigMapping(SmallRyeConfig.java:631)
2024-11-14T18:36:49.8687591Z 	at io.smallrye.config.SmallRyeConfig.getConfigMapping(SmallRyeConfig.java:621)
2024-11-14T18:36:49.8689087Z 	at io.quarkus.runtime.configuration.ConfigRecorder.handleConfigChange(ConfigRecorder.java:63)
2024-11-14T18:36:49.8690986Z 	at io.quarkus.deployment.steps.ConfigGenerationBuildStep$checkForBuildTimeConfigChange1532146938.deploy_8(Unknown Source)
2024-11-14T18:36:49.8693205Z 	at io.quarkus.deployment.steps.ConfigGenerationBuildStep$checkForBuildTimeConfigChange1532146938.deploy(Unknown Source)

@radcortez
Copy link
Member

I was looking into it, but I really can't explain the cause yet. To make things worse, it is an intermittent error :(

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I suggested some changes, nothing big.

@@ -97,6 +97,7 @@
<!-- See root POM for hibernate-orm.version, hibernate-reactive.version, hibernate-validator.version,
hibernate-search.version, antlr.version, bytebuddy.version, hibernate-commons-annotations.version -->
<narayana.version>7.1.0.Final</narayana.version>
<narayana.version.lra>0.0.9.Final</narayana.version.lra>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use narayana-lra.version instead please.

Comment on lines 4773 to 4776
<exclusion>
<groupId>org.jboss.narayana.rts</groupId>
<groupId>org.jboss.narayana.lra</groupId>
<artifactId>narayana-lra</artifactId>
</exclusion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to your patch but while we're at it: I think this exclusion can go away. Probably some remnants from when we had the Jakarta artifacts.

Comment on lines 4796 to 4799
<exclusion>
<groupId>org.jboss.narayana.rts</groupId>
<groupId>org.jboss.narayana.lra</groupId>
<artifactId>lra-service-base</artifactId>
</exclusion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Comment on lines 4816 to 4819
<exclusion>
<groupId>org.jboss.narayana.rts</groupId>
<groupId>org.jboss.narayana.lra</groupId>
<artifactId>lra-proxy-api</artifactId>
</exclusion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Comment on lines 4827 to 4830
<exclusion>
<groupId>org.jboss.narayana.rts</groupId>
<groupId>org.jboss.narayana.lra</groupId>
<artifactId>lra-client</artifactId>
</exclusion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/lra triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants